chore: upgrade deps (#2014)

This commit is contained in:
Mo
2022-11-16 09:52:21 -06:00
committed by GitHub
parent 353c757388
commit 05fe7de3eb
332 changed files with 2123 additions and 2332 deletions

View File

@@ -29,19 +29,19 @@
},
"devDependencies": {
"@babel/core": "*",
"@babel/preset-typescript": "^7.16.7",
"@babel/runtime": "^7.18.3",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.20.1",
"@react-native-community/async-storage": "1.12.1",
"@react-native-community/eslint-config": "^3.0.1",
"@react-native-community/eslint-config": "^3.2.0",
"@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",
"@typescript-eslint/parser": "^5.20.0",
"babel-jest": "^27.5.1",
"@typescript-eslint/eslint-plugin": "*",
"@typescript-eslint/parser": "*",
"babel-jest": "^29.3.1",
"detox": "^19.5.7",
"eslint": "^8.13.0",
"eslint-plugin-prettier": "^4.0.0",
@@ -49,8 +49,8 @@
"metro-react-native-babel-preset": "^0.70.1",
"npm-check-updates": "*",
"pod-install": "^0.1.33",
"prettier": "^2.6.0",
"prettier-plugin-organize-imports": "^2.3.4",
"prettier": "^2.7.1",
"prettier-plugin-organize-imports": "^3.2.0",
"react": "17.0.2",
"react-native": "0.67.4",
"react-native-file-viewer": "^2.1.5",
@@ -63,6 +63,6 @@
"react-native-share": "^7.9.0",
"react-native-version-info": "^1.1.1",
"react-native-webview": "11.23.1",
"typescript": "^4.6.3"
"typescript": "^4.9.3"
}
}