Skip to content

Commit

Permalink
Merge branch 'main' into eslintv9
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Nov 15, 2024
2 parents 6a49af1 + 67d15b7 commit de71062
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 22 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ jobs:
run: |
cd generators/react-native/resources/expo
npm run check-dependencies
env:
EXPO_OFFLINE: 1
2 changes: 2 additions & 0 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
run: |
cd generators/react-native/resources/expo
npm run check-dependencies
env:
EXPO_OFFLINE: 1

build-matrix:
runs-on: ubuntu-latest
Expand Down
40 changes: 20 additions & 20 deletions generators/react-native/resources/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,36 +7,36 @@
"update-dependencies": "npm install && npx expo install --fix && rm -rf package-lock.json node_modules"
},
"dependencies": {
"@expo/metro-runtime": "~3.2.3",
"@expo/metro-runtime": "~4.0.0",
"@expo/vector-icons": "^14.0.4",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "8.0.1",
"@react-native-community/datetimepicker": "8.2.0",
"@react-native-masked-view/masked-view": "0.3.1",
"@react-native-picker/picker": "2.7.5",
"@react-native-picker/picker": "2.9.0",
"@react-navigation/devtools": "6.0.27",
"expo": "51.0.38",
"expo-auth-session": "~5.5.2",
"expo-constants": "~16.0.2",
"expo-image-picker": "~15.0.5",
"expo-linking": "~6.3.1",
"expo": "52.0.7",
"expo-auth-session": "~6.0.0",
"expo-constants": "~17.0.2",
"expo-image-picker": "~16.0.1",
"expo-linking": "~7.0.2",
"expo-random": "~14.0.1",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
"expo-web-browser": "~13.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.5",
"react-native-gesture-handler": "~2.16.2",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"expo-splash-screen": "~0.29.8",
"expo-status-bar": "~2.0.0",
"expo-web-browser": "~14.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.2",
"react-native-gesture-handler": "~2.20.2",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.0.0",
"react-native-web": "~0.19.13"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@react-native-community/cli-server-api": "15.1.0",
"@types/react": "~18.2.79",
"jest-expo": "~51.0.2",
"@types/react": "~18.3.12",
"jest-expo": "~52.0.0",
"typescript": "~5.3.3"
},
"expo": {
Expand Down
1 change: 0 additions & 1 deletion generators/react-native/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
},
"devDependencies": {
"@babel/runtime": "7.26.0",
"@config-plugins/detox": "8.0.0",
"@eslint/js": "9.14.0",
"@redux-devtools/extension": "3.3.0",
"@storybook/addons": "7.6.17",
Expand Down
1 change: 0 additions & 1 deletion generators/react-native/templates/package.json.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
"devDependencies": {
"@babel/core": null,
"@babel/runtime": null,
"@config-plugins/detox": null,
"@eslint/js": null,
"@react-native-community/cli-server-api": null,
"@redux-devtools/extension": null,
Expand Down

0 comments on commit de71062

Please sign in to comment.