Skip to content

Commit 966f98a

Browse files
committed
chore: bump dependencies
1 parent 58d27ea commit 966f98a

File tree

6 files changed

+23
-23
lines changed

6 files changed

+23
-23
lines changed

apps/expo/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,29 +13,29 @@
1313
"dependencies": {
1414
"@my/ui": "workspace:*",
1515
"app": "workspace:*",
16-
"expo": "^51.0.17",
16+
"expo": "^51.0.26",
1717
"expo-constants": "^16.0.2",
1818
"expo-crypto": "^13.0.2",
19-
"expo-font": "^12.0.7",
19+
"expo-font": "^12.0.9",
2020
"expo-linear-gradient": "^13.0.2",
2121
"expo-linking": "^6.3.1",
22-
"expo-router": "^3.5.17",
22+
"expo-router": "^3.5.21",
2323
"expo-splash-screen": "^0.27.5",
2424
"expo-status-bar": "^1.12.1",
25-
"expo-system-ui": "^3.0.6",
25+
"expo-system-ui": "^3.0.7",
2626
"react": "18.2.0",
2727
"react-dom": "18.2.0",
28-
"react-native": "0.74.2",
28+
"react-native": "0.74.5",
2929
"react-native-gesture-handler": "~2.16.2",
3030
"react-native-mmkv": "^2.12.2",
3131
"react-native-reanimated": "~3.10.1",
32-
"react-native-safe-area-context": "4.10.1",
32+
"react-native-safe-area-context": "4.10.5",
3333
"react-native-screens": "3.31.1",
3434
"react-native-svg": "15.2.0",
3535
"react-native-web": "^0.19.12"
3636
},
3737
"devDependencies": {
38-
"@babel/core": "^7.24.7",
38+
"@babel/core": "^7.25.2",
3939
"@tamagui/babel-plugin": "latest",
4040
"@tamagui/font-inter": "latest",
4141
"@tamagui/metro-plugin": "latest",
@@ -44,7 +44,7 @@
4444
"@types/react-native": "^0.73.0",
4545
"babel-plugin-module-resolver": "^5.0.2",
4646
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
47-
"babel-preset-expo": "^11.0.11",
48-
"metro-minify-terser": "^0.80.9"
47+
"babel-preset-expo": "^11.0.13",
48+
"metro-minify-terser": "^0.80.10"
4949
}
5050
}

apps/next/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
"start": "bunx next start"
1010
},
1111
"dependencies": {
12-
"@ducanh2912/next-pwa": "^10.2.7",
12+
"@ducanh2912/next-pwa": "^10.2.8",
1313
"@my/ui": "workspace:*",
1414
"@vercel/analytics": "^1.3.1",
1515
"app": "workspace:*",
16-
"next": "^14.2.4",
16+
"next": "^14.2.5",
1717
"react": "18.2.0",
1818
"react-dom": "18.2.0",
19-
"react-native": "0.74.2",
19+
"react-native": "0.74.5",
2020
"solito": "^4.2.2",
2121
"tamagui": "latest"
2222
},
@@ -26,9 +26,9 @@
2626
"@tamagui/font-inter": "latest",
2727
"@tamagui/next-plugin": "latest",
2828
"@types/react": "~18.2.79",
29-
"expo": "^51.0.17",
29+
"expo": "^51.0.26",
3030
"react-native-web": "^0.19.12",
3131
"typescript": "~5.3.3",
32-
"webpack": "^5.92.1"
32+
"webpack": "^5.93.0"
3333
}
3434
}

bun.lockb

44.1 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"web:prod:serve": "bun --filter 'next-app' serve"
2323
},
2424
"devDependencies": {
25-
"@babel/types": "^7.24.7",
25+
"@babel/types": "^7.25.2",
2626
"@types/bun": "^1.1.6",
2727
"typescript": "~5.3.3"
2828
}

packages/app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@
66
"sideEffects": ["*.css"],
77
"dependencies": {
88
"@my/ui": "workspace:*",
9-
"@react-navigation/native": "^6.1.17",
9+
"@react-navigation/native": "^6.1.18",
1010
"@tamagui/linear-gradient": "latest",
1111
"@tamagui/lucide-icons": "latest",
1212
"@tamagui/next-theme": "latest",
1313
"expo-crypto": "^13.0.2",
1414
"expo-linear-gradient": "^13.0.2",
1515
"immer": "^10.1.1",
1616
"react": "18.2.0",
17-
"react-native": "0.74.2",
17+
"react-native": "0.74.5",
1818
"react-native-mmkv": "^2.12.2",
19-
"react-native-safe-area-context": "4.10.1",
19+
"react-native-safe-area-context": "4.10.5",
2020
"solito": "^4.2.2",
2121
"zustand": "^4.5.4"
2222
},
2323
"devDependencies": {
24-
"expo": "^51.0.17",
24+
"expo": "^51.0.26",
2525
"react-native-svg": "15.2.0"
2626
}
2727
}

packages/ui/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
"tamagui": "latest"
2323
},
2424
"devDependencies": {
25-
"@babel/core": "^7.24.7",
25+
"@babel/core": "^7.25.2",
2626
"@tamagui/build": "latest",
27-
"@types/react": "^18",
28-
"expo": "^51.0.17",
27+
"@types/react": "~18.2.79",
28+
"expo": "^51.0.26",
2929
"moti": "^0.29.0",
3030
"react": "18.2.0",
31-
"react-native": "0.74.2"
31+
"react-native": "0.74.5"
3232
}
3333
}

0 commit comments

Comments
 (0)