Skip to content

Commit

Permalink
refactor: upgrade to expo@beta
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Dec 12, 2023
1 parent c5f6256 commit 0481046
Show file tree
Hide file tree
Showing 4 changed files with 353 additions and 200 deletions.
12 changes: 6 additions & 6 deletions apps/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
},
"dependencies": {
"@acme/feature-home": "*",
"expo": "50.0.0-canary-20231205-250b31f",
"expo-dev-client": "0.0.1-canary-20231205-250b31f",
"expo-status-bar": "0.0.1-canary-20231205-250b31f",
"expo-updates": "0.0.1-canary-20231205-250b31f",
"expo": "50.0.0-beta.0",
"expo-dev-client": "3.3.1",
"expo-status-bar": "1.11.0",
"expo-updates": "0.24.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.0-rc.8",
"react-native": "0.73.0",
"react-native-web": "~0.19.6"
},
"devDependencies": {
Expand All @@ -32,7 +32,7 @@
"@types/react": "~18.2.14",
"@types/react-dom": "~18.0.11",
"@types/react-native": "~0.70.6",
"babel-preset-expo": "~9.5.0"
"babel-preset-expo": "~10.0.0"
},
"eslintConfig": {
"extends": "@acme/eslint-config",
Expand Down
2 changes: 1 addition & 1 deletion packages/feature-home/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"jest": "^29.4.3",
"jest-expo": "^49.0.0",
"react": "18.2.0",
"react-native": "0.73.0-rc.8",
"react-native": "0.73.0",
"react-test-renderer": "18.2.0",
"tsup": "^6.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"jest": "^29.4.3",
"jest-expo": "^49.0.0",
"react": "18.2.0",
"react-native": "0.73.0-rc.8",
"react-native": "0.73.0",
"react-test-renderer": "18.2.0",
"tsup": "^6.5.0"
},
Expand Down
Loading

0 comments on commit 0481046

Please sign in to comment.