Skip to content

Commit

Permalink
Upgraded Expo to version 46 and Next.js to version 12.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
willenleal committed Aug 7, 2022
1 parent ac66891 commit 38c5f3e
Show file tree
Hide file tree
Showing 7 changed files with 4,226 additions and 2,674 deletions.
6 changes: 4 additions & 2 deletions example-monorepos/blank/apps/expo/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
"name": "solito-blank",
"slug": "solito-blank",
"version": "1.0.0",
"sdkVersion": "44.0.0",
"scheme": "solito-blank",
"platforms": ["ios", "android"],
"platforms": [
"ios",
"android"
],
"ios": {
"bundleIdentifier": "com.solito.blank"
}
Expand Down
30 changes: 15 additions & 15 deletions example-monorepos/blank/apps/expo/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"dependencies": {
"app": "*",
"expo": "^44.0.0",
"expo-splash-screen": "~0.14.1",
"expo-status-bar": "~1.2.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.3",
"react-native-gesture-handler": "~2.1.0",
"react-native-reanimated": "~2.3.1",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.10.1",
"react-native-web": "0.17.1"
"expo": "^46.0.0",
"expo-splash-screen": "~0.16.1",
"expo-status-bar": "~1.4.0",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.3",
"react-native-gesture-handler": "~2.5.0",
"react-native-reanimated": "~2.9.1",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-web": "~0.18.7"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/react": "~17.0.21",
"@types/react-native": "~0.64.12",
"typescript": "~4.3.5"
"@babel/core": "^7.18.6",
"@types/react": "~18.0.0",
"@types/react-native": "~0.69.1",
"typescript": "^4.6.3"
},
"scripts": {
"start": "expo start --dev-client",
Expand Down
2 changes: 0 additions & 2 deletions example-monorepos/blank/apps/next/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ const withTM = require('next-transpile-modules')([
'dripsy',
'@dripsy/core',
'moti',
'@motify/core',
'@motify/components',
'app',
])

Expand Down
4 changes: 2 additions & 2 deletions example-monorepos/blank/apps/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"lint": "next lint"
},
"dependencies": {
"@expo/next-adapter": "^3.1.20",
"@expo/next-adapter": "4.0.10",
"app": "*",
"next": "12.1.0",
"next": "12.2.2",
"raf": "^3.4.1"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions example-monorepos/blank/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"packages/*"
],
"devDependencies": {
"@types/react": "^17.0.39",
"@types/react-native": "^0.67.2",
"eslint": "^8.11.0",
"turbo": "^1.1.6",
"typescript": "^4.6.2"
"@types/react": "18.0.1",
"@types/react-native": "^0.69.5",
"eslint": "^8.21.0",
"turbo": "^1.4.2",
"typescript": "^4.7.4"
},
"scripts": {
"native": "cd apps/expo && expo start",
Expand Down
6 changes: 5 additions & 1 deletion example-monorepos/blank/packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
"dripsy": "^3.6.0",
"expo-linking": "^3.0.0",
"moti": "canary",
"react-native-reanimated": "2.8.0",
"solito": "latest"
},
"resolutions": {
"react-native-reanimated": "2.8.0"
},
"sideEffects": false
}
}

0 comments on commit 38c5f3e

Please sign in to comment.