fix: lock on snjs version (#553)

* fix: lock on snjs version

* fix: lock version on sncrypto-web
This commit is contained in:
Karol Sójko
2021-05-10 12:40:42 +02:00
committed by GitHub
parent b69051e856
commit 78c8438b05
2 changed files with 4 additions and 4 deletions

View File

@@ -70,8 +70,8 @@
"@reach/alert-dialog": "^0.13.0",
"@reach/checkbox": "^0.13.2",
"@reach/dialog": "^0.13.0",
"@standardnotes/sncrypto-web": "^1.2.10",
"@standardnotes/snjs": "^2.0.75",
"@standardnotes/sncrypto-web": "1.2.10",
"@standardnotes/snjs": "2.0.75",
"mobx": "^6.1.6",
"mobx-react-lite": "^3.2.0",
"preact": "^10.5.12"