Skip to content
This repository has been archived by the owner on Nov 17, 2024. It is now read-only.

Commit

Permalink
feat: update expo
Browse files Browse the repository at this point in the history
  • Loading branch information
JClackett committed May 7, 2022
1 parent 064bdd8 commit ac36c23
Show file tree
Hide file tree
Showing 2 changed files with 1,487 additions and 782 deletions.
20 changes: 10 additions & 10 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,37 +26,37 @@
},
"dependencies": {
"@apollo/client": "3.6.2",
"@react-native-async-storage/async-storage": "1.15.17",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-navigation/core": "6.2.1",
"@react-navigation/native": "6.0.10",
"@react-navigation/native-stack": "6.6.2",
"@react-navigation/stack": "6.2.1",
"expo": "44.0.6",
"expo-status-bar": "1.3.0",
"expo": "^45.0.0",
"expo-status-bar": "~1.3.0",
"graphql": "15.8.0",
"graphql-tag": "2.12.6",
"native-base": "3.4.4",
"polished": "4.2.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.64.3",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.10.1",
"react-native": "0.68.1",
"react-native-safe-area-context": "4.2.4",
"react-native-screens": "~3.11.1",
"react-native-svg": "12.3.0",
"react-native-web": "0.17.7",
"styled-components": "5.3.5",
"styled-system": "5.1.5"
},
"devDependencies": {
"@babel/core": "7.17.10",
"@babel/core": "^7.12.9",
"@graphql-codegen/add": "3.1.1",
"@graphql-codegen/cli": "2.6.2",
"@graphql-codegen/typescript": "2.4.10",
"@graphql-codegen/typescript-operations": "2.3.7",
"@graphql-codegen/typescript-react-apollo": "3.2.13",
"@types/react": "17.0.45",
"@types/react-dom": "17.0.16",
"@types/react-native": "0.67.6",
"@types/react": "~17.0.21",
"@types/react-dom": "~17.0.11",
"@types/react-native": "~0.67.6",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "4.5.0"
},
Expand Down
Loading

0 comments on commit ac36c23

Please sign in to comment.