Skip to content

Commit

Permalink
chore: upgrade runtime and packages to latest SDK 51 (#608)
Browse files Browse the repository at this point in the history
* chore(runtime): upgrade to latest Expo SDK 51

* chore(runtime): upgrade the vendored reanimated plugin to `3.10.1`

* chore: upgrade `snack-content` and `snack-sdk` for latest 51

* chore(snack-sdk): update test and fixtures

* chore: upgrade `snack-content` and `snack-sdk` versions for release

* chore: sync all package versions

* chore(snack-runtime): bump to Expo sDK 51

* chore(runtime-shell): bump to Expo sDK 51

* chore(runtime): eslint to latest
  • Loading branch information
byCedric committed Sep 20, 2024
1 parent 7504867 commit 30fb80f
Show file tree
Hide file tree
Showing 19 changed files with 4,530 additions and 3,499 deletions.
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

0 comments on commit 30fb80f

Please sign in to comment.