Skip to content

Commit ed84126

Browse files
fix(deps): update react monorepo
1 parent c7f8e83 commit ed84126

File tree

4 files changed

+86
-85
lines changed

4 files changed

+86
-85
lines changed

apps/native/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"expo-font": "~14.0.9",
2525
"expo-system-ui": "~6.0.8",
2626
"expo-web-browser": "~15.0.9",
27-
"react": "19.2.3",
28-
"react-dom": "19.2.3",
27+
"react": "19.2.4",
28+
"react-dom": "19.2.4",
2929
"react-native": "0.82.1",
3030
"react-native-gesture-handler": "~2.29.1",
3131
"react-native-keyboard-aware-scroll-view": "^0.9.5",
@@ -40,11 +40,11 @@
4040
"devDependencies": {
4141
"@babel/core": "7.28.5",
4242
"@types/jest": "30.0.0",
43-
"@types/react": "19.2.7",
43+
"@types/react": "19.2.14",
4444
"@types/react-test-renderer": "19.1.0",
4545
"jest": "30.2.0",
4646
"jest-expo": "54.0.13",
47-
"react-test-renderer": "19.2.3",
47+
"react-test-renderer": "19.2.4",
4848
"typescript": "5.9.3"
4949
},
5050
"private": true

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@tailwindcss/forms": "0.5.10",
3131
"@tailwindcss/postcss": "4.1.17",
3232
"@types/node": "^24.10.1",
33-
"@types/react": "19.2.7",
33+
"@types/react": "19.2.14",
3434
"@types/react-dom": "19.2.3",
3535
"eslint": "^9.39.1",
3636
"eslint-config-next": "16.0.7",

0 commit comments

Comments
 (0)