Skip to content

Commit

Permalink
Bump to Expo v46
Browse files Browse the repository at this point in the history
  • Loading branch information
mhoran committed Aug 6, 2022
1 parent 8717a4b commit 3192e20
Show file tree
Hide file tree
Showing 2 changed files with 883 additions and 510 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"dependencies": {
"@react-native-async-storage/async-storage": "~1.17.3",
"date-fns": "^2.16.1",
"expo": "^45.0.0",
"expo-notifications": "~0.15.2",
"expo": "^46.0.0",
"expo-notifications": "~0.16.1",
"js-sha256": "^0.9.0",
"react": "17.0.2",
"react-native": "0.68.2",
"react": "18.0.0",
"react-native": "0.69.3",
"react-native-drawer-layout": "https://github.com/mhoran/react-native-drawer-layout#91a2476",
"react-native-drawer-layout-polyfill": "^2.0.0",
"react-native-parsed-text": "^0.0.22",
Expand All @@ -25,26 +25,26 @@
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/core": "^7.18.6",
"@testing-library/react-native": "^7.0.2",
"@types/jest": "^26.0.14",
"@types/react": "~17.0.21",
"@types/react-native": "~0.67.6",
"@types/react": "~18.0.0",
"@types/react-native": "~0.69.1",
"@types/react-redux": "^7.1.9",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"babel-jest": "^26.3.0",
"babel-preset-expo": "~9.1.0",
"babel-preset-expo": "~9.2.0",
"eslint": "^7.9.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-prettier": "^3.1.4",
"jest": "^26.6.3",
"jest-expo": "^45.0.0",
"jest-expo": "^46.0.0",
"prettier": "^2.1.2",
"redux-devtools-extension": "^2.13.8",
"ts-jest": "^26.4.0",
"tslib": "^2.0.1",
"typescript": "~4.3.5"
"typescript": "^4.6.3"
},
"resolutions": {
"react-native-drawer-layout-polyfill/react-native-drawer-layout": "https://github.com/mhoran/react-native-drawer-layout#91a2476"
Expand Down
Loading

0 comments on commit 3192e20

Please sign in to comment.