From 12b349719922405b3795be56c7e29e2ba8d27d42 Mon Sep 17 00:00:00 2001 From: Evan Bacon Date: Thu, 25 Jun 2020 12:56:53 -0700 Subject: [PATCH 1/2] Upgrade to Expo SDK 38 --- blank/package.json | 8 +++---- with-animated-splash-screen/package.json | 12 +++++----- with-apollo/package.json | 12 +++++----- with-auth0/package.json | 12 +++++----- with-custom-font/package.json | 10 ++++---- with-drawer-navigation/package.json | 26 ++++++++++----------- with-electron/package.json | 17 +++++++------- with-facebook-auth/package.json | 10 ++++---- with-firebase-storage-upload/package.json | 12 +++++----- with-formdata-image-upload/app/package.json | 14 +++++------ with-formik/package.json | 8 +++---- with-gatsby/package.json | 17 +++++++------- with-google-vision/package.json | 10 ++++---- with-icons/package.json | 10 ++++---- with-nextjs/package.json | 8 +++---- with-postpublish-hooks/package.json | 8 +++---- with-preact/package.json | 8 +++---- with-react-router/package.json | 13 ++++------- with-react-three-fiber/package.json | 10 ++++---- with-socket-io/app/package.json | 4 ++-- with-sqlite/package.json | 10 ++++---- with-storybook/package.json | 26 ++++++++++----------- with-styled-components/babel.config.js | 6 +++++ with-styled-components/package.json | 8 +++---- with-tailwindcss/package.json | 12 +++++----- with-three/package.json | 17 +++++++------- with-twitter-auth/package.json | 10 ++++---- with-typescript/package.json | 10 ++++---- with-victory-native/package.json | 16 ++++++------- with-video-background/package.json | 10 ++++---- with-webbrowser-redirect/app/package.json | 10 ++++---- 31 files changed, 183 insertions(+), 181 deletions(-) create mode 100644 with-styled-components/babel.config.js diff --git a/blank/package.json b/blank/package.json index b204f70..7dbba32 100644 --- a/blank/package.json +++ b/blank/package.json @@ -1,9 +1,9 @@ { "dependencies": { - "expo": "37.0.11", - "react": "16.9.0", - "react-dom": "16.9.0", - "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz", + "expo": "~38.0.0", + "react": "~16.11.0", + "react-dom": "~16.11.0", + "react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz", "react-native-web": "0.11.7" }, "devDependencies": { diff --git a/with-animated-splash-screen/package.json b/with-animated-splash-screen/package.json index 303c2ff..d99ffd9 100644 --- a/with-animated-splash-screen/package.json +++ b/with-animated-splash-screen/package.json @@ -1,11 +1,11 @@ { "dependencies": { - "expo": "37.0.7", - "expo-asset": "8.1.4", - "expo-constants": "9.0.0", - "react": "16.9.0", - "react-dom": "16.9.0", - "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz", + "expo": "~38.0.0", + "expo-asset": "~8.1.7", + "expo-constants": "~9.1.1", + "react": "~16.11.0", + "react-dom": "~16.11.0", + "react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz", "react-native-web": "0.11.7" }, "devDependencies": { diff --git a/with-apollo/package.json b/with-apollo/package.json index 50f6c56..fe732b1 100644 --- a/with-apollo/package.json +++ b/with-apollo/package.json @@ -2,14 +2,14 @@ "dependencies": { "@apollo/client": "^3.0.0-beta.48", "@apollo/link-context": "^2.0.0-beta.3", - "expo": "~37.0.3", + "expo": "~38.0.0", "graphql": "^15.0.0", - "react": "~16.9.0", - "react-dom": "~16.9.0", - "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz", - "react-native-web": "~0.11.7" + "react": "~16.11.0", + "react-dom": "~16.11.0", + "react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz", + "react-native-web": "0.11.7" }, "devDependencies": { - "@babel/core": "^7.8.6" + "@babel/core": "7.9.0" } } diff --git a/with-auth0/package.json b/with-auth0/package.json index e1ca22c..6e73f73 100644 --- a/with-auth0/package.json +++ b/with-auth0/package.json @@ -1,12 +1,12 @@ { "dependencies": { - "expo": "37.0.7", - "expo-auth-session": "^1.2.1", + "expo": "~38.0.0", + "expo-auth-session": "~1.4.1", "jwt-decode": "2.2.0", - "react": "16.9.0", - "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz", - "react-native-web": "^0.11", - "react-dom": "16.9.0" + "react": "~16.11.0", + "react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz", + "react-native-web": "0.11.7", + "react-dom": "~16.11.0" }, "devDependencies": { "@babel/core": "7.9.0" diff --git a/with-custom-font/package.json b/with-custom-font/package.json index efba458..d2ac603 100644 --- a/with-custom-font/package.json +++ b/with-custom-font/package.json @@ -1,10 +1,10 @@ { "dependencies": { - "expo": "37.0.7", - "expo-font": "8.1.1", - "react": "16.9.0", - "react-dom": "16.9.0", - "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz", + "expo": "~38.0.0", + "expo-font": "~8.2.1", + "react": "~16.11.0", + "react-dom": "~16.11.0", + "react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz", "react-native-web": "0.11.7" }, "devDependencies": { diff --git a/with-drawer-navigation/package.json b/with-drawer-navigation/package.json index 01fff56..61b56ff 100644 --- a/with-drawer-navigation/package.json +++ b/with-drawer-navigation/package.json @@ -1,19 +1,19 @@ { "dependencies": { - "@react-native-community/masked-view": "0.1.6", - "@react-navigation/drawer": "^5.7.5", - "@react-navigation/native": "^5.4.0", - "expo": "~37.0.3", - "react": "~16.9.0", - "react-dom": "~16.9.0", - "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz", - "react-native-gesture-handler": "~1.6.0", - "react-native-reanimated": "~1.7.0", - "react-native-safe-area-context": "0.7.3", - "react-native-screens": "~2.2.0", - "react-native-web": "~0.11.7" + "@react-native-community/masked-view": "~0.1.10", + "@react-navigation/drawer": "~5.8.4", + "@react-navigation/native": "~5.6.1", + "expo": "~38.0.0", + "react": "~16.11.0", + "react-dom": "~16.11.0", + "react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz", + "react-native-gesture-handler": "~1.6.1", + "react-native-reanimated": "~1.9.0", + "react-native-safe-area-context": "~3.0.6", + "react-native-screens": "~2.9.0", + "react-native-web": "0.11.7" }, "devDependencies": { - "@babel/core": "^7.8.6" + "@babel/core": "7.9.0" } } diff --git a/with-electron/package.json b/with-electron/package.json index 23b0b4b..cf26be6 100755 --- a/with-electron/package.json +++ b/with-electron/package.json @@ -9,19 +9,20 @@ "eject": "expo eject" }, "dependencies": { - "@expo/electron-adapter": "0.0.0-alpha.48", - "@expo/webpack-config": "0.12.0", + "@expo/electron-adapter": "~0.0.3", + "@expo/webpack-config": "0.12.16", "electron": "6.1.10", - "expo": "37.0.7", - "react": "16.9.0", - "react-dom": "16.9.0", - "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz", + "expo": "~38.0.0", + "react": "~16.11.0", + "react-dom": "~16.11.0", + "react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz", "react-native-web": "0.11.7" }, "devDependencies": { "@babel/core": "7.9.0", - "@types/react": "16.9.34", - "@types/react-native": "0.61.23", + "@types/react": "~16.9.41", + "@types/react-dom": "~16.9.8", + "@types/react-native": "~0.62.13", "typescript": "3.8.3" } } diff --git a/with-facebook-auth/package.json b/with-facebook-auth/package.json index d6479e7..296e26c 100644 --- a/with-facebook-auth/package.json +++ b/with-facebook-auth/package.json @@ -1,10 +1,10 @@ { "dependencies": { - "expo": "^37.0.7", - "expo-auth-session": "^1.2.1", - "react": "16.8.3", - "react-dom": "16.9.0", - "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz", + "expo": "~38.0.0", + "expo-auth-session": "~1.4.1", + "react": "~16.11.0", + "react-dom": "~16.11.0", + "react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz", "react-native-web": "0.11.7" }, "devDependencies": { diff --git a/with-firebase-storage-upload/package.json b/with-firebase-storage-upload/package.json index cf683d8..c2ff379 100644 --- a/with-firebase-storage-upload/package.json +++ b/with-firebase-storage-upload/package.json @@ -1,12 +1,12 @@ { "dependencies": { - "expo": "^37.0.7", - "expo-image-picker": "8.0.2", - "expo-permissions": "8.0.0", + "expo": "~38.0.0", + "expo-image-picker": "~8.3.0", + "expo-permissions": "~9.0.1", "firebase": "7.8.1", - "react": "16.9.0", - "react-dom": "16.9.0", - "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz", + "react": "~16.11.0", + "react-dom": "~16.11.0", + "react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz", "react-native-web": "0.11.7", "uuid": "3.4.0" }, diff --git a/with-formdata-image-upload/app/package.json b/with-formdata-image-upload/app/package.json index f9b464d..6e4691f 100644 --- a/with-formdata-image-upload/app/package.json +++ b/with-formdata-image-upload/app/package.json @@ -1,12 +1,12 @@ { "dependencies": { - "expo": "^37.0.7", - "expo-constants": "~7.0.0", - "expo-image-picker": "~7.0.0", - "expo-permissions": "~7.0.0", - "react": "16.8.3", - "react-dom": "16.9.0", - "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz", + "expo": "~38.0.0", + "expo-constants": "~9.1.1", + "expo-image-picker": "~8.3.0", + "expo-permissions": "~9.0.1", + "react": "~16.11.0", + "react-dom": "~16.11.0", + "react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz", "react-native-web": "0.11.7" }, "devDependencies": { diff --git a/with-formik/package.json b/with-formik/package.json index a6d5dc7..4d12fc6 100644 --- a/with-formik/package.json +++ b/with-formik/package.json @@ -1,10 +1,10 @@ { "dependencies": { - "expo": "37.0.11", + "expo": "~38.0.0", "formik": "2.1.4", - "react": "16.9.0", - "react-dom": "16.9.0", - "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz", + "react": "~16.11.0", + "react-dom": "~16.11.0", + "react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz", "react-native-web": "0.11.7", "yup": "0.29.0" }, diff --git a/with-gatsby/package.json b/with-gatsby/package.json index 57264ad..6956ef3 100644 --- a/with-gatsby/package.json +++ b/with-gatsby/package.json @@ -9,7 +9,7 @@ "serve:web": "gatsby serve" }, "dependencies": { - "expo": "^37.0.7", + "expo": "~38.0.0", "gatsby": "^2.17.6", "gatsby-image": "^2.2.30", "gatsby-plugin-manifest": "^2.2.25", @@ -22,17 +22,18 @@ "gatsby-source-filesystem": "^2.1.35", "gatsby-transformer-sharp": "^2.3.1", "prop-types": "^15.7.2", - "react": "16.8.3", - "react-dom": "16.8.3", + "react": "~16.11.0", + "react-dom": "~16.11.0", "react-helmet": "^5.2.1", - "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz", - "react-native-web": "^0.11.7", - "react-native-web-hooks": "^1.0.2" + "react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz", + "react-native-web": "0.11.7", + "react-native-web-hooks": "~3.0.1" }, "devDependencies": { "@babel/core": "7.9.0", - "@types/react": "^16.8.23", - "@types/react-native": "^0.57.65", + "@types/react": "~16.9.41", + "@types/react-dom": "~16.9.8", + "@types/react-native": "~0.62.13", "typescript": "^3.6.3" }, "private": true diff --git a/with-google-vision/package.json b/with-google-vision/package.json index 05d83d0..9038ef5 100644 --- a/with-google-vision/package.json +++ b/with-google-vision/package.json @@ -1,10 +1,10 @@ { "dependencies": { - "expo": "37.0.7", - "expo-image-picker": "~8.0.0", - "react": "16.9.0", - "react-dom": "16.9.0", - "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz", + "expo": "~38.0.0", + "expo-image-picker": "~8.3.0", + "react": "~16.11.0", + "react-dom": "~16.11.0", + "react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz", "react-native-web": "0.11.7" }, "devDependencies": { diff --git a/with-icons/package.json b/with-icons/package.json index 6d3e9ea..49e872a 100644 --- a/with-icons/package.json +++ b/with-icons/package.json @@ -1,10 +1,10 @@ { "dependencies": { - "@expo/vector-icons": "10.0.6", - "expo": "37.0.7", - "react": "16.9.0", - "react-dom": "16.9.0", - "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz", + "@expo/vector-icons": "~10.2.0", + "expo": "~38.0.0", + "react": "~16.11.0", + "react-dom": "~16.11.0", + "react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz", "react-native-web": "0.11.7" }, "devDependencies": { diff --git a/with-nextjs/package.json b/with-nextjs/package.json index 8ab8ba3..49113af 100644 --- a/with-nextjs/package.json +++ b/with-nextjs/package.json @@ -1,10 +1,10 @@ { "dependencies": { - "expo": "37.0.7", + "expo": "~38.0.0", "next": "9.3.5", - "react": "16.9.0", - "react-dom": "16.9.0", - "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz", + "react": "~16.11.0", + "react-dom": "~16.11.0", + "react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz", "react-native-web": "0.11.7" }, "devDependencies": { diff --git a/with-postpublish-hooks/package.json b/with-postpublish-hooks/package.json index 60c4f82..87c8f84 100644 --- a/with-postpublish-hooks/package.json +++ b/with-postpublish-hooks/package.json @@ -1,10 +1,10 @@ { "dependencies": { - "expo": "37.0.7", + "expo": "~38.0.0", "expo-postpublish-slack-notify": "1.2.0", - "react": "16.9.0", - "react-dom": "16.9.0", - "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz", + "react": "~16.11.0", + "react-dom": "~16.11.0", + "react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz", "react-native-web": "0.11.7" }, "devDependencies": { diff --git a/with-preact/package.json b/with-preact/package.json index adcb267..7af63a2 100644 --- a/with-preact/package.json +++ b/with-preact/package.json @@ -1,11 +1,11 @@ { "dependencies": { - "expo": "37.0.7", + "expo": "~38.0.0", "preact": "10.4.1", "preact-responder-event-plugin": "1.0.16", - "react": "16.9.0", - "react-dom": "16.9.0", - "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz", + "react": "~16.11.0", + "react-dom": "~16.11.0", + "react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz", "react-native-web": "0.11.7" }, "devDependencies": { diff --git a/with-react-router/package.json b/with-react-router/package.json index 0f0fce2..662792f 100644 --- a/with-react-router/package.json +++ b/with-react-router/package.json @@ -1,14 +1,9 @@ { - "scripts": { - "start": "expo start", - "build": "expo build:web", - "deploy": "npx netlify deploy --dir web-build" - }, "dependencies": { - "expo": "37.0.7", - "react": "16.9.0", - "react-dom": "16.9.0", - "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz", + "expo": "~38.0.0", + "react": "~16.11.0", + "react-dom": "~16.11.0", + "react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz", "react-native-web": "0.11.7", "react-router-dom": "5.1.2", "react-router-native": "5.1.2" diff --git a/with-react-three-fiber/package.json b/with-react-three-fiber/package.json index 2ad254d..9b30692 100644 --- a/with-react-three-fiber/package.json +++ b/with-react-three-fiber/package.json @@ -1,11 +1,11 @@ { "dependencies": { - "expo": "37.0.7", - "expo-gl": "8.2.0", + "expo": "~38.0.0", + "expo-gl": "~8.3.1", "expo-three": "5.4.0", - "react": "16.9.0", - "react-dom": "16.9.0", - "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz", + "react": "~16.11.0", + "react-dom": "~16.11.0", + "react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz", "react-native-web": "0.11.7", "react-three-fiber": "^4.2.8", "three": "^0.117.1" diff --git a/with-socket-io/app/package.json b/with-socket-io/app/package.json index a704cfe..bfcb884 100644 --- a/with-socket-io/app/package.json +++ b/with-socket-io/app/package.json @@ -2,8 +2,8 @@ "dependencies": { "expo": "^37.0.7", "react": "16.8.3", - "react-dom": "16.9.0", - "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz", + "react-dom": "~16.11.0", + "react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz", "react-native-web": "0.11.7", "socket.io-client": "^1.7.1" }, diff --git a/with-sqlite/package.json b/with-sqlite/package.json index 40aa465..bc30927 100644 --- a/with-sqlite/package.json +++ b/with-sqlite/package.json @@ -1,10 +1,10 @@ { "dependencies": { - "expo": "37.0.7", - "expo-sqlite": "8.1.0", - "react": "16.9.0", - "react-dom": "16.9.0", - "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz", + "expo": "~38.0.0", + "expo-sqlite": "~8.2.1", + "react": "~16.11.0", + "react-dom": "~16.11.0", + "react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz", "react-native-web": "0.11.7" }, "devDependencies": { diff --git a/with-storybook/package.json b/with-storybook/package.json index 9de30be..2899f16 100644 --- a/with-storybook/package.json +++ b/with-storybook/package.json @@ -1,33 +1,31 @@ { "scripts": { "start": "expo start", - "android": "expo start --android", - "ios": "expo start --ios", "web": "start-storybook -p 6006", "build-storybook": "build-storybook" }, "dependencies": { - "expo": "^37.0.7", - "expo-constants": "~8.0.0", - "expo-font": "~8.0.0", - "expo-linear-gradient": "~8.0.0", - "react": "16.9.0", - "react-dom": "16.9.0", - "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz", - "react-native-web": "^0.11.7" + "expo": "~38.0.0", + "expo-constants": "~9.1.1", + "expo-font": "~8.2.1", + "expo-linear-gradient": "~8.2.1", + "react": "~16.11.0", + "react-dom": "~16.11.0", + "react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz", + "react-native-web": "0.11.7" }, "devDependencies": { - "@babel/core": "^7.9.0", + "@babel/core": "7.9.0", "@expo/webpack-config": "^0.11.11", "@storybook/addon-actions": "^5.2.1", "@storybook/addon-links": "^5.2.1", "@storybook/addons": "^5.2.1", "@storybook/react": "^5.2.1", "@storybook/react-native": "^5.2.3", - "@types/react": "^16.9.0", - "@types/react-native": "^0.60.15", + "@types/react": "~16.9.41", + "@types/react-dom": "~16.9.8", + "@types/react-native": "~0.62.13", "babel-loader": "^8.0.6", - "babel-preset-expo": "^8.0.0", "typescript": "^3.7.2" } } diff --git a/with-styled-components/babel.config.js b/with-styled-components/babel.config.js new file mode 100644 index 0000000..73ebf58 --- /dev/null +++ b/with-styled-components/babel.config.js @@ -0,0 +1,6 @@ +module.exports = function (api) { + api.cache(true); + return { + presets: ["babel-preset-expo"], + }; +}; diff --git a/with-styled-components/package.json b/with-styled-components/package.json index d0ef4da..0109970 100644 --- a/with-styled-components/package.json +++ b/with-styled-components/package.json @@ -1,9 +1,9 @@ { "dependencies": { - "expo": "^37.0.7", - "react": "16.8.3", - "react-dom": "16.9.0", - "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz", + "expo": "~38.0.0", + "react": "~16.11.0", + "react-dom": "~16.11.0", + "react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz", "react-native-web": "0.11.7", "styled-components": "^5.1.0" }, diff --git a/with-tailwindcss/package.json b/with-tailwindcss/package.json index 0bfbe2c..eef886c 100644 --- a/with-tailwindcss/package.json +++ b/with-tailwindcss/package.json @@ -1,13 +1,13 @@ { "dependencies": { - "expo": "~37.0.3", - "react": "~16.9.0", - "react-dom": "~16.9.0", - "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz", - "react-native-web": "~0.11.7", + "expo": "~38.0.0", + "react": "~16.11.0", + "react-dom": "~16.11.0", + "react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz", + "react-native-web": "0.11.7", "tailwind-rn": "^1.1.0" }, "devDependencies": { - "@babel/core": "^7.8.6" + "@babel/core": "7.9.0" } } diff --git a/with-three/package.json b/with-three/package.json index c704415..3aebb41 100644 --- a/with-three/package.json +++ b/with-three/package.json @@ -1,18 +1,19 @@ { "dependencies": { - "expo": "37.0.7", - "expo-gl": "^8.0.0", + "expo": "~38.0.0", + "expo-gl": "~8.3.1", "expo-three": "^5.4.0", - "react": "16.9.0", - "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz", - "react-native-web": "^0.11", - "react-dom": "16.9.0", + "react": "~16.11.0", + "react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz", + "react-native-web": "0.11.7", + "react-dom": "~16.11.0", "three": "^0.108.0" }, "devDependencies": { "@babel/core": "7.9.0", - "@types/react": "^16.8.23", - "@types/react-native": "^0.57.65", + "@types/react": "~16.9.41", + "@types/react-dom": "~16.9.8", + "@types/react-native": "~0.62.13", "typescript": "^3.4.5" } } diff --git a/with-twitter-auth/package.json b/with-twitter-auth/package.json index 6e4b0cf..8f6a465 100644 --- a/with-twitter-auth/package.json +++ b/with-twitter-auth/package.json @@ -1,10 +1,10 @@ { "dependencies": { - "expo": "37.0.7", - "expo-auth-session": "^1.2.1", - "react": "16.9.0", - "react-dom": "16.9.0", - "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz", + "expo": "~38.0.0", + "expo-auth-session": "^1.4.1", + "react": "~16.11.0", + "react-dom": "~16.11.0", + "react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz", "react-native-web": "0.11.7" }, "devDependencies": { diff --git a/with-typescript/package.json b/with-typescript/package.json index 63645ce..818f0c7 100644 --- a/with-typescript/package.json +++ b/with-typescript/package.json @@ -1,15 +1,15 @@ { "dependencies": { - "expo": "~37.0.7", + "expo": "~38.0.0", "react": "~16.11.0", "react-dom": "~16.11.0", - "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz", + "react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz", "react-native-screens": "~2.2.0", - "react-native-web": "~0.11.7" + "react-native-web": "0.11.7" }, "devDependencies": { - "@babel/core": "^7.8.6", - "@types/react": "~16.9.36", + "@babel/core": "7.9.0", + "@types/react": "~16.9.41", "@types/react-dom": "~16.9.8", "@types/react-native": "~0.62.13", "typescript": "~3.8.3" diff --git a/with-victory-native/package.json b/with-victory-native/package.json index dc1d45a..0a906a8 100644 --- a/with-victory-native/package.json +++ b/with-victory-native/package.json @@ -1,17 +1,17 @@ { "dependencies": { - "@use-expo/font": "^2.0.0", - "expo": "^37.0.7", - "expo-font": "~8.0.0", + "@use-expo/font": "~2.0.0", + "expo": "~38.0.3", + "expo-font": "~8.2.1", "lodash": "^4.17.10", - "react": "16.9.0", - "react-dom": "16.9.0", - "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz", - "react-native-svg": "9.13.3", + "react": "~16.11.0", + "react-dom": "~16.11.0", + "react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz", + "react-native-svg": "~12.1.0", "react-native-web": "0.11.7", "victory-native": "^34.1.0" }, "devDependencies": { - "@babel/core": "7.0.0" + "@babel/core": "7.9.0" } } diff --git a/with-video-background/package.json b/with-video-background/package.json index 6235ce1..746d09d 100644 --- a/with-video-background/package.json +++ b/with-video-background/package.json @@ -1,10 +1,10 @@ { "dependencies": { - "expo": "37.0.7", - "expo-av": "~8.0.0", - "react": "16.9.0", - "react-dom": "16.9.0", - "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz", + "expo": "~38.0.0", + "expo-av": "~8.2.1", + "react": "~16.11.0", + "react-dom": "~16.11.0", + "react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz", "react-native-web": "0.11.7" }, "devDependencies": { diff --git a/with-webbrowser-redirect/app/package.json b/with-webbrowser-redirect/app/package.json index 695ddfc..3e5482b 100644 --- a/with-webbrowser-redirect/app/package.json +++ b/with-webbrowser-redirect/app/package.json @@ -1,10 +1,10 @@ { "dependencies": { - "expo": "37.0.7", - "expo-web-browser": "~7.0.0", - "react": "16.9.0", - "react-dom": "16.9.0", - "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz", + "expo": "~38.0.0", + "expo-web-browser": "~8.3.1", + "react": "~16.11.0", + "react-dom": "~16.11.0", + "react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz", "react-native-web": "0.11.7" }, "devDependencies": { From 2ba3af9b6b5ea27231ae0d4692f949f5d1277612 Mon Sep 17 00:00:00 2001 From: Evan Bacon Date: Thu, 25 Jun 2020 14:44:54 -0700 Subject: [PATCH 2/2] bump versions --- with-socket-io/app/package.json | 4 ++-- with-victory-native/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/with-socket-io/app/package.json b/with-socket-io/app/package.json index bfcb884..ef4bae4 100644 --- a/with-socket-io/app/package.json +++ b/with-socket-io/app/package.json @@ -1,7 +1,7 @@ { "dependencies": { - "expo": "^37.0.7", - "react": "16.8.3", + "expo": "~38.0.0", + "react": "~16.11.0", "react-dom": "~16.11.0", "react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz", "react-native-web": "0.11.7", diff --git a/with-victory-native/package.json b/with-victory-native/package.json index 0a906a8..c1af4e7 100644 --- a/with-victory-native/package.json +++ b/with-victory-native/package.json @@ -1,7 +1,7 @@ { "dependencies": { "@use-expo/font": "~2.0.0", - "expo": "~38.0.3", + "expo": "~38.0.0", "expo-font": "~8.2.1", "lodash": "^4.17.10", "react": "~16.11.0",