chore: deps to devDeps

This commit is contained in:
Mo
2022-11-04 08:02:10 -05:00
parent 9ff4e5f609
commit 1b37f0b655
3 changed files with 59 additions and 63 deletions

View File

@@ -27,29 +27,16 @@
"installConfig": {
"hoistingLimits": "workspaces"
},
"dependencies": {
"@react-native-community/async-storage": "1.12.1",
"@standardnotes/react-native-utils": "1.0.1",
"@standardnotes/snjs": "workspace:*",
"@standardnotes/web": "workspace:*",
"react": "17.0.2",
"react-native": "0.67.4",
"react-native-file-viewer": "^2.1.5",
"react-native-fingerprint-scanner": "standardnotes/react-native-fingerprint-scanner#b55d1c0ca627a87a130f758603f12911fbac200f",
"react-native-flag-secure-android": "standardnotes/react-native-flag-secure-android#cb08e74583c22a5d912842459b35ebbbb4bcd852",
"react-native-fs": "^2.19.0",
"react-native-keychain": "standardnotes/react-native-keychain#d277d360494cbd02be4accb4a360772a8e0e97b6",
"react-native-privacy-snapshot": "standardnotes/react-native-privacy-snapshot#653e904c90fc6f2b578da59138f2bfe5d7f942fe",
"react-native-share": "^7.9.0",
"react-native-version-info": "^1.1.1",
"react-native-webview": "11.23.1"
},
"devDependencies": {
"@babel/core": "*",
"@babel/preset-typescript": "^7.16.7",
"@babel/runtime": "^7.18.3",
"@react-native-community/async-storage": "1.12.1",
"@react-native-community/eslint-config": "^3.0.1",
"@standardnotes/config": "^2.4.3",
"@standardnotes/react-native-utils": "1.0.1",
"@standardnotes/snjs": "workspace:*",
"@standardnotes/web": "workspace:*",
"@types/react": "^18.0.21",
"@types/react-native": "^0.67.3",
"@typescript-eslint/eslint-plugin": "^5.20.0",
@@ -64,6 +51,17 @@
"pod-install": "^0.1.33",
"prettier": "^2.6.0",
"prettier-plugin-organize-imports": "^2.3.4",
"react": "17.0.2",
"react-native": "0.67.4",
"react-native-file-viewer": "^2.1.5",
"react-native-fingerprint-scanner": "standardnotes/react-native-fingerprint-scanner#b55d1c0ca627a87a130f758603f12911fbac200f",
"react-native-flag-secure-android": "standardnotes/react-native-flag-secure-android#cb08e74583c22a5d912842459b35ebbbb4bcd852",
"react-native-fs": "^2.19.0",
"react-native-keychain": "standardnotes/react-native-keychain#d277d360494cbd02be4accb4a360772a8e0e97b6",
"react-native-privacy-snapshot": "standardnotes/react-native-privacy-snapshot#653e904c90fc6f2b578da59138f2bfe5d7f942fe",
"react-native-share": "^7.9.0",
"react-native-version-info": "^1.1.1",
"react-native-webview": "11.23.1",
"typescript": "^4.6.3"
},
"jest": {