Skip to content

Commit

Permalink
chore: update to expo 49
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra committed Sep 28, 2023
1 parent 7f0b500 commit 55d508d
Show file tree
Hide file tree
Showing 5 changed files with 1,161 additions and 1,784 deletions.
47 changes: 23 additions & 24 deletions apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,39 +20,38 @@
"@react-native-community/netinfo": "^9.3.10",
"@react-native-masked-view/masked-view": "^0.2.9",
"@react-navigation/native": "^6.1.6",
"@types/react-native": "^0.71.3",
"app": "*",
"babel-plugin-module-resolver": "^4.1.0",
"burnt": "^0.10.0",
"expo": "~48.0.18",
"expo-barcode-scanner": "^12.3.2",
"expo-constants": "^14.2.1",
"expo-dev-client": "^2.1.5",
"expo-font": "^11.1.1",
"expo-haptics": "^12.2.1",
"expo-image": "^1.2.3",
"expo-linear-gradient": "^12.1.2",
"expo-linking": "^4.0.1",
"expo-navigation-bar": "^2.1.1",
"expo-router": "^1.4.3",
"expo-secure-store": "^12.1.1",
"expo-splash-screen": "~0.18.2",
"expo-status-bar": "^1.4.4",
"expo-system-ui": "~2.2.1",
"expo-updates": "^0.16.3",
"expo": "^49.0.0",
"expo-barcode-scanner": "~12.5.3",
"expo-constants": "~14.4.2",
"expo-dev-client": "~2.4.11",
"expo-font": "~11.4.0",
"expo-haptics": "~12.4.0",
"expo-image": "~1.3.3",
"expo-linear-gradient": "~12.3.0",
"expo-linking": "~5.0.2",
"expo-navigation-bar": "~2.3.0",
"expo-router": "^2.0.0",
"expo-secure-store": "~12.3.1",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"expo-system-ui": "~2.4.0",
"expo-updates": "~0.18.13",
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-native": "0.71.8",
"react-native": "0.72.5",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.9.0",
"react-native-get-random-values": "^1.8.0",
"react-native-safe-area-context": "^4.5.2",
"react-native-screens": "^3.20.0",
"react-native-svg": "13.4.0"
"react-native-gesture-handler": "~2.12.0",
"react-native-get-random-values": "~1.9.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-svg": "13.9.0"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@expo/metro-config": "^0.3.21",
"@expo/metro-config": "~0.10.0",
"@tamagui/babel-plugin": "latest",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"metro-minify-terser": "^0.74.1",
Expand Down
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"upgrade:tamagui": "yarn up '*tamagui*'@latest '@tamagui/*'@latest react-native-web-lite@latest",
"upgrade:tamagui:canary": "yarn up '*tamagui*'@canary '@tamagui/*'@canary react-native-web-lite@canary",
"check-deps": "check-dependency-version-consistency .",
"prettier": "prettier --ignore-path .gitignore '**/*.+(js|jsx|json|ts|tsx|md|yml|yaml)'",
"format": "yarn prettier --write",
"check-format": "yarn prettier --list-different",
"_prettier": "prettier --ignore-path .gitignore '**/*.+(js|jsx|json|ts|tsx|md|yml|yaml)'",
"format": "yarn _prettier --write",
"check-format": "yarn _prettier --list-different",
"check-types": "tsc --noEmit",
"lint": "eslint --ignore-path .gitignore .",
"maestro:test": "maestro test .maestro/app-flow.yaml",
Expand All @@ -31,8 +31,6 @@
"resolutions": {
"@unimodules/react-native-adapter": "./noop",
"@unimodules/core": "./noop",
"metro": "0.76.0",
"metro-resolver": "0.76.0",
"ref-napi": "npm:@2060.io/[email protected]",
"@cosmjs/amino": "npm:@cosmjs-rn/amino@^0.27.1",
"@cosmjs/encoding": "npm:@cosmjs-rn/encoding@^0.27.1",
Expand All @@ -56,7 +54,7 @@
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"expo-linking": "^4.0.1",
"expo-linking": "~5.0.2",
"node-gyp": "^9.3.1",
"prettier": "^2.7.1",
"turbo": "^1.8.3",
Expand Down
13 changes: 6 additions & 7 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,14 @@
"@tamagui/themes": "latest",
"@tanstack/react-query": "^4.33.0",
"burnt": "^0.10.0",
"expo-constants": "^14.2.1",
"expo-haptics": "^12.2.1",
"expo-linking": "^4.0.1",
"expo-navigation-bar": "^2.1.1",
"react-native-safe-area-context": "^4.5.2",
"expo-constants": "~14.4.2",
"expo-haptics": "~12.4.0",
"expo-linking": "~5.0.2",
"expo-navigation-bar": "~2.3.0",
"react-native-safe-area-context": "4.6.3",
"solito": "^3.0.0"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-native": "^0.71.3"
"@types/react": "^18.0.27"
}
}
4 changes: 2 additions & 2 deletions packages/scanner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"devDependencies": {
"@react-native-masked-view/masked-view": "^0.2.9",
"@types/react": "^18.0.27",
"expo-barcode-scanner": "^12.3.2"
"expo-barcode-scanner": "~12.5.3"
},
"peerDependencies": {
"@react-native-masked-view/masked-view": "^0.2.9",
"expo-barcode-scanner": "^12.3.2",
"expo-barcode-scanner": "~12.5.3",
"react-native": "0.71.7"
}
}
Loading

0 comments on commit 55d508d

Please sign in to comment.