From f0611677de0bb9f1933563c3fafcaf08a9d2f239 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 01:30:21 +0000 Subject: [PATCH] Bump react from 18.2.0 to 19.1.1 in /enatega-multivendor-restaurant Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 18.2.0 to 19.1.1. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.1.1/packages/react) --- updated-dependencies: - dependency-name: react dependency-version: 19.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- enatega-multivendor-restaurant/package-lock.json | 12 +++++------- enatega-multivendor-restaurant/package.json | 2 +- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/enatega-multivendor-restaurant/package-lock.json b/enatega-multivendor-restaurant/package-lock.json index bb5f239..c2f7e33 100644 --- a/enatega-multivendor-restaurant/package-lock.json +++ b/enatega-multivendor-restaurant/package-lock.json @@ -33,7 +33,7 @@ "lottie-react-native": "6.7.0", "moment": "^2.29.1", "patch-package": "^6.2.2", - "react": "18.2.0", + "react": "19.1.1", "react-dom": "18.2.0", "react-i18next": "^13.5.0", "react-native": "0.74.3", @@ -14371,12 +14371,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.1.1", + "resolved": "https://registry.npmjs.org/react/-/react-19.1.1.tgz", + "integrity": "sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==", + "license": "MIT", "engines": { "node": ">=0.10.0" } diff --git a/enatega-multivendor-restaurant/package.json b/enatega-multivendor-restaurant/package.json index 67b0490..7ac619f 100644 --- a/enatega-multivendor-restaurant/package.json +++ b/enatega-multivendor-restaurant/package.json @@ -60,7 +60,7 @@ "lottie-react-native": "6.7.0", "moment": "^2.29.1", "patch-package": "^6.2.2", - "react": "18.2.0", + "react": "19.1.1", "react-dom": "18.2.0", "react-i18next": "^13.5.0", "react-native": "0.74.3",