Skip to content

Commit 23be380

Browse files
fix(deps): update all non-major dependencies (#146)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8e9867d commit 23be380

5 files changed

Lines changed: 275 additions & 239 deletions

File tree

apps/expo/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"metro-resolver": "0.83.1"
1515
},
1616
"dependencies": {
17-
"@babel/runtime": "7.28.2",
17+
"@babel/runtime": "7.28.4",
1818
"@productsway/ui": "*",
1919
"@react-navigation/native": "6.1.18",
2020
"@types/react-native": "0.73.0",
@@ -33,15 +33,15 @@
3333
"expo-updates": "0.28.17",
3434
"react": "18.3.1",
3535
"react-dom": "18.3.1",
36-
"react-native": "0.80.2",
36+
"react-native": "0.81.1",
3737
"react-native-gesture-handler": "2.28.0",
3838
"react-native-safe-area-context": "4.14.1",
3939
"react-native-screens": "3.37.0",
4040
"react-native-svg": "13.14.1",
41-
"react-native-web": "0.21.0"
41+
"react-native-web": "0.21.1"
4242
},
4343
"devDependencies": {
44-
"@babel/core": "7.28.0",
44+
"@babel/core": "7.28.4",
4545
"@expo/metro-config": "0.20.17",
4646
"@tamagui/babel-plugin": "latest",
4747
"babel-plugin-transform-inline-environment-variables": "0.4.4",

apps/next/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
"raf": "3.4.1",
1717
"react": "18.3.1",
1818
"react-dom": "18.3.1",
19-
"react-native": "0.80.2",
20-
"react-native-web": "0.21.0",
19+
"react-native": "0.81.1",
20+
"react-native-web": "0.21.1",
2121
"react-native-web-lite": "latest",
2222
"vercel": "latest"
2323
},
2424
"devDependencies": {
2525
"@tamagui/next-plugin": "latest",
26-
"@types/node": "18.19.122",
26+
"@types/node": "18.19.124",
2727
"eslint-config-next": "13.5.11"
2828
}
2929
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
"react": "18.3.1",
2626
"react-dom": "18.3.1",
2727
"react-native-svg": "13.14.1",
28-
"react-native-web": "0.21.0",
28+
"react-native-web": "0.21.1",
2929
"react-refresh": "0.17.0"
3030
},
3131
"dependencies": {
32-
"@babel/runtime": "7.28.2",
33-
"@manypkg/cli": "0.25.0",
32+
"@babel/runtime": "7.28.4",
33+
"@manypkg/cli": "0.25.1",
3434
"check-dependency-version-consistency": "4.1.1",
3535
"eslint": "8.57.1",
3636
"node-gyp": "9.4.1",

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"solito": "3.2.9"
2222
},
2323
"devDependencies": {
24-
"@types/react": "18.3.23",
24+
"@types/react": "18.3.24",
2525
"@types/react-native": "0.73.0"
2626
}
2727
}

0 commit comments

Comments
 (0)