Skip to content

Commit 2dc1250

Browse files
committed
fix(deps): phase 3b
1 parent 7f992b9 commit 2dc1250

File tree

3 files changed

+1614
-502
lines changed

3 files changed

+1614
-502
lines changed

examples/react-native/package.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,30 +21,31 @@
2121
"@react-native-async-storage/async-storage": "^1.17.5",
2222
"@react-native-community/netinfo": "^8.3.0",
2323
"@xstate/react": "^3.2.2",
24-
"react": "^18.3.0",
25-
"react-native": "0.71.16",
24+
"react": "18.2.0",
25+
"react-native": "0.74.7",
2626
"react-native-get-random-values": "^1.9.0",
2727
"react-native-paper": "^5.13.1",
2828
"react-native-safe-area-context": "^4.7.3",
2929
"react-native-url-polyfill": "^2.0.0",
3030
"react-native-vector-icons": "^10.2.0"
3131
},
3232
"devDependencies": {
33-
"@babel/core": "^7.23.2",
34-
"@babel/preset-env": "^7.23.2",
35-
"@babel/runtime": "^7.26.10",
33+
"@babel/core": "^7.20.0",
34+
"@babel/preset-env": "^7.20.0",
35+
"@babel/runtime": "^7.20.0",
3636
"@react-native-community/eslint-config": "^3.2.0",
37-
"@tsconfig/react-native": "^3.0.2",
37+
"@tsconfig/react-native": "^3.0.5",
3838
"@types/react-native-dotenv": "^0.2.0",
3939
"@typescript-eslint/eslint-plugin": "^6.9.0",
4040
"@typescript-eslint/parser": "^6.9.0",
41-
"babel-jest": "^29.2.1",
42-
"babel-loader": "^8.2.5",
43-
"eslint": "^8.44.0",
44-
"jest": "^29.7.0",
45-
"metro-react-native-babel-preset": "^0.77.0",
41+
"babel-jest": "^29.6.3",
42+
"babel-loader": "^9.1.3",
43+
"eslint": "^8.19.0",
44+
"jest": "^29.6.3",
45+
"metro-react-native-babel-preset": "0.76.8",
4646
"react-native-dotenv": "^3.4.0",
47-
"react-native-launch-arguments": "^3.1.4"
47+
"react-native-launch-arguments": "^3.1.4",
48+
"react-test-renderer": "18.2.0"
4849
},
4950
"jest": {
5051
"preset": "react-native"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"prismjs": "^1.25.0",
9999
"react": "^18.3.0",
100100
"react-dom": "^18.3.0",
101-
"react-native": "0.71.16",
101+
"react-native": "0.74.7",
102102
"react-devtools-core": "^4.28.4",
103103
"rollup": "^4.22.4",
104104
"send": "^0.19.0",

0 commit comments

Comments
 (0)