Skip to content

Commit fe53c8a

Browse files
authored
Chore: Release 3.0.3 (#85)
* fix: upgrade dependencies * fix: upgrade dependencies * 3.0.3
1 parent dc840ed commit fe53c8a

6 files changed

Lines changed: 2869 additions & 3676 deletions

File tree

.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/

core

Submodule core updated 1 file

example/package.json

Lines changed: 20 additions & 20 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",
16-
"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",
21-
"expo-status-bar": "~3.0.8",
22-
"expo-system-ui": "~6.0.7",
13+
"@react-navigation/bottom-tabs": "^7.4.0",
14+
"@react-navigation/native": "^7.1.8",
15+
"@react-navigation/native-stack": "^7.3.16",
16+
"expo": "~54.0.33",
17+
"expo-constants": "~18.0.13",
18+
"expo-linking": "~8.0.11",
19+
"expo-router": "~6.0.23",
20+
"expo-splash-screen": "~31.0.13",
21+
"expo-status-bar": "~3.0.9",
22+
"expo-system-ui": "~6.0.9",
2323
"react": "19.1.0",
2424
"react-dom": "19.1.0",
25-
"react-native": "0.81.4",
25+
"react-native": "0.81.5",
2626
"react-native-gesture-handler": "~2.28.0",
2727
"react-native-reanimated": "~4.1.1",
28-
"react-native-safe-area-context": "~5.6.0",
28+
"react-native-safe-area-context": "~5.6.2",
2929
"react-native-screens": "~4.16.0",
3030
"react-native-svg": "15.12.1",
31-
"react-native-web": "^0.21.0",
32-
"react-native-worklets": "^0.6.0"
31+
"react-native-web": "^0.21.2",
32+
"react-native-worklets": "0.5.1"
3333
},
3434
"devDependencies": {
35-
"@babel/core": "^7.24.0",
36-
"@eslint/js": "^9.9.0",
35+
"@babel/core": "^7.29.0",
36+
"@eslint/js": "^9.39.2",
3737
"@types/react": "~19.1.10",
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.54.0"
4343
},
4444
"private": true
4545
}

0 commit comments

Comments
 (0)