From a74e0bc889e0d0a780f13ca89c860be1869bd87d Mon Sep 17 00:00:00 2001 From: Keith Kurak Date: Mon, 14 Aug 2023 20:15:49 -0400 Subject: [PATCH] [examples] update to SDK 49 (#431) --- blank/package.json | 6 ++-- navigation/package.json | 28 +++++++++---------- with-apollo/package.json | 8 +++--- with-auth0/package.json | 10 +++---- with-aws-storage-upload/package.json | 16 +++++------ with-camera/package.json | 8 +++--- with-custom-font/package.json | 10 +++---- with-dev-client/package.json | 14 +++++----- with-drawer-navigation/package.json | 16 +++++------ with-facebook-auth/package.json | 10 +++---- with-firebase-saml-login/package.json | 10 +++---- with-firebase-storage-upload/package.json | 10 +++---- with-formdata-image-upload/package.json | 10 +++---- with-formik/package.json | 6 ++-- with-google-vision/package.json | 8 +++--- with-html/package.json | 6 ++-- with-icons/package.json | 6 ++-- with-magic/package.json | 8 +++--- with-maps/package.json | 8 +++--- with-moti/package.json | 8 +++--- with-native-base/package.json | 10 +++---- with-nativewind/package.json | 6 ++-- with-new-arch/package.json | 4 +-- with-nextjs/package.json | 2 +- with-pdf/package.json | 10 +++---- with-postpublish-hooks/package.json | 6 ++-- with-preact/package.json | 6 ++-- with-processing/package.json | 8 +++--- with-react-native-elements/package.json | 12 ++++---- with-react-router/package.json | 6 ++-- with-react-three-fiber/package.json | 14 +++++----- with-realm/package.json | 6 ++-- with-reanimated/package.json | 10 +++---- with-router/app.json | 7 ++++- with-router/package.json | 24 ++++++++-------- with-socket-io/package.json | 6 ++-- with-splash-screen/package.json | 14 +++++----- with-sqlite/package.json | 8 +++--- with-storybook/package.json | 16 +++++------ with-styled-components/package.json | 6 ++-- with-svg/package.json | 8 +++--- with-tab-navigation/package.json | 16 +++++------ with-tailwindcss/package.json | 6 ++-- with-tfjs-camera/package.json | 12 ++++---- with-three/package.json | 14 +++++----- with-twitter-auth/package.json | 10 +++---- with-typescript/package.json | 10 +++---- with-victory-native/package.json | 10 +++---- with-video-background/package.json | 8 +++--- with-webbrowser-redirect/package.json | 10 +++---- with-webrtc/package.json | 12 ++++---- with-workbox/package.json | 6 ++-- with-yarn-workspaces/apps/mobile/package.json | 8 +++--- with-zustand/package.json | 6 ++-- 54 files changed, 264 insertions(+), 259 deletions(-) diff --git a/blank/package.json b/blank/package.json index 43fcb8b1..e2ed6a34 100644 --- a/blank/package.json +++ b/blank/package.json @@ -1,10 +1,10 @@ { "dependencies": { - "expo": "^48.0.7", + "expo": "^49.0.3", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.3", - "react-native-web": "~0.18.7" + "react-native": "0.72.3", + "react-native-web": "~0.19.6" }, "devDependencies": { "@babel/core": "^7.19.3" diff --git a/navigation/package.json b/navigation/package.json index 519271d7..87d29c7c 100644 --- a/navigation/package.json +++ b/navigation/package.json @@ -5,22 +5,22 @@ "@react-navigation/bottom-tabs": "^6.4.0", "@react-navigation/native": "^6.0.13", "@react-navigation/stack": "^6.3.4", - "expo": "^48.0.7", - "expo-asset": "~8.9.1", - "expo-constants": "~14.2.1", - "expo-font": "~11.1.1", - "expo-linking": "~4.0.1", - "expo-splash-screen": "~0.18.1", - "expo-status-bar": "~1.4.2", - "expo-web-browser": "~12.1.1", + "expo": "^49.0.3", + "expo-asset": "~8.10.1", + "expo-constants": "~14.4.2", + "expo-font": "~11.4.0", + "expo-linking": "~5.0.2", + "expo-splash-screen": "~0.20.4", + "expo-status-bar": "~1.6.0", + "expo-web-browser": "~12.3.2", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.3", - "react-native-gesture-handler": "~2.9.0", - "react-native-reanimated": "~2.14.4", - "react-native-safe-area-context": "4.5.0", - "react-native-screens": "~3.20.0", - "react-native-web": "~0.18.7" + "react-native": "0.72.3", + "react-native-gesture-handler": "~2.12.0", + "react-native-reanimated": "~3.3.0", + "react-native-safe-area-context": "4.6.3", + "react-native-screens": "~3.22.0", + "react-native-web": "~0.19.6" }, "devDependencies": { "@babel/core": "^7.19.3" diff --git a/with-apollo/package.json b/with-apollo/package.json index 9f1b49bd..0d018fba 100644 --- a/with-apollo/package.json +++ b/with-apollo/package.json @@ -2,13 +2,13 @@ "dependencies": { "@apollo/client": "^3.4.16", "@apollo/link-context": "^2.0.0-beta.3", - "@react-native-picker/picker": "2.4.8", - "expo": "^48.0.7", + "@react-native-picker/picker": "2.4.10", + "expo": "^49.0.3", "graphql": "^15.0.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.3", - "react-native-web": "~0.18.7" + "react-native": "0.72.3", + "react-native-web": "~0.19.6" }, "devDependencies": { "@babel/core": "^7.19.3" diff --git a/with-auth0/package.json b/with-auth0/package.json index 24546a96..7c78f855 100644 --- a/with-auth0/package.json +++ b/with-auth0/package.json @@ -1,13 +1,13 @@ { "dependencies": { - "expo": "^48.0.7", - "expo-auth-session": "~4.0.3", - "expo-random": "~13.1.1", + "expo": "^49.0.3", + "expo-auth-session": "~5.0.2", + "expo-random": "~13.2.0", "jwt-decode": "2.2.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.3", - "react-native-web": "~0.18.7" + "react-native": "0.72.3", + "react-native-web": "~0.19.6" }, "devDependencies": { "@babel/core": "^7.19.3" diff --git a/with-aws-storage-upload/package.json b/with-aws-storage-upload/package.json index f5e9e665..0e79582f 100644 --- a/with-aws-storage-upload/package.json +++ b/with-aws-storage-upload/package.json @@ -3,17 +3,17 @@ "@aws-amplify/auth": "^4.3.11", "@aws-amplify/core": "^4.3.3", "@aws-amplify/storage": "^4.4.4", - "@react-native-async-storage/async-storage": "1.17.11", - "@react-native-community/netinfo": "9.3.7", + "@react-native-async-storage/async-storage": "1.18.2", + "@react-native-community/netinfo": "9.3.10", "aws-amplify": "^4.3.3", - "expo": "^48.0.7", - "expo-clipboard": "~4.1.2", - "expo-constants": "~14.2.1", - "expo-image-picker": "~14.1.1", + "expo": "^49.0.3", + "expo-clipboard": "~4.3.0", + "expo-constants": "~14.4.2", + "expo-image-picker": "~14.3.1", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.3", - "react-native-web": "~0.18.7" + "react-native": "0.72.3", + "react-native-web": "~0.19.6" }, "devDependencies": { "@babel/core": "^7.19.3" diff --git a/with-camera/package.json b/with-camera/package.json index 1b2caec7..1d7dcbfa 100644 --- a/with-camera/package.json +++ b/with-camera/package.json @@ -1,11 +1,11 @@ { "dependencies": { - "expo": "^48.0.7", - "expo-camera": "~13.2.1", + "expo": "^49.0.3", + "expo-camera": "~13.4.2", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.3", - "react-native-web": "~0.18.7" + "react-native": "0.72.3", + "react-native-web": "~0.19.6" }, "devDependencies": { "@babel/core": "^7.19.3" diff --git a/with-custom-font/package.json b/with-custom-font/package.json index 7fb76777..5b44f59d 100644 --- a/with-custom-font/package.json +++ b/with-custom-font/package.json @@ -1,12 +1,12 @@ { "dependencies": { - "expo": "^48.0.7", - "expo-font": "~11.1.1", - "expo-splash-screen": "~0.18.1", + "expo": "^49.0.3", + "expo-font": "~11.4.0", + "expo-splash-screen": "~0.20.4", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.3", - "react-native-web": "~0.18.7" + "react-native": "0.72.3", + "react-native-web": "~0.19.6" }, "devDependencies": { "@babel/core": "^7.19.3" diff --git a/with-dev-client/package.json b/with-dev-client/package.json index 4ab1ce27..14b9c21e 100644 --- a/with-dev-client/package.json +++ b/with-dev-client/package.json @@ -6,15 +6,15 @@ "web": "expo start --web" }, "dependencies": { - "expo": "~48.0.6", - "expo-dev-client": "~2.1.5", - "expo-splash-screen": "~0.18.1", - "expo-status-bar": "~1.4.2", - "expo-updates": "~0.16.3", + "expo": "^49.0.3", + "expo-dev-client": "~2.4.6", + "expo-splash-screen": "~0.20.4", + "expo-status-bar": "~1.6.0", + "expo-updates": "~0.18.10", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.3", - "react-native-web": "~0.18.7" + "react-native": "0.72.3", + "react-native-web": "~0.19.6" }, "devDependencies": { "@babel/core": "^7.19.3" diff --git a/with-drawer-navigation/package.json b/with-drawer-navigation/package.json index 7faf7a08..9d7756ab 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.11", - "@react-native-masked-view/masked-view": "0.2.8", + "@react-native-masked-view/masked-view": "0.2.9", "@react-navigation/bottom-tabs": "^6.4.0", "@react-navigation/drawer": "^6.5.0", "@react-navigation/native": "^6.0.13", - "expo": "^48.0.7", + "expo": "^49.0.3", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.3", - "react-native-gesture-handler": "~2.9.0", - "react-native-reanimated": "~2.14.4", - "react-native-safe-area-context": "4.5.0", - "react-native-screens": "~3.20.0", - "react-native-web": "~0.18.7" + "react-native": "0.72.3", + "react-native-gesture-handler": "~2.12.0", + "react-native-reanimated": "~3.3.0", + "react-native-safe-area-context": "4.6.3", + "react-native-screens": "~3.22.0", + "react-native-web": "~0.19.6" }, "devDependencies": { "@babel/core": "^7.19.3" diff --git a/with-facebook-auth/package.json b/with-facebook-auth/package.json index 3f12ed3a..38b17e66 100644 --- a/with-facebook-auth/package.json +++ b/with-facebook-auth/package.json @@ -1,12 +1,12 @@ { "dependencies": { - "expo": "^48.0.7", - "expo-auth-session": "~4.0.3", - "expo-random": "~13.1.1", + "expo": "^49.0.3", + "expo-auth-session": "~5.0.2", + "expo-random": "~13.2.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.3", - "react-native-web": "~0.18.7" + "react-native": "0.72.3", + "react-native-web": "~0.19.6" }, "devDependencies": { "@babel/core": "^7.19.3" diff --git a/with-firebase-saml-login/package.json b/with-firebase-saml-login/package.json index 52a185fc..5c2c4778 100644 --- a/with-firebase-saml-login/package.json +++ b/with-firebase-saml-login/package.json @@ -3,13 +3,13 @@ "serve": "serve ./backend/firebase-wrapper-app.html" }, "dependencies": { - "@react-native-async-storage/async-storage": "1.17.11", - "expo": "^48.0.7", - "expo-linking": "~4.0.1", - "expo-web-browser": "~12.1.1", + "@react-native-async-storage/async-storage": "1.18.2", + "expo": "^49.0.3", + "expo-linking": "~5.0.2", + "expo-web-browser": "~12.3.2", "firebase": "^9.6.9", "react": "18.2.0", - "react-native": "0.71.3" + "react-native": "0.72.3" }, "devDependencies": { "@babel/core": "^7.19.3", diff --git a/with-firebase-storage-upload/package.json b/with-firebase-storage-upload/package.json index b8c79cde..0ef56262 100644 --- a/with-firebase-storage-upload/package.json +++ b/with-firebase-storage-upload/package.json @@ -1,13 +1,13 @@ { "dependencies": { - "expo": "^48.0.7", - "expo-clipboard": "~4.1.2", - "expo-image-picker": "~14.1.1", + "expo": "^49.0.3", + "expo-clipboard": "~4.3.0", + "expo-image-picker": "~14.3.1", "firebase": "^9.6.9", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.3", - "react-native-web": "~0.18.7", + "react-native": "0.72.3", + "react-native-web": "~0.19.6", "uuid": "3.4.0" }, "devDependencies": { diff --git a/with-formdata-image-upload/package.json b/with-formdata-image-upload/package.json index d71ec921..cd5abdba 100644 --- a/with-formdata-image-upload/package.json +++ b/with-formdata-image-upload/package.json @@ -1,12 +1,12 @@ { "dependencies": { - "expo": "^48.0.7", - "expo-constants": "~14.2.1", - "expo-image-picker": "~14.1.1", + "expo": "^49.0.3", + "expo-constants": "~14.4.2", + "expo-image-picker": "~14.3.1", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.3", - "react-native-web": "~0.18.7" + "react-native": "0.72.3", + "react-native-web": "~0.19.6" }, "devDependencies": { "@babel/core": "^7.19.3" diff --git a/with-formik/package.json b/with-formik/package.json index 26a8e737..b18acdd2 100644 --- a/with-formik/package.json +++ b/with-formik/package.json @@ -1,11 +1,11 @@ { "dependencies": { - "expo": "^48.0.7", + "expo": "^49.0.3", "formik": "~2.2.9", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.3", - "react-native-web": "~0.18.7", + "react-native": "0.72.3", + "react-native-web": "~0.19.6", "yup": "0.32.11" }, "devDependencies": { diff --git a/with-google-vision/package.json b/with-google-vision/package.json index 1b0de80c..974588c7 100644 --- a/with-google-vision/package.json +++ b/with-google-vision/package.json @@ -1,11 +1,11 @@ { "dependencies": { - "expo": "^48.0.7", - "expo-image-picker": "~14.1.1", + "expo": "^49.0.3", + "expo-image-picker": "~14.3.1", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.3", - "react-native-web": "~0.18.7" + "react-native": "0.72.3", + "react-native-web": "~0.19.6" }, "devDependencies": { "@babel/core": "^7.19.3" diff --git a/with-html/package.json b/with-html/package.json index aedf961d..51f6aed2 100644 --- a/with-html/package.json +++ b/with-html/package.json @@ -1,12 +1,12 @@ { "dependencies": { "@expo/html-elements": "^0.3.0", - "expo": "^48.0.7", + "expo": "^49.0.3", "nativewind": "^2.0.10", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.3", - "react-native-web": "~0.18.7" + "react-native": "0.72.3", + "react-native-web": "~0.19.6" }, "devDependencies": { "@babel/core": "^7.18.6", diff --git a/with-icons/package.json b/with-icons/package.json index 886bc49f..a1b1afc5 100644 --- a/with-icons/package.json +++ b/with-icons/package.json @@ -1,11 +1,11 @@ { "dependencies": { "@expo/vector-icons": "^13.0.0", - "expo": "^48.0.7", + "expo": "^49.0.3", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.3", - "react-native-web": "~0.18.7" + "react-native": "0.72.3", + "react-native-web": "~0.19.6" }, "devDependencies": { "@babel/core": "^7.19.3" diff --git a/with-magic/package.json b/with-magic/package.json index da6fd9ea..c66a182c 100644 --- a/with-magic/package.json +++ b/with-magic/package.json @@ -1,12 +1,12 @@ { "dependencies": { "@magic-sdk/react-native": "^6.2.0", - "expo": "^48.0.7", + "expo": "^49.0.3", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.3", - "react-native-web": "~0.18.7", - "react-native-webview": "11.26.0" + "react-native": "0.72.3", + "react-native-web": "~0.19.6", + "react-native-webview": "13.2.2" }, "devDependencies": { "@babel/core": "^7.19.3" diff --git a/with-maps/package.json b/with-maps/package.json index 8125c865..ba12dddf 100644 --- a/with-maps/package.json +++ b/with-maps/package.json @@ -1,11 +1,11 @@ { "dependencies": { - "expo": "^48.0.7", + "expo": "^49.0.3", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.3", - "react-native-maps": "1.3.2", - "react-native-web": "~0.18.7" + "react-native": "0.72.3", + "react-native-maps": "1.7.1", + "react-native-web": "~0.19.6" }, "devDependencies": { "@babel/core": "^7.19.3" diff --git a/with-moti/package.json b/with-moti/package.json index 6e7bb7f9..00e55317 100644 --- a/with-moti/package.json +++ b/with-moti/package.json @@ -1,12 +1,12 @@ { "dependencies": { - "expo": "^48.0.7", + "expo": "^49.0.3", "moti": "~0.22.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.3", - "react-native-reanimated": "~2.14.4", - "react-native-web": "~0.18.7" + "react-native": "0.72.3", + "react-native-reanimated": "~3.3.0", + "react-native-web": "~0.19.6" }, "devDependencies": { "@babel/core": "^7.19.3" diff --git a/with-native-base/package.json b/with-native-base/package.json index 563c06d7..6738eee4 100644 --- a/with-native-base/package.json +++ b/with-native-base/package.json @@ -1,13 +1,13 @@ { "dependencies": { - "expo": "^48.0.7", + "expo": "^49.0.3", "native-base": "^3.4.28", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.3", - "react-native-safe-area-context": "4.5.0", - "react-native-svg": "13.4.0", - "react-native-web": "~0.18.7" + "react-native": "0.72.3", + "react-native-safe-area-context": "4.6.3", + "react-native-svg": "13.9.0", + "react-native-web": "~0.19.6" }, "devDependencies": { "@babel/core": "^7.19.3" diff --git a/with-nativewind/package.json b/with-nativewind/package.json index 78742e4a..ced606f7 100644 --- a/with-nativewind/package.json +++ b/with-nativewind/package.json @@ -1,11 +1,11 @@ { "dependencies": { - "expo": "^48.0.7", + "expo": "^49.0.3", "nativewind": "^2.0.10", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.3", - "react-native-web": "~0.18.7" + "react-native": "0.72.3", + "react-native-web": "~0.19.6" }, "devDependencies": { "@babel/core": "^7.18.6", diff --git a/with-new-arch/package.json b/with-new-arch/package.json index 21ea84a9..c388de49 100644 --- a/with-new-arch/package.json +++ b/with-new-arch/package.json @@ -6,14 +6,14 @@ "web": "expo start --web" }, "dependencies": { - "expo": "^49.0.0", + "expo": "^49.0.3", "expo-build-properties": "~0.8.3", "expo-image": "~1.3.0", "expo-linear-gradient": "~12.3.0", "expo-splash-screen": "~0.20.2", "expo-status-bar": "~1.6.0", "react": "18.2.0", - "react-native": "0.72.1" + "react-native": "0.72.3" }, "devDependencies": { "@babel/core": "^7.20.0" diff --git a/with-nextjs/package.json b/with-nextjs/package.json index 7796e8f1..4c3e5af4 100644 --- a/with-nextjs/package.json +++ b/with-nextjs/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "expo": "^48.0.7", + "expo": "^49.0.3", "next": "~13.1.1", "react": "18.1.0", "react-dom": "18.1.0", diff --git a/with-pdf/package.json b/with-pdf/package.json index c0e77462..069446aa 100644 --- a/with-pdf/package.json +++ b/with-pdf/package.json @@ -5,13 +5,13 @@ "ios": "expo run:ios" }, "dependencies": { - "expo": "^48.0.7", - "expo-dev-client": "~2.1.5", - "expo-splash-screen": "~0.18.1", - "expo-status-bar": "~1.4.2", + "expo": "^49.0.3", + "expo-dev-client": "~2.4.6", + "expo-splash-screen": "~0.20.4", + "expo-status-bar": "~1.6.0", "fbjs": "^3.0.2", "react": "18.2.0", - "react-native": "0.71.3", + "react-native": "0.72.3", "react-native-blob-util": "^0.13.18", "react-native-pdf": "^6.4.0" }, diff --git a/with-postpublish-hooks/package.json b/with-postpublish-hooks/package.json index ec9693f6..c925cc90 100644 --- a/with-postpublish-hooks/package.json +++ b/with-postpublish-hooks/package.json @@ -1,11 +1,11 @@ { "dependencies": { - "expo": "^48.0.7", + "expo": "^49.0.3", "expo-postpublish-slack-notify": "1.2.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.3", - "react-native-web": "~0.18.7" + "react-native": "0.72.3", + "react-native-web": "~0.19.6" }, "devDependencies": { "@babel/core": "^7.19.3" diff --git a/with-preact/package.json b/with-preact/package.json index 9db59c43..79dbd2a4 100644 --- a/with-preact/package.json +++ b/with-preact/package.json @@ -1,12 +1,12 @@ { "dependencies": { - "expo": "^48.0.7", + "expo": "^49.0.3", "preact": "10.4.1", "preact-responder-event-plugin": "1.0.16", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.3", - "react-native-web": "~0.18.7" + "react-native": "0.72.3", + "react-native-web": "~0.19.6" }, "devDependencies": { "@babel/core": "^7.19.3", diff --git a/with-processing/package.json b/with-processing/package.json index 6f3fd96f..2abfe400 100644 --- a/with-processing/package.json +++ b/with-processing/package.json @@ -1,13 +1,13 @@ { "dependencies": { - "expo": "^48.0.7", - "expo-gl": "~12.4.0", + "expo": "^49.0.3", + "expo-gl": "~13.0.1", "expo-processing": "^2.0.6", "processing-js": "^1.6.6", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.3", - "react-native-web": "~0.18.7" + "react-native": "0.72.3", + "react-native-web": "~0.19.6" }, "devDependencies": { "@babel/core": "^7.19.3" diff --git a/with-react-native-elements/package.json b/with-react-native-elements/package.json index e74a97f8..43c0838e 100644 --- a/with-react-native-elements/package.json +++ b/with-react-native-elements/package.json @@ -1,15 +1,15 @@ { "dependencies": { "@expo/vector-icons": "^13.0.0", - "expo": "^48.0.7", - "expo-font": "~11.1.1", - "expo-splash-screen": "~0.18.1", + "expo": "^49.0.3", + "expo-font": "~11.4.0", + "expo-splash-screen": "~0.20.4", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.3", + "react-native": "0.72.3", "react-native-elements": "^3.4.2", - "react-native-safe-area-context": "4.5.0", - "react-native-web": "~0.18.7" + "react-native-safe-area-context": "4.6.3", + "react-native-web": "~0.19.6" }, "devDependencies": { "@babel/core": "^7.19.3" diff --git a/with-react-router/package.json b/with-react-router/package.json index 51fb7617..c4c5c9ab 100644 --- a/with-react-router/package.json +++ b/with-react-router/package.json @@ -1,10 +1,10 @@ { "dependencies": { - "expo": "^48.0.7", + "expo": "^49.0.3", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.3", - "react-native-web": "~0.18.7", + "react-native": "0.72.3", + "react-native-web": "~0.19.6", "react-router-dom": "5.3.0", "react-router-native": "5.2.1" }, diff --git a/with-react-three-fiber/package.json b/with-react-three-fiber/package.json index 4fdc5499..795486b5 100644 --- a/with-react-three-fiber/package.json +++ b/with-react-three-fiber/package.json @@ -1,16 +1,16 @@ { "dependencies": { "@react-three/fiber": "^8.3.1", - "expo": "^48.0.7", - "expo-asset": "~8.9.1", - "expo-file-system": "~15.2.2", - "expo-gl": "~12.4.0", - "expo-modules-core": "~1.2.4", + "expo": "^49.0.3", + "expo-asset": "~8.10.1", + "expo-file-system": "~15.4.2", + "expo-gl": "~13.0.1", + "expo-modules-core": "~1.5.7", "expo-three": "^6.2.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.3", - "react-native-web": "~0.18.7", + "react-native": "0.72.3", + "react-native-web": "~0.19.6", "three": "^0.145.0" }, "devDependencies": { diff --git a/with-realm/package.json b/with-realm/package.json index 2de35c9b..3a04b7b5 100644 --- a/with-realm/package.json +++ b/with-realm/package.json @@ -6,10 +6,10 @@ }, "dependencies": { "@realm/react": "^0.1.0", - "expo": "^48.0.7", - "expo-dev-client": "~2.1.5", + "expo": "^49.0.3", + "expo-dev-client": "~2.4.6", "react": "18.2.0", - "react-native": "0.71.3", + "react-native": "0.72.3", "react-native-get-random-values": "~1.8.0", "realm": "^10.11.0" } diff --git a/with-reanimated/package.json b/with-reanimated/package.json index 75f3301f..72246337 100644 --- a/with-reanimated/package.json +++ b/with-reanimated/package.json @@ -1,12 +1,12 @@ { "dependencies": { - "expo": "^48.0.7", - "expo-status-bar": "~1.4.2", + "expo": "^49.0.3", + "expo-status-bar": "~1.6.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.3", - "react-native-reanimated": "~2.14.4", - "react-native-web": "~0.18.7" + "react-native": "0.72.3", + "react-native-reanimated": "~3.3.0", + "react-native-web": "~0.19.6" }, "devDependencies": { "@babel/core": "^7.19.3" diff --git a/with-router/app.json b/with-router/app.json index b1a56a4a..99c9b047 100644 --- a/with-router/app.json +++ b/with-router/app.json @@ -1,6 +1,11 @@ { "expo": { "scheme": "acme", - "web": { "bundler": "metro" } + "web": { + "bundler": "metro" + }, + "plugins": [ + "expo-router" + ] } } diff --git a/with-router/package.json b/with-router/package.json index 6378f595..ba7c2d3e 100644 --- a/with-router/package.json +++ b/with-router/package.json @@ -6,20 +6,20 @@ "start": "expo start" }, "dependencies": { - "expo": "^48.0.7", - "expo-constants": "~14.2.1", - "expo-linking": "~4.0.1", - "expo-router": "^1.2.0", - "expo-splash-screen": "~0.18.1", - "expo-status-bar": "~1.4.2", + "expo": "^49.0.3", + "expo-constants": "~14.4.2", + "expo-linking": "~5.0.2", + "expo-router": "2.0.0", + "expo-splash-screen": "~0.20.4", + "expo-status-bar": "~1.6.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.3", - "react-native-gesture-handler": "~2.9.0", - "react-native-reanimated": "~2.14.4", - "react-native-safe-area-context": "4.5.0", - "react-native-screens": "~3.20.0", - "react-native-web": "~0.18.7" + "react-native": "0.72.3", + "react-native-gesture-handler": "~2.12.0", + "react-native-reanimated": "~3.3.0", + "react-native-safe-area-context": "4.6.3", + "react-native-screens": "~3.22.0", + "react-native-web": "~0.19.6" }, "devDependencies": { "@babel/core": "^7.19.3", diff --git a/with-socket-io/package.json b/with-socket-io/package.json index 21bebf15..cd7a188a 100644 --- a/with-socket-io/package.json +++ b/with-socket-io/package.json @@ -1,10 +1,10 @@ { "dependencies": { - "expo": "^48.0.7", + "expo": "^49.0.3", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.3", - "react-native-web": "~0.18.7", + "react-native": "0.72.3", + "react-native-web": "~0.19.6", "socket.io-client": "^4.3.2" }, "devDependencies": { diff --git a/with-splash-screen/package.json b/with-splash-screen/package.json index bacc9c3e..ad200ba6 100644 --- a/with-splash-screen/package.json +++ b/with-splash-screen/package.json @@ -1,14 +1,14 @@ { "dependencies": { - "expo": "^48.0.7", - "expo-asset": "~8.9.1", - "expo-constants": "~14.2.1", - "expo-splash-screen": "~0.18.1", - "expo-updates": "~0.16.3", + "expo": "^49.0.3", + "expo-asset": "~8.10.1", + "expo-constants": "~14.4.2", + "expo-splash-screen": "~0.20.4", + "expo-updates": "~0.18.10", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.3", - "react-native-web": "~0.18.7" + "react-native": "0.72.3", + "react-native-web": "~0.19.6" }, "devDependencies": { "@babel/core": "^7.19.3" diff --git a/with-sqlite/package.json b/with-sqlite/package.json index 6fa790f9..bf8d3670 100644 --- a/with-sqlite/package.json +++ b/with-sqlite/package.json @@ -6,12 +6,12 @@ "web": "expo start --web" }, "dependencies": { - "expo": "^48.0.7", - "expo-sqlite": "~11.1.1", + "expo": "^49.0.3", + "expo-sqlite": "~11.3.1", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.3", - "react-native-web": "~0.18.7" + "react-native": "0.72.3", + "react-native-web": "~0.19.6" }, "devDependencies": { "@babel/core": "^7.19.3" diff --git a/with-storybook/package.json b/with-storybook/package.json index 0027b8ee..0d798213 100644 --- a/with-storybook/package.json +++ b/with-storybook/package.json @@ -5,14 +5,14 @@ "build-storybook": "build-storybook" }, "dependencies": { - "expo": "^48.0.7", - "expo-constants": "~14.2.1", - "expo-font": "~11.1.1", - "expo-linear-gradient": "~12.1.2", + "expo": "^49.0.3", + "expo-constants": "~14.4.2", + "expo-font": "~11.4.0", + "expo-linear-gradient": "~12.3.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.3", - "react-native-web": "~0.18.7" + "react-native": "0.72.3", + "react-native-web": "~0.19.6" }, "devDependencies": { "@babel/core": "^7.19.3", @@ -22,10 +22,10 @@ "@storybook/addons": "~5.2.1", "@storybook/react": "~5.2.1", "@storybook/react-native": "~5.3.19", - "@types/react": "~18.0.24", + "@types/react": "~18.2.14", "@types/react-dom": "~18.0.8", "@types/react-native": "~0.70.6", "babel-loader": "^8.0.6", - "typescript": "^4.6.3" + "typescript": "^5.1.3" } } diff --git a/with-styled-components/package.json b/with-styled-components/package.json index 33dc6fdf..9b4f0e67 100644 --- a/with-styled-components/package.json +++ b/with-styled-components/package.json @@ -1,10 +1,10 @@ { "dependencies": { - "expo": "^48.0.7", + "expo": "^49.0.3", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.3", - "react-native-web": "~0.18.7", + "react-native": "0.72.3", + "react-native-web": "~0.19.6", "styled-components": "^5.1.0" }, "devDependencies": { diff --git a/with-svg/package.json b/with-svg/package.json index 438376e1..2cf6789e 100644 --- a/with-svg/package.json +++ b/with-svg/package.json @@ -1,12 +1,12 @@ { "dependencies": { - "expo": "^48.0.7", + "expo": "^49.0.3", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.3", - "react-native-svg": "13.4.0", + "react-native": "0.72.3", + "react-native-svg": "13.9.0", "react-native-svg-transformer": "^0.14.3", - "react-native-web": "~0.18.7" + "react-native-web": "~0.19.6" }, "devDependencies": { "@babel/core": "^7.19.3", diff --git a/with-tab-navigation/package.json b/with-tab-navigation/package.json index 1a86b731..d8c031f3 100644 --- a/with-tab-navigation/package.json +++ b/with-tab-navigation/package.json @@ -2,19 +2,19 @@ "dependencies": { "@expo/vector-icons": "^13.0.0", "@react-native-community/masked-view": "^0.1.11", - "@react-native-masked-view/masked-view": "0.2.8", + "@react-native-masked-view/masked-view": "0.2.9", "@react-navigation/bottom-tabs": "^6.4.0", "@react-navigation/native": "^6.0.13", "@react-navigation/stack": "^6.3.4", - "expo": "^48.0.7", + "expo": "^49.0.3", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.3", - "react-native-gesture-handler": "~2.9.0", - "react-native-reanimated": "~2.14.4", - "react-native-safe-area-context": "4.5.0", - "react-native-screens": "~3.20.0", - "react-native-web": "~0.18.7" + "react-native": "0.72.3", + "react-native-gesture-handler": "~2.12.0", + "react-native-reanimated": "~3.3.0", + "react-native-safe-area-context": "4.6.3", + "react-native-screens": "~3.22.0", + "react-native-web": "~0.19.6" }, "devDependencies": { "@babel/core": "^7.19.3" diff --git a/with-tailwindcss/package.json b/with-tailwindcss/package.json index 5e0ecb1a..e0eca3e4 100644 --- a/with-tailwindcss/package.json +++ b/with-tailwindcss/package.json @@ -1,10 +1,10 @@ { "dependencies": { - "expo": "^48.0.7", + "expo": "^49.0.3", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.3", - "react-native-web": "~0.18.7", + "react-native": "0.72.3", + "react-native-web": "~0.19.6", "tailwind-rn": "^3.0.1" }, "devDependencies": { diff --git a/with-tfjs-camera/package.json b/with-tfjs-camera/package.json index 8ed5f678..e0c9224e 100644 --- a/with-tfjs-camera/package.json +++ b/with-tfjs-camera/package.json @@ -1,17 +1,17 @@ { "dependencies": { - "@react-native-async-storage/async-storage": "1.17.11", + "@react-native-async-storage/async-storage": "1.18.2", "@tensorflow-models/mobilenet": "^2.1.0", "@tensorflow/tfjs": "^3.10.0", "@tensorflow/tfjs-react-native": "^0.7.0", - "expo": "^48.0.7", - "expo-camera": "~13.2.1", - "expo-gl": "~12.4.0", + "expo": "^49.0.3", + "expo-camera": "~13.4.2", + "expo-gl": "~13.0.1", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.3", + "react-native": "0.72.3", "react-native-fs": "^2.16.6", - "react-native-web": "~0.18.7" + "react-native-web": "~0.19.6" }, "devDependencies": { "@babel/core": "^7.19.3" diff --git a/with-three/package.json b/with-three/package.json index 4441926e..cb2acceb 100644 --- a/with-three/package.json +++ b/with-three/package.json @@ -1,15 +1,15 @@ { "dependencies": { - "expo": "^48.0.7", - "expo-asset": "~8.9.1", - "expo-file-system": "~15.2.2", - "expo-gl": "~12.4.0", - "expo-modules-core": "~1.2.4", + "expo": "^49.0.3", + "expo-asset": "~8.10.1", + "expo-file-system": "~15.4.2", + "expo-gl": "~13.0.1", + "expo-modules-core": "~1.5.7", "expo-three": "^7.0.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.3", - "react-native-web": "~0.18.7", + "react-native": "0.72.3", + "react-native-web": "~0.19.6", "three": "^0.145.0" }, "devDependencies": { diff --git a/with-twitter-auth/package.json b/with-twitter-auth/package.json index 3f12ed3a..38b17e66 100644 --- a/with-twitter-auth/package.json +++ b/with-twitter-auth/package.json @@ -1,12 +1,12 @@ { "dependencies": { - "expo": "^48.0.7", - "expo-auth-session": "~4.0.3", - "expo-random": "~13.1.1", + "expo": "^49.0.3", + "expo-auth-session": "~5.0.2", + "expo-random": "~13.2.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.3", - "react-native-web": "~0.18.7" + "react-native": "0.72.3", + "react-native-web": "~0.19.6" }, "devDependencies": { "@babel/core": "^7.19.3" diff --git a/with-typescript/package.json b/with-typescript/package.json index be8ced28..0635e727 100644 --- a/with-typescript/package.json +++ b/with-typescript/package.json @@ -1,15 +1,15 @@ { "dependencies": { - "expo": "^48.0.7", + "expo": "^49.0.3", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.3", - "react-native-web": "~0.18.7" + "react-native": "0.72.3", + "react-native-web": "~0.19.6" }, "devDependencies": { "@babel/core": "^7.19.3", - "@types/react": "~18.0.24", + "@types/react": "~18.2.14", "@types/react-native": "~0.70.6", - "typescript": "^4.6.3" + "typescript": "^5.1.3" } } diff --git a/with-victory-native/package.json b/with-victory-native/package.json index 23291dbc..683d1291 100644 --- a/with-victory-native/package.json +++ b/with-victory-native/package.json @@ -1,13 +1,13 @@ { "dependencies": { "@expo/webpack-config": "^18.0.1", - "expo": "^48.0.7", - "expo-font": "~11.1.1", + "expo": "^49.0.3", + "expo-font": "~11.4.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.3", - "react-native-svg": "13.4.0", - "react-native-web": "~0.18.7", + "react-native": "0.72.3", + "react-native-svg": "13.9.0", + "react-native-web": "~0.19.6", "victory-native": "^35.5.5" }, "devDependencies": { diff --git a/with-video-background/package.json b/with-video-background/package.json index 78b96e0b..2552b1f9 100644 --- a/with-video-background/package.json +++ b/with-video-background/package.json @@ -1,11 +1,11 @@ { "dependencies": { - "expo": "^48.0.7", - "expo-av": "~13.2.1", + "expo": "^49.0.3", + "expo-av": "~13.4.1", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.3", - "react-native-web": "~0.18.7" + "react-native": "0.72.3", + "react-native-web": "~0.19.6" }, "devDependencies": { "@babel/core": "^7.19.3" diff --git a/with-webbrowser-redirect/package.json b/with-webbrowser-redirect/package.json index 43631ec9..6463c106 100644 --- a/with-webbrowser-redirect/package.json +++ b/with-webbrowser-redirect/package.json @@ -1,12 +1,12 @@ { "dependencies": { - "expo": "^48.0.7", - "expo-linking": "~4.0.1", - "expo-web-browser": "~12.1.1", + "expo": "^49.0.3", + "expo-linking": "~5.0.2", + "expo-web-browser": "~12.3.2", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.3", - "react-native-web": "~0.18.7" + "react-native": "0.72.3", + "react-native-web": "~0.19.6" }, "devDependencies": { "@babel/core": "^7.19.3" diff --git a/with-webrtc/package.json b/with-webrtc/package.json index 71e8ac37..b72d5a29 100644 --- a/with-webrtc/package.json +++ b/with-webrtc/package.json @@ -5,14 +5,14 @@ "ios": "expo run:ios" }, "dependencies": { - "expo": "^48.0.7", - "expo-dev-client": "~2.1.5", - "expo-splash-screen": "~0.18.1", - "expo-status-bar": "~1.4.2", + "expo": "^49.0.3", + "expo-dev-client": "~2.4.6", + "expo-splash-screen": "~0.20.4", + "expo-status-bar": "~1.6.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.3", - "react-native-web": "~0.18.7", + "react-native": "0.72.3", + "react-native-web": "~0.19.6", "react-native-webrtc": "^1.94.1" }, "devDependencies": { diff --git a/with-workbox/package.json b/with-workbox/package.json index e83788fa..f42ba366 100644 --- a/with-workbox/package.json +++ b/with-workbox/package.json @@ -3,11 +3,11 @@ "serve": "serve web-build" }, "dependencies": { - "expo": "^48.0.7", + "expo": "^49.0.3", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.3", - "react-native-web": "~0.18.7" + "react-native": "0.72.3", + "react-native-web": "~0.19.6" }, "devDependencies": { "@babel/core": "^7.19.3", diff --git a/with-yarn-workspaces/apps/mobile/package.json b/with-yarn-workspaces/apps/mobile/package.json index 57382f6d..aeb306dd 100644 --- a/with-yarn-workspaces/apps/mobile/package.json +++ b/with-yarn-workspaces/apps/mobile/package.json @@ -11,13 +11,13 @@ "build": "echo 'Nothing to build'" }, "dependencies": { - "expo": "^48.0.7", + "expo": "49.0.3", "expo-custom": "*", - "expo-status-bar": "~1.4.2", + "expo-status-bar": "~1.6.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.3", - "react-native-web": "~0.18.7" + "react-native": "0.72.3", + "react-native-web": "~0.19.6" }, "devDependencies": { "@babel/core": "^7.19.3" diff --git a/with-zustand/package.json b/with-zustand/package.json index a8dbc5fc..5df85d25 100644 --- a/with-zustand/package.json +++ b/with-zustand/package.json @@ -1,10 +1,10 @@ { "dependencies": { - "expo": "^48.0.7", + "expo": "^49.0.3", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.3", - "react-native-web": "~0.18.7", + "react-native": "0.72.3", + "react-native-web": "~0.19.6", "zustand": "^3.6.7" }, "devDependencies": {