Skip to content

Commit dc1f49d

Browse files
committed
chore: update deps
1 parent ecb5f68 commit dc1f49d

2 files changed

Lines changed: 2140 additions & 2089 deletions

File tree

react-native/package.json

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"dependencies": {
1717
"@expo/config-plugins": "^10.1.2",
1818
"@lukeed/ms": "^2.0.2",
19-
"@react-native-async-storage/async-storage": "^2.1.2",
20-
"@react-navigation/native": "^7.1.6",
19+
"@react-native-async-storage/async-storage": "^2.2.0",
20+
"@react-navigation/native": "^7.1.28",
2121
"@rn-primitives/alert-dialog": "^1.2.0",
2222
"@rn-primitives/avatar": "^1.2.0",
2323
"@rn-primitives/collapsible": "^1.2.0",
@@ -33,48 +33,49 @@
3333
"@rn-primitives/types": "^1.2.0",
3434
"@shopify/react-native-skia": "2.0.0-next.4",
3535
"@types/humanize-duration": "^3.27.4",
36-
"@types/lodash": "^4.17.20",
36+
"@types/lodash": "^4.17.23",
3737
"class-variance-authority": "^0.7.1",
3838
"clsx": "^2.1.1",
39-
"expo": "^53.0.20",
39+
"expo": "^53.0.26",
4040
"expo-build-properties": "^0.14.8",
4141
"expo-dev-client": "~5.2.4",
4242
"expo-document-picker": "^13.1.6",
4343
"expo-file-system": "^18.1.11",
4444
"expo-image-picker": "^16.1.4",
4545
"expo-linking": "^7.1.7",
46-
"expo-navigation-bar": "^4.2.7",
47-
"expo-router": "^5.1.4",
46+
"expo-navigation-bar": "^4.2.8",
47+
"expo-router": "^5.1.11",
4848
"expo-splash-screen": "^0.30.10",
4949
"expo-status-bar": "^2.2.3",
50-
"expo-system-ui": "^5.0.10",
51-
"lodash": "^4.17.21",
50+
"expo-system-ui": "^5.0.11",
51+
"lodash": "^4.17.23",
5252
"lucide-react-native": "^0.525.0",
5353
"nativewind": "^4.1.23",
54-
"react": "^19.0.0",
55-
"react-dom": "^19.0.0",
56-
"react-native": "^0.79.5",
57-
"react-native-flexible-grid": "^0.2.4",
58-
"react-native-gesture-handler": "^2.24.0",
54+
"react": "^19.2.4",
55+
"react-dom": "^19.2.4",
56+
"react-native": "^0.79.7",
57+
"react-native-flexible-grid": "^0.2.5",
58+
"react-native-gesture-handler": "^2.30.0",
5959
"react-native-reanimated": "^3.17.5",
6060
"react-native-safe-area-context": "^5.4.0",
6161
"react-native-screens": "4.11.1",
6262
"react-native-svg": "15.12.0",
6363
"react-native-toast-message": "^2.3.3",
6464
"react-native-uuid": "^2.0.3",
6565
"react-native-web": "^0.20.0",
66-
"reanimated-color-picker": "^4.1.0",
67-
"tailwind-merge": "^2.6.0",
68-
"tailwindcss": "3.3.5",
66+
"reanimated-color-picker": "^4.2.0",
67+
"tailwind-merge": "^2.6.1",
6968
"tailwindcss-animate": "^1.0.7",
70-
"zustand": "^5.0.6"
69+
"zustand": "^5.0.11"
7170
},
7271
"devDependencies": {
73-
"@babel/core": "^7.28.0",
72+
"@babel/core": "^7.29.0",
7473
"@react-native-community/cli": "latest",
7574
"@types/react": "~19.0.14",
7675
"babel-plugin-module-resolver": "^5.0.2",
77-
"typescript": "^5.8.3"
76+
"prettier-plugin-tailwindcss": "^0.5.14",
77+
"tailwindcss": "3.4.19",
78+
"typescript": "^5.9.3"
7879
},
7980
"private": true,
8081
"expo": {

0 commit comments

Comments
 (0)