Skip to content

Commit

Permalink
Bump to Expo v39
Browse files Browse the repository at this point in the history
  • Loading branch information
mhoran committed Sep 22, 2020
1 parent 3d85fbe commit 1b81a3f
Show file tree
Hide file tree
Showing 2 changed files with 430 additions and 271 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"dependencies": {
"@types/lodash": "^4.14.106",
"date-fns": "^1.29.0",
"expo": "^38.0.0",
"expo-notifications": "~0.3.3",
"expo": "^39.0.0",
"expo-notifications": "~0.7.2",
"js-sha256": "^0.9.0",
"lodash": "^4.17.5",
"react": "16.11.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz",
"react": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-39.0.0.tar.gz",
"react-native-drawer-layout-polyfill": "^2.0.0",
"react-native-parsed-text": "^0.0.21",
"react-redux": "^7.2.0",
Expand All @@ -26,17 +26,17 @@
"devDependencies": {
"@babel/core": "^7.2.2",
"@types/jest": "^25.2.1",
"@types/react": "~16.9.41",
"@types/react-native": "~0.62.13",
"@types/react": "~16.9.35",
"@types/react-native": "~0.63.2",
"babel-jest": "^25.3.0",
"babel-preset-expo": "^8.2.3",
"babel-preset-expo": "^8.3.0",
"jest": "^25.3.0",
"jest-expo": "^38.0.0",
"jest-expo": "^39.0.0",
"prettier": "^1.11.1",
"react-test-renderer": "~16.9.0",
"ts-jest": "^25.3.1",
"tslib": "^1.9.0",
"typescript": "~3.9.5"
"typescript": "~3.9.2"
},
"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 1b81a3f

Please sign in to comment.