chore: explicit snjs version in web and mobile so they are repackaged when snjs changes

This commit is contained in:
Mo
2022-06-23 16:36:07 -05:00
parent 9cef147a10
commit fedcffbdfd
3 changed files with 26 additions and 26 deletions

View File

@@ -40,7 +40,7 @@
"@standardnotes/react-native-textview": "1.0.2",
"@standardnotes/react-native-utils": "1.0.1",
"@standardnotes/sncrypto-common": "1.9.0",
"@standardnotes/snjs": "*",
"@standardnotes/snjs": "^2.117.8",
"@standardnotes/stylekit": "5.29.3",
"@types/styled-components-react-native": "5.1.3",
"js-base64": "^3.7.2",

View File

@@ -66,7 +66,7 @@
"@standardnotes/icons": "workspace:*",
"@standardnotes/services": "^1.13.20",
"@standardnotes/sncrypto-web": "1.10.1",
"@standardnotes/snjs": "*",
"@standardnotes/snjs": "^2.117.8",
"@standardnotes/styles": "workspace:*",
"@standardnotes/toast": "workspace:*",
"@zip.js/zip.js": "^2.4.10",