Skip to content

Commit 9eb2033

Browse files
committed
bump deps
1 parent f7cd9b1 commit 9eb2033

File tree

2 files changed

+395
-212
lines changed

2 files changed

+395
-212
lines changed

hackathon/spacecraft/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,34 +24,34 @@
2424
]
2525
},
2626
"dependencies": {
27-
"@expo/metro-runtime": "^3.1.1",
28-
"@expo/vector-icons": "^13.0.0",
27+
"@expo/metro-runtime": "~3.1.3",
28+
"@expo/vector-icons": "^14.0.0",
2929
"@react-native-async-storage/async-storage": "1.21.0",
3030
"@react-native-community/masked-view": "0.1.11",
31-
"@react-native-community/netinfo": "11.2.1",
31+
"@react-native-community/netinfo": "11.1.0",
3232
"@react-navigation/bottom-tabs": "^6.5.5",
3333
"@react-navigation/native": "^6.1.1",
3434
"@react-navigation/native-stack": "^6.9.7",
3535
"@tanstack/react-query": "^5.17.19",
3636
"babel-core": "^7.0.0-bridge.0",
3737
"babel-jest": "^29.5.0",
3838
"deepmerge": "^4.3.1",
39-
"expo": "^50.0.2",
40-
"expo-application": "~5.8.3",
41-
"expo-constants": "~15.4.5",
42-
"expo-image": "~1.10.4",
39+
"expo": "~50.0.17",
40+
"expo-application": "~5.8.4",
41+
"expo-constants": "~15.4.6",
42+
"expo-image": "~1.10.6",
4343
"expo-linking": "~6.2.2",
4444
"expo-status-bar": "~1.11.1",
4545
"expo-store-review": "~6.8.3",
46-
"expo-updates": "~0.24.8",
47-
"expo-web-browser": "~12.8.1",
46+
"expo-updates": "~0.24.12",
47+
"expo-web-browser": "~12.8.2",
4848
"react": "18.2.0",
4949
"react-dom": "^18.2.0",
50-
"react-native": "0.73.2",
50+
"react-native": "0.73.6",
5151
"react-native-gesture-handler": "~2.14.1",
5252
"react-native-offline": "^6.0.0",
5353
"react-native-paper": "^5.12.2",
54-
"react-native-reanimated": "~3.6.1",
54+
"react-native-reanimated": "~3.6.2",
5555
"react-native-safe-area-context": "4.8.2",
5656
"react-native-screens": "~3.29.0",
5757
"react-native-vector-icons": "^10.0.3",
@@ -61,8 +61,8 @@
6161
"devDependencies": {
6262
"@babel/core": "^7.23.7",
6363
"@babel/preset-typescript": "^7.18.6",
64-
"@react-native-community/datetimepicker": "7.6.2",
65-
"@react-native-community/slider": "4.5.0",
64+
"@react-native-community/datetimepicker": "7.6.1",
65+
"@react-native-community/slider": "4.4.2",
6666
"@storybook/addon-controls": "^7.6.10",
6767
"@storybook/addon-ondevice-actions": "^7.6.15",
6868
"@storybook/addon-ondevice-backgrounds": "^7.6.15",
@@ -77,7 +77,7 @@
7777
"@testing-library/react-native": "^12.4.3",
7878
"@types/jest": "^29.5.4",
7979
"@types/react": "~18.2.48",
80-
"@types/react-dom": "~18.2.18",
80+
"@types/react-dom": "~18.0.10",
8181
"app-icon-badge": "^0.0.15",
8282
"babel-loader": "^9.1.3",
8383
"babel-plugin-module-resolver": "^5.0.0",
@@ -88,7 +88,7 @@
8888
"eslint-import-resolver-babel-plugin-root-import": "^1.1.1",
8989
"eslint-plugin-import": "^2.29.1",
9090
"jest": "^29.6.4",
91-
"jest-expo": "^50.0.1",
91+
"jest-expo": "~50.0.4",
9292
"typescript": "^5.1.3"
9393
}
9494
}

0 commit comments

Comments
 (0)