Skip to content

Commit 594944a

Browse files
committed
chore: sync dependencies across repo
1 parent 9bf732f commit 594944a

File tree

3 files changed

+1469
-1208
lines changed

3 files changed

+1469
-1208
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"prettier": "2.4.1",
5050
"react-native-test-app": "^3.7.6",
5151
"react-test-renderer": "18.2.0",
52-
"typescript": "5.0.4"
52+
"typescript": "^4.5.2"
5353
},
5454
"engines": {
5555
"node": ">=18"

package.json

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -53,31 +53,27 @@
5353
"registry": "https://registry.npmjs.org/"
5454
},
5555
"devDependencies": {
56-
"@babel/eslint-parser": "^7.18.2",
57-
"@react-native/eslint-config": "^0.72.2",
58-
"@react-native/metro-config": "^0.72.11",
56+
"@babel/eslint-parser": "^7.20.0",
57+
"@react-native/eslint-config": "^0.74.84",
58+
"@react-native/metro-config": "^0.74.84",
5959
"@release-it/conventional-changelog": "^2.0.0",
6060
"@tsconfig/react-native": "^3.0.0",
61-
"@types/jest": "^28.1.2",
62-
"@types/react": "18.0.29",
63-
"@types/react-native": "0.70.0",
64-
"eslint": "^8.4.1",
61+
"@types/jest": "^29.5.12",
62+
"@types/react": "^18.2.6",
63+
"eslint": "^8.19.0",
6564
"eslint-config-prettier": "^8.5.0",
6665
"eslint-plugin-ft-flow": "^3.0.1",
6766
"eslint-plugin-prettier": "^4.0.0",
68-
"jest": "^28.1.1",
67+
"jest": "^29.6.3",
6968
"metro-react-native-babel-preset": "^0.77.0",
7069
"pod-install": "^0.1.0",
7170
"prettier": "^2.4.1",
7271
"react": "18.2.0",
73-
"react-native": "0.72.5",
72+
"react-native": "0.74.2",
7473
"react-native-builder-bob": "^0.18.3",
7574
"release-it": "^14.2.2",
7675
"typescript": "^4.5.2"
7776
},
78-
"resolutions": {
79-
"@types/react": "18.0.29"
80-
},
8177
"peerDependencies": {
8278
"react": "*",
8379
"react-native": "*"

0 commit comments

Comments
 (0)