Skip to content

Commit

Permalink
chore(deps): expo fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Jul 2, 2024
1 parent ffbb6e6 commit 727f3af
Show file tree
Hide file tree
Showing 2 changed files with 689 additions and 368 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,33 +40,33 @@
"@emotion/native": "11.11.0",
"@emotion/react": "11.11.1",
"@expo/match-media": "^0.4.0",
"@expo/metro-runtime": "^3.1.2",
"@react-native-async-storage/async-storage": "1.21.0",
"expo": "~51.0.0",
"expo-font": "~12.0.0",
"@expo/metro-runtime": "~3.2.1",
"@react-native-async-storage/async-storage": "1.23.1",
"expo": "~51.0.17",
"expo-font": "~12.0.7",
"expo-linear-gradient": "~13.0.0",
"expo-screen-orientation": "~7.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.2",
"react-native-gesture-handler": "~2.14.0",
"react-native-reanimated": "~3.6.2",
"react-native-safe-area-context": "4.8.2",
"react-native-svg": "14.1.0",
"react-native": "0.74.2",
"react-native-gesture-handler": "~2.16.1",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.1",
"react-native-svg": "15.2.0",
"react-native-vector-icons": "^10.0.3",
"react-native-web": "~0.19.10",
"react-native-web-hooks": "^3.0.2",
"react-useinterval": "^1.0.2"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/preset-react": "^7.23.3",
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@dooboo/eslint-config-react-native": "^1.4.2",
"@jest/types": "^29.6.3",
"@react-native-community/datetimepicker": "8.0.0",
"@react-native-community/slider": "4.4.2",
"@react-native-community/datetimepicker": "8.0.1",
"@react-native-community/slider": "4.5.2",
"@storybook/addon-docs": "^7.6.13",
"@storybook/addon-essentials": "^7.6.13",
"@storybook/addon-links": "^7.6.13",
Expand All @@ -86,8 +86,8 @@
"@types/jest": "^29.5.11",
"@types/jest-plugin-context": "^2.9.7",
"@types/node": "^20.11.15",
"@types/react": "~18.2.45",
"@types/react-dom": "~18.0.10",
"@types/react": "~18.2.79",
"@types/react-dom": "~18.2.25",
"@types/react-responsive": "^8.0.8",
"@types/react-test-renderer": "^18.0.7",
"babel-loader": "^9.1.3",
Expand All @@ -103,7 +103,7 @@
"givens": "^1.3.9",
"husky": "^9.0.9",
"jest": "^29.7.0",
"jest-expo": "^51.0.0",
"jest-expo": "~51.0.3",
"jest-plugin-context": "^2.9.0",
"lerna": "^8.0.2",
"prettier": "^3.2.4",
Expand Down
Loading

0 comments on commit 727f3af

Please sign in to comment.