Skip to content

Commit 1f6919e

Browse files
committed
fix: upgrade dependencies
1 parent dc840ed commit 1f6919e

File tree

5 files changed

+2520
-2399
lines changed

5 files changed

+2520
-2399
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,6 @@ android/keystores/debug.keystore
5959
# ignore generated icon files
6060
src/*
6161
!src/lib/
62+
63+
# generated by bob
64+
lib/

example/package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -10,36 +10,36 @@
1010
"lint": "eslint . --fix"
1111
},
1212
"dependencies": {
13-
"@react-navigation/bottom-tabs": "^7.2.0",
14-
"@react-navigation/native": "^7.0.14",
15-
"@react-navigation/native-stack": "^7.2.0",
13+
"@react-navigation/bottom-tabs": "^7.8.6",
14+
"@react-navigation/native": "^7.1.21",
15+
"@react-navigation/native-stack": "^7.8.0",
1616
"expo": "^54",
17-
"expo-constants": "~18.0.9",
18-
"expo-linking": "~8.0.8",
19-
"expo-router": "~6.0.8",
20-
"expo-splash-screen": "~31.0.10",
17+
"expo-constants": "~18.0.10",
18+
"expo-linking": "~8.0.9",
19+
"expo-router": "~6.0.15",
20+
"expo-splash-screen": "~31.0.11",
2121
"expo-status-bar": "~3.0.8",
22-
"expo-system-ui": "~6.0.7",
23-
"react": "19.1.0",
24-
"react-dom": "19.1.0",
25-
"react-native": "0.81.4",
26-
"react-native-gesture-handler": "~2.28.0",
27-
"react-native-reanimated": "~4.1.1",
28-
"react-native-safe-area-context": "~5.6.0",
29-
"react-native-screens": "~4.16.0",
30-
"react-native-svg": "15.12.1",
31-
"react-native-web": "^0.21.0",
32-
"react-native-worklets": "^0.6.0"
22+
"expo-system-ui": "~6.0.8",
23+
"react": "19.2.0",
24+
"react-dom": "19.2.0",
25+
"react-native": "0.82.1",
26+
"react-native-gesture-handler": "~2.29.1",
27+
"react-native-reanimated": "~4.1.5",
28+
"react-native-safe-area-context": "~5.6.2",
29+
"react-native-screens": "~4.18.0",
30+
"react-native-svg": "15.15.0",
31+
"react-native-web": "^0.21.2",
32+
"react-native-worklets": "^0.6.1"
3333
},
3434
"devDependencies": {
35-
"@babel/core": "^7.24.0",
36-
"@eslint/js": "^9.9.0",
37-
"@types/react": "~19.1.10",
35+
"@babel/core": "^7.28.5",
36+
"@eslint/js": "^9.39.1",
37+
"@types/react": "~19.2.7",
3838
"eslint": "9.x",
39-
"eslint-plugin-react": "^7.35.0",
40-
"globals": "^15.9.0",
41-
"typescript": "~5.9.2",
42-
"typescript-eslint": "^8.0.1"
39+
"eslint-plugin-react": "^7.37.5",
40+
"globals": "^16.5.0",
41+
"typescript": "~5.9.3",
42+
"typescript-eslint": "^8.48.0"
4343
},
4444
"private": true
4545
}

0 commit comments

Comments
 (0)