Skip to content

Commit e595687

Browse files
NicolappsConvex, Inc.
authored andcommitted
Update dependencies in React Native demos (#39824)
GitOrigin-RevId: 0e72ea53fcfcc6346ce14dd421b50a957932e493
1 parent b987b54 commit e595687

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

npm-packages/demos/react-native/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
},
1111
"dependencies": {
1212
"convex": "^0.19.0",
13-
"expo": "~48.0.9",
14-
"expo-status-bar": "~1.12.0",
13+
"expo": "~53.0.20",
14+
"expo-status-bar": "~2.2.3",
1515
"react": "18.2.0",
1616
"react-dom": "^18.2.0",
17-
"react-native": "0.79.3",
18-
"react-native-dotenv": "^3.4.8",
17+
"react-native": "0.80.2",
18+
"react-native-dotenv": "^3.4.11",
1919
"react-native-get-random-values": "~1.11.0"
2020
},
2121
"devDependencies": {

npm-packages/private-demos/react-native/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,25 @@
1313
"convex": "latest",
1414
"react": "18.2.0",
1515
"react-dom": "18.2.0",
16-
"react-native": "0.79.3",
16+
"react-native": "0.80.2",
1717
"react-native-dotenv": "^3.4.7",
1818
"react-native-get-random-values": "^1.8.0"
1919
},
2020
"devDependencies": {
2121
"@babel/core": "^7.27.1",
2222
"@babel/preset-env": "^7.27.1",
2323
"@babel/runtime": "^7.27.1",
24-
"@react-native/babel-preset": "0.79.2",
25-
"@react-native/eslint-config": "0.79.2",
26-
"@react-native/metro-config": "0.79.2",
27-
"@react-native/typescript-config": "0.79.2",
24+
"@react-native/babel-preset": "0.80.2",
25+
"@react-native/eslint-config": "0.80.2",
26+
"@react-native/metro-config": "0.80.2",
27+
"@react-native/typescript-config": "0.80.2",
2828
"@types/react": "^18.2.6",
2929
"@types/react-test-renderer": "^18.0.0",
3030
"babel-jest": "^29.6.3",
31-
"detox": "^20.6.0",
31+
"detox": "^20.40.2",
3232
"eslint": "^8.19.0",
3333
"jest": "^29.6.3",
34-
"metro-react-native-babel-preset": "0.72.3",
34+
"metro-react-native-babel-preset": "0.77.0",
3535
"prettier": "3.6.2",
3636
"react-test-renderer": "18.2.0",
3737
"typescript": "5.0.4"

0 commit comments

Comments
 (0)