diff --git a/enatega-multivendor-app/package-lock.json b/enatega-multivendor-app/package-lock.json index b9e298d..b661eca 100644 --- a/enatega-multivendor-app/package-lock.json +++ b/enatega-multivendor-app/package-lock.json @@ -54,7 +54,7 @@ "lottie-react-native": "6.5.1", "moment": "^2.29.1", "patch-package": "^8.0.0", - "react": "18.2.0", + "react": "19.2.0", "react-i18next": "^14.0.1", "react-native": "0.73.6", "react-native-button": "^3.0.1", @@ -14697,12 +14697,10 @@ } }, "node_modules/react": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz", - "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==", - "dependencies": { - "loose-envify": "^1.1.0" - }, + "version": "19.2.0", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.0.tgz", + "integrity": "sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==", + "license": "MIT", "engines": { "node": ">=0.10.0" } diff --git a/enatega-multivendor-app/package.json b/enatega-multivendor-app/package.json index d1586d9..6f1ff5d 100644 --- a/enatega-multivendor-app/package.json +++ b/enatega-multivendor-app/package.json @@ -79,7 +79,7 @@ "lottie-react-native": "6.5.1", "moment": "^2.29.1", "patch-package": "^8.0.0", - "react": "18.2.0", + "react": "19.2.0", "react-i18next": "^14.0.1", "react-native": "0.73.6", "react-native-button": "^3.0.1",