Skip to content

Commit

Permalink
[examples] update to SDK 49 (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
keith-kurak authored Aug 15, 2023
1 parent 64285ca commit a74e0bc
Show file tree
Hide file tree
Showing 54 changed files with 264 additions and 259 deletions.
6 changes: 3 additions & 3 deletions blank/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
28 changes: 14 additions & 14 deletions navigation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions with-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
10 changes: 5 additions & 5 deletions with-auth0/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
16 changes: 8 additions & 8 deletions with-aws-storage-upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions with-camera/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
10 changes: 5 additions & 5 deletions with-custom-font/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
14 changes: 7 additions & 7 deletions with-dev-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
16 changes: 8 additions & 8 deletions with-drawer-navigation/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
10 changes: 5 additions & 5 deletions with-facebook-auth/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
10 changes: 5 additions & 5 deletions with-firebase-saml-login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions with-firebase-storage-upload/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
10 changes: 5 additions & 5 deletions with-formdata-image-upload/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 3 additions & 3 deletions with-formik/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
8 changes: 4 additions & 4 deletions with-google-vision/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 3 additions & 3 deletions with-html/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 3 additions & 3 deletions with-icons/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
8 changes: 4 additions & 4 deletions with-magic/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
8 changes: 4 additions & 4 deletions with-maps/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
8 changes: 4 additions & 4 deletions with-moti/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Loading

0 comments on commit a74e0bc

Please sign in to comment.