Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade runtime and packages to latest SDK 51 #608

Merged
merged 9 commits into from
Sep 20, 2024
2 changes: 1 addition & 1 deletion packages/snack-content/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "snack-content",
"version": "3.1.0",
"version": "3.2.0",
"description": "Functions and types that describe the contents of Snack projects",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/snack-content/src/sdks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ const sdks: { [version: string]: SDKSpec } = {
version: '^51.0.0',
coreModules: {
...assets,
expo: '~51.0.20',
expo: '~51.0.31',
react: '18.2.0',
'react-dom': '*',
'react-native': '0.74.3',
'react-native': '0.74.5',
'react-native-web': '*',
// Used by @shopify/react-native-skia, on web only
// See runtime/src/NativeModules/ReactNativeSkia.tsx for more info
Expand Down
64 changes: 32 additions & 32 deletions packages/snack-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,59 +29,59 @@
},
"dependencies": {
"@babel/polyfill": "^7.8.3",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-native-async-storage/async-storage": "1.23.1",
"await-lock": "^2.2.2",
"canvaskit-wasm": "0.38.0",
"diff": "^5.0.0",
"escape-string-regexp": "^5.0.0",
"path": "^0.12.7",
"pubnub": "^7.2.0",
"snack-babel-standalone": "^4.0.0",
"snack-content": "~3.1.0",
"snack-content": "~3.2.0",
"snack-require-context": "^0.1.0",
"socket.io-client": "~4.5.4",
"source-map": "0.6.1"
},
"devDependencies": {
"@babel/core": "^7.22.20",
"@babel/core": "^7.24.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/react-native": "^12.2.2",
"babel-preset-expo": "^10.0.0",
"eslint": "^8.49.0",
"eslint-config-universe": "^12.0.0",
"expo": "^50.0.17",
"expo-asset": "~9.0.2",
"expo-barcode-scanner": "~12.9.3",
"expo-constants": "~15.4.6",
"expo-file-system": "~16.0.9",
"expo-keep-awake": "~12.8.2",
"expo-random": "~13.6.0",
"expo-splash-screen": "~0.26.4",
"expo-status-bar": "~1.11.1",
"babel-preset-expo": "^11.0.0",
"eslint": "^8.56.0",
"eslint-config-universe": "^13.0.0",
"expo": "^51.0.31",
"expo-asset": "~10.0.10",
"expo-barcode-scanner": "~13.0.1",
"expo-constants": "~16.0.2",
"expo-file-system": "~17.0.1",
"expo-keep-awake": "~13.0.2",
"expo-random": "~14.0.1",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
"jest": "^29.2.1",
"jest-expo": "~50.0.4",
"prettier": "^3.0.3",
"jest-expo": "~51.0.4",
"prettier": "^3.2.4",
"react": "18.2.0",
"react-native": "0.73.6",
"react-native-gesture-handler": "~2.14.0",
"react-native": "0.74.5",
"react-native-gesture-handler": "~2.16.1",
"react-native-view-shot": "3.8.0",
"react-test-renderer": "18.2.0",
"typescript": "^5.3.0"
"typescript": "^5.3.3"
},
"peerDependencies": {
"assert": "^2.0.0",
"expo": "^50.0.0",
"expo-asset": "~9.0.0",
"expo-barcode-scanner": "~12.9.0",
"expo-constants": "~15.4.0",
"expo-file-system": "~16.0.0",
"expo-keep-awake": "~12.8.0",
"expo-random": "~13.6.0",
"expo-splash-screen": "~0.26.0",
"expo-status-bar": "~1.11.0",
"assert": "^2.1.0",
"expo": "^51.0.0",
"expo-asset": "~10.0.0",
"expo-barcode-scanner": "~13.0.0",
"expo-constants": "~16.0.0",
"expo-file-system": "~17.0.0",
"expo-keep-awake": "~13.0.0",
"expo-random": "~14.0.0",
"expo-splash-screen": "~0.27.0",
"expo-status-bar": "~1.12.0",
"react": "~18.2.0",
"react-native": "~0.73.6",
"react-native-gesture-handler": "~2.14.0",
"react-native": "~0.74.5",
"react-native-gesture-handler": "~2.16.0",
"react-native-view-shot": "~3.8.0"
},
"eslintConfig": {
Expand Down
Loading
Loading