Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.6.0",
"version": "3.7.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 @@ -187,10 +187,10 @@ const sdks: { [version: string]: SDKSpec } = {
version: '^55.0.0',
coreModules: {
...assets,
expo: '55.0.0-preview.7', // TODO: replace with `~55.0.x` when stable is out
expo: '55.0.0',
react: '19.2.0',
'react-dom': '19.2.0',
'react-native': '0.83.1',
'react-native': '0.83.2',
'react-native-web': '*',
// Used by @shopify/react-native-skia, on web only
// See runtime/src/NativeModules/ReactNativeSkia.tsx for more info
Expand Down
3 changes: 3 additions & 0 deletions packages/snack-require-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
"build": "tsc",
"prepublishOnly": "yarn clean && yarn build"
},
"dependencies": {
"buffer": "^6.0.3"
},
"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/types": "^7.12.7",
Expand Down
8 changes: 4 additions & 4 deletions packages/snack-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "snack-runtime",
"version": "0.9.0",
"version": "0.10.0",
"description": "Load and run Expo Snacks in any React Native app",
"main": "index.ts",
"files": [
Expand Down Expand Up @@ -47,7 +47,7 @@
"babel-preset-expo": "~55.0.0",
"eslint": "^8.56.0",
"eslint-config-universe": "^15.0.3",
"expo": "55.0.0-preview.7",
"expo": "^55.0.2",
"expo-asset": "~55.0.0",
"expo-camera": "~55.0.0",
"expo-constants": "~55.0.0",
Expand All @@ -60,14 +60,14 @@
"jest-expo": "~55.0.0",
"prettier": "^3.2.4",
"react": "19.2.0",
"react-native": "0.83.1",
"react-native": "0.83.2",
"react-native-gesture-handler": "~2.30.0",
"react-native-view-shot": "~4.0.3",
"typescript": "^5.9.2"
},
"peerDependencies": {
"assert": "^2.1.0",
"expo": "55.0.0-preview.7",
"expo": "~55.0.0",
"expo-asset": "~55.0.0",
"expo-camera": "~55.0.0",
"expo-constants": "~55.0.0",
Expand Down
Loading
Loading