diff --git a/blank/package.json b/blank/package.json index c5ceda81..3f5f4de4 100644 --- a/blank/package.json +++ b/blank/package.json @@ -3,7 +3,7 @@ "expo": "^51.0.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-web": "~0.19.6" }, "devDependencies": { diff --git a/navigation/package.json b/navigation/package.json index 7e70e951..a479afdd 100644 --- a/navigation/package.json +++ b/navigation/package.json @@ -15,7 +15,7 @@ "expo-web-browser": "~13.0.3", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-gesture-handler": "~2.16.1", "react-native-reanimated": "3.10.0", "react-native-safe-area-context": "4.10.1", diff --git a/with-apollo/package.json b/with-apollo/package.json index 3f675972..0636d4e0 100644 --- a/with-apollo/package.json +++ b/with-apollo/package.json @@ -7,7 +7,7 @@ "graphql": "^15.0.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-web": "~0.19.6" }, "devDependencies": { diff --git a/with-auth0/package.json b/with-auth0/package.json index ad63ae9a..1992f14d 100644 --- a/with-auth0/package.json +++ b/with-auth0/package.json @@ -6,7 +6,7 @@ "jwt-decode": "2.2.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-web": "~0.19.6" }, "devDependencies": { diff --git a/with-aws-storage-upload/package.json b/with-aws-storage-upload/package.json index f82ddb73..7a7ad1b8 100644 --- a/with-aws-storage-upload/package.json +++ b/with-aws-storage-upload/package.json @@ -12,7 +12,7 @@ "expo-image-picker": "~15.0.4", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-web": "~0.19.6" }, "devDependencies": { diff --git a/with-camera/package.json b/with-camera/package.json index 08cdb70a..95f66832 100644 --- a/with-camera/package.json +++ b/with-camera/package.json @@ -10,7 +10,7 @@ "expo-camera": "~15.0.9", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-web": "~0.19.6", "typescript": "~5.3.3", "@types/react": "~18.2.79", diff --git a/with-canary-new-arch/package.json b/with-canary-new-arch/package.json index d44bfc83..4a26057b 100644 --- a/with-canary-new-arch/package.json +++ b/with-canary-new-arch/package.json @@ -13,7 +13,7 @@ "expo-build-properties": "~0.12.0", "expo-status-bar": "~1.12.1", "react": "18.2.0", - "react-native": "0.74.1" + "react-native": "0.74.5" }, "devDependencies": { "@babel/core": "^7.20.0" diff --git a/with-custom-font/package.json b/with-custom-font/package.json index 737c48c0..f428c949 100644 --- a/with-custom-font/package.json +++ b/with-custom-font/package.json @@ -5,7 +5,7 @@ "expo-splash-screen": "~0.27.4", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-web": "~0.19.6" }, "devDependencies": { diff --git a/with-descope/package.json b/with-descope/package.json index 37e82f9a..50551ff6 100644 --- a/with-descope/package.json +++ b/with-descope/package.json @@ -13,7 +13,7 @@ "jwt-decode": "^4.0.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-screens": "3.31.1", "react-native-webview": "13.8.6" }, diff --git a/with-dev-client/package.json b/with-dev-client/package.json index e9e0d737..5322efb1 100644 --- a/with-dev-client/package.json +++ b/with-dev-client/package.json @@ -13,7 +13,7 @@ "expo-updates": "~0.25.9", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-web": "~0.19.6" }, "devDependencies": { diff --git a/with-drawer-navigation/package.json b/with-drawer-navigation/package.json index 299c8179..5d76680b 100644 --- a/with-drawer-navigation/package.json +++ b/with-drawer-navigation/package.json @@ -8,7 +8,7 @@ "expo": "^51.0.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-gesture-handler": "~2.16.1", "react-native-reanimated": "3.10.0", "react-native-safe-area-context": "4.10.1", diff --git a/with-facebook-auth/package.json b/with-facebook-auth/package.json index 14a942f8..7dca7383 100644 --- a/with-facebook-auth/package.json +++ b/with-facebook-auth/package.json @@ -5,7 +5,7 @@ "expo-random": "~14.0.1", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-web": "~0.19.6" }, "devDependencies": { diff --git a/with-firebase-saml-login/package.json b/with-firebase-saml-login/package.json index 9f3761ca..8e248b91 100644 --- a/with-firebase-saml-login/package.json +++ b/with-firebase-saml-login/package.json @@ -9,7 +9,7 @@ "expo-web-browser": "~13.0.3", "firebase": "^9.6.9", "react": "18.2.0", - "react-native": "0.74.1" + "react-native": "0.74.5" }, "devDependencies": { "@babel/core": "^7.19.3", diff --git a/with-firebase-storage-upload/package.json b/with-firebase-storage-upload/package.json index d0d33e89..f84daac3 100644 --- a/with-firebase-storage-upload/package.json +++ b/with-firebase-storage-upload/package.json @@ -6,7 +6,7 @@ "firebase": "^9.6.9", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-web": "~0.19.6", "uuid": "3.4.0" }, diff --git a/with-formdata-image-upload/package.json b/with-formdata-image-upload/package.json index 20557e13..609619b5 100644 --- a/with-formdata-image-upload/package.json +++ b/with-formdata-image-upload/package.json @@ -5,7 +5,7 @@ "expo-image-picker": "~15.0.4", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-web": "~0.19.6" }, "devDependencies": { diff --git a/with-formik/package.json b/with-formik/package.json index 9cef96ef..c3f9e22c 100644 --- a/with-formik/package.json +++ b/with-formik/package.json @@ -4,7 +4,7 @@ "formik": "~2.2.9", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-web": "~0.19.6", "yup": "0.32.11" }, diff --git a/with-gatsby/package.json b/with-gatsby/package.json index 5ccd0f77..f078cfb5 100644 --- a/with-gatsby/package.json +++ b/with-gatsby/package.json @@ -23,7 +23,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-helmet": "^5.2.1", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-web": "~0.19.10", "react-native-web-hooks": "~3.0.1" }, diff --git a/with-google-vision/package.json b/with-google-vision/package.json index 44a2d49d..22ef1b44 100644 --- a/with-google-vision/package.json +++ b/with-google-vision/package.json @@ -4,7 +4,7 @@ "expo-image-picker": "~15.0.4", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-web": "~0.19.6" }, "devDependencies": { diff --git a/with-html/package.json b/with-html/package.json index f090d45c..8e0b3d99 100644 --- a/with-html/package.json +++ b/with-html/package.json @@ -5,7 +5,7 @@ "nativewind": "^2.0.10", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-web": "~0.19.6" }, "devDependencies": { diff --git a/with-icons/package.json b/with-icons/package.json index 99c1c3db..9071e7df 100644 --- a/with-icons/package.json +++ b/with-icons/package.json @@ -4,7 +4,7 @@ "expo": "^51.0.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-web": "~0.19.6" }, "devDependencies": { diff --git a/with-magic/package.json b/with-magic/package.json index fd6e94a6..7b9dd5c4 100644 --- a/with-magic/package.json +++ b/with-magic/package.json @@ -4,7 +4,7 @@ "expo": "^51.0.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-web": "~0.19.6", "react-native-webview": "13.8.6" }, diff --git a/with-maps/package.json b/with-maps/package.json index f2eae046..9324451a 100644 --- a/with-maps/package.json +++ b/with-maps/package.json @@ -3,7 +3,7 @@ "expo": "^51.0.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-maps": "1.14.0", "react-native-web": "~0.19.6" }, diff --git a/with-moti/package.json b/with-moti/package.json index 5a672ab0..d203a60f 100644 --- a/with-moti/package.json +++ b/with-moti/package.json @@ -4,7 +4,7 @@ "moti": "~0.22.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-reanimated": "3.10.0", "react-native-web": "~0.19.6" }, diff --git a/with-native-base/package.json b/with-native-base/package.json index b6af7f30..3167ba79 100644 --- a/with-native-base/package.json +++ b/with-native-base/package.json @@ -4,7 +4,7 @@ "native-base": "^3.4.28", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-safe-area-context": "4.10.1", "react-native-svg": "15.2.0-rc.0", "react-native-web": "~0.19.6" diff --git a/with-nativewind/package.json b/with-nativewind/package.json index 12fd4e52..5d736e27 100644 --- a/with-nativewind/package.json +++ b/with-nativewind/package.json @@ -4,7 +4,7 @@ "nativewind": "^2.0.10", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-web": "~0.19.6" }, "devDependencies": { diff --git a/with-nextjs/package.json b/with-nextjs/package.json index d877e5e4..2ee36ea1 100644 --- a/with-nextjs/package.json +++ b/with-nextjs/package.json @@ -4,7 +4,7 @@ "next": "~14.0.4", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-web": "~0.19.6" }, "devDependencies": { diff --git a/with-openai/package.json b/with-openai/package.json index ce63768c..738541ad 100644 --- a/with-openai/package.json +++ b/with-openai/package.json @@ -14,7 +14,7 @@ "expo-status-bar": "~1.12.1", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-safe-area-context": "4.10.1", "react-native-screens": "3.31.1", "react-native-web": "~0.19.6" diff --git a/with-pdf/package.json b/with-pdf/package.json index e3575c97..e361292c 100644 --- a/with-pdf/package.json +++ b/with-pdf/package.json @@ -11,7 +11,7 @@ "expo-status-bar": "~1.12.1", "fbjs": "^3.0.2", "react": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-blob-util": "^0.13.18", "react-native-pdf": "^6.6.2" }, diff --git a/with-postpublish-hooks/package.json b/with-postpublish-hooks/package.json index 646895a5..8bd3e555 100644 --- a/with-postpublish-hooks/package.json +++ b/with-postpublish-hooks/package.json @@ -4,7 +4,7 @@ "expo-postpublish-slack-notify": "1.2.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-web": "~0.19.6" }, "devDependencies": { diff --git a/with-preact/package.json b/with-preact/package.json index c233d558..724b5437 100644 --- a/with-preact/package.json +++ b/with-preact/package.json @@ -5,7 +5,7 @@ "preact-responder-event-plugin": "1.0.16", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-web": "~0.19.6" }, "devDependencies": { diff --git a/with-processing/package.json b/with-processing/package.json index 20bd0238..09c9f25e 100644 --- a/with-processing/package.json +++ b/with-processing/package.json @@ -6,7 +6,7 @@ "processing-js": "^1.6.6", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-web": "~0.19.6" }, "devDependencies": { diff --git a/with-react-native-elements/package.json b/with-react-native-elements/package.json index 5a04d823..19e5f577 100644 --- a/with-react-native-elements/package.json +++ b/with-react-native-elements/package.json @@ -6,7 +6,7 @@ "expo-splash-screen": "~0.27.4", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-elements": "^3.4.2", "react-native-safe-area-context": "4.10.1", "react-native-web": "~0.19.6" diff --git a/with-react-router/package.json b/with-react-router/package.json index 82784caf..ce60554c 100644 --- a/with-react-router/package.json +++ b/with-react-router/package.json @@ -3,7 +3,7 @@ "expo": "^51.0.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "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 cf39c051..36d139ec 100644 --- a/with-react-three-fiber/package.json +++ b/with-react-three-fiber/package.json @@ -9,7 +9,7 @@ "expo-three": "^6.2.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-web": "~0.19.6", "three": "^0.145.0" }, diff --git a/with-realm/package.json b/with-realm/package.json index a82c08ca..3dc2e5de 100644 --- a/with-realm/package.json +++ b/with-realm/package.json @@ -9,7 +9,7 @@ "expo": "^51.0.0", "expo-dev-client": "~4.0.10", "react": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-get-random-values": "~1.11.0", "realm": "^11.7.0" } diff --git a/with-reanimated/package.json b/with-reanimated/package.json index b1bf75fe..d669a878 100644 --- a/with-reanimated/package.json +++ b/with-reanimated/package.json @@ -5,7 +5,7 @@ "expo-status-bar": "~1.12.1", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-reanimated": "3.10.0", "react-native-web": "~0.19.6" }, diff --git a/with-router-menus/package.json b/with-router-menus/package.json index 590941f6..6ca35bca 100644 --- a/with-router-menus/package.json +++ b/with-router-menus/package.json @@ -23,7 +23,7 @@ "next-themes": "^0.2.1", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-ios-context-menu": "^2.4.2", "react-native-ios-utilities": "^4.3.2", "react-native-reanimated": "3.10.0", diff --git a/with-router-tailwind/package.json b/with-router-tailwind/package.json index 23d43c0e..488d30b6 100644 --- a/with-router-tailwind/package.json +++ b/with-router-tailwind/package.json @@ -15,7 +15,7 @@ "nativewind": "^4.0.1", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-reanimated": "3.10.0", "react-native-safe-area-context": "4.10.1", "react-native-screens": "3.31.1", diff --git a/with-router/package.json b/with-router/package.json index 3a46f7d2..36dba7f1 100644 --- a/with-router/package.json +++ b/with-router/package.json @@ -14,7 +14,7 @@ "expo-status-bar": "~1.12.1", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-gesture-handler": "~2.16.1", "react-native-safe-area-context": "4.10.1", "react-native-screens": "3.31.1", diff --git a/with-socket-io/package.json b/with-socket-io/package.json index 9f8b244f..f89a2a2a 100644 --- a/with-socket-io/package.json +++ b/with-socket-io/package.json @@ -3,7 +3,7 @@ "expo": "^51.0.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-web": "~0.19.6", "socket.io-client": "^4.3.2" }, diff --git a/with-splash-screen/package.json b/with-splash-screen/package.json index d39bdb7a..18e9fe10 100644 --- a/with-splash-screen/package.json +++ b/with-splash-screen/package.json @@ -7,7 +7,7 @@ "expo-updates": "~0.25.9", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-web": "~0.19.6" }, "devDependencies": { diff --git a/with-sqlite/package.json b/with-sqlite/package.json index 552dbdc6..d671e9df 100644 --- a/with-sqlite/package.json +++ b/with-sqlite/package.json @@ -10,7 +10,7 @@ "expo-sqlite": "~14.0.3", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-web": "~0.19.6" }, "devDependencies": { diff --git a/with-storybook/package.json b/with-storybook/package.json index 75a92363..fb5c068f 100644 --- a/with-storybook/package.json +++ b/with-storybook/package.json @@ -8,7 +8,7 @@ "expo-linear-gradient": "~13.0.2", "expo-status-bar": "~1.12.1", "react": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-web": "~0.19.6" }, "devDependencies": { diff --git a/with-styled-components/package.json b/with-styled-components/package.json index 1df2920a..4bc408b7 100644 --- a/with-styled-components/package.json +++ b/with-styled-components/package.json @@ -3,7 +3,7 @@ "expo": "^51.0.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-web": "~0.19.6", "styled-components": "^5.1.0" }, diff --git a/with-svg/package.json b/with-svg/package.json index 467e8b0f..48d6dab6 100644 --- a/with-svg/package.json +++ b/with-svg/package.json @@ -3,7 +3,7 @@ "expo": "^51.0.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-svg": "15.2.0-rc.0", "react-native-svg-transformer": "^0.14.3", "react-native-web": "~0.19.6" diff --git a/with-tab-navigation/package.json b/with-tab-navigation/package.json index f4f0eb5f..51f68865 100644 --- a/with-tab-navigation/package.json +++ b/with-tab-navigation/package.json @@ -9,7 +9,7 @@ "expo": "^51.0.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-gesture-handler": "~2.16.1", "react-native-reanimated": "3.10.0", "react-native-safe-area-context": "4.10.1", diff --git a/with-tailwindcss/package.json b/with-tailwindcss/package.json index 2ac54f4e..50e7d93d 100644 --- a/with-tailwindcss/package.json +++ b/with-tailwindcss/package.json @@ -3,7 +3,7 @@ "expo": "^51.0.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-web": "~0.19.6", "tailwind-rn": "^3.0.1" }, diff --git a/with-tfjs-camera/package.json b/with-tfjs-camera/package.json index defd8236..b117a871 100644 --- a/with-tfjs-camera/package.json +++ b/with-tfjs-camera/package.json @@ -9,7 +9,7 @@ "expo-gl": "~14.0.2", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-fs": "^2.16.6", "react-native-web": "~0.19.6" }, diff --git a/with-three/package.json b/with-three/package.json index b9fc118b..0d36c145 100644 --- a/with-three/package.json +++ b/with-three/package.json @@ -8,7 +8,7 @@ "expo-three": "^7.0.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-web": "~0.19.6", "three": "^0.145.0" }, diff --git a/with-tinybase/package.json b/with-tinybase/package.json index 872d7787..6adc525f 100644 --- a/with-tinybase/package.json +++ b/with-tinybase/package.json @@ -11,7 +11,7 @@ "expo-sqlite": "^14.0.6", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "^0.74.3", + "react-native": "^0.74.5", "react-native-safe-area-context": "4.10.5", "react-native-web": "~0.19.6", "tinybase": "^5.1.0" diff --git a/with-twitter-auth/package.json b/with-twitter-auth/package.json index e1f2632b..89900cdf 100644 --- a/with-twitter-auth/package.json +++ b/with-twitter-auth/package.json @@ -5,7 +5,7 @@ "expo-random": "~14.0.1", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-web": "~0.19.6" }, "devDependencies": { diff --git a/with-typescript/package.json b/with-typescript/package.json index 09da2b30..0023ba7b 100644 --- a/with-typescript/package.json +++ b/with-typescript/package.json @@ -3,7 +3,7 @@ "expo": "^51.0.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-web": "~0.19.6" }, "devDependencies": { diff --git a/with-victory-native/package.json b/with-victory-native/package.json index 2e68d3ff..519eab90 100644 --- a/with-victory-native/package.json +++ b/with-victory-native/package.json @@ -5,7 +5,7 @@ "expo-font": "~12.0.4", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-svg": "15.2.0-rc.0", "react-native-web": "~0.19.6", "victory-native": "^35.5.5" diff --git a/with-video-background/package.json b/with-video-background/package.json index e9ffbd06..723d0121 100644 --- a/with-video-background/package.json +++ b/with-video-background/package.json @@ -4,7 +4,7 @@ "expo-av": "~14.0.3", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-web": "~0.19.6" }, "devDependencies": { diff --git a/with-webbrowser-redirect/package.json b/with-webbrowser-redirect/package.json index 68e69aaa..237859b4 100644 --- a/with-webbrowser-redirect/package.json +++ b/with-webbrowser-redirect/package.json @@ -5,7 +5,7 @@ "expo-web-browser": "~13.0.3", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-web": "~0.19.6" }, "devDependencies": { diff --git a/with-webrtc/package.json b/with-webrtc/package.json index 45118e63..9cd475d3 100644 --- a/with-webrtc/package.json +++ b/with-webrtc/package.json @@ -11,7 +11,7 @@ "expo-status-bar": "~1.12.1", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-web": "~0.19.6", "react-native-webrtc": "^106.0.6" }, diff --git a/with-workbox/package.json b/with-workbox/package.json index 27edea9c..122b9ebc 100644 --- a/with-workbox/package.json +++ b/with-workbox/package.json @@ -6,7 +6,7 @@ "expo": "^51.0.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-web": "~0.19.6" }, "devDependencies": { diff --git a/with-yarn-workspaces/apps/mobile/package.json b/with-yarn-workspaces/apps/mobile/package.json index 95f9e51d..5e4c39d0 100644 --- a/with-yarn-workspaces/apps/mobile/package.json +++ b/with-yarn-workspaces/apps/mobile/package.json @@ -16,7 +16,7 @@ "expo-status-bar": "~1.12.1", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-web": "~0.19.6" }, "devDependencies": { diff --git a/with-zustand/package.json b/with-zustand/package.json index 11a3aea7..05b43622 100644 --- a/with-zustand/package.json +++ b/with-zustand/package.json @@ -3,7 +3,7 @@ "expo": "^51.0.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.74.5", "react-native-web": "~0.19.6", "zustand": "^3.6.7" },