From d7526bb87f7c26a4c27d95714bd0dd554342bfbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 11:00:05 +0000 Subject: [PATCH] chore(deps)(deps): bump react and @types/react in /apps/web Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together. Updates `react` from 18.3.1 to 19.2.5 - [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.2.5/packages/react) Updates `@types/react` from 18.3.27 to 19.2.14 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: react dependency-version: 19.2.5 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@types/react" dependency-version: 19.2.14 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/web/package-lock.json | 26 ++++++++------------------ apps/web/package.json | 4 ++-- 2 files changed, 10 insertions(+), 20 deletions(-) diff --git a/apps/web/package-lock.json b/apps/web/package-lock.json index 23750c3..cbd2fd3 100644 --- a/apps/web/package-lock.json +++ b/apps/web/package-lock.json @@ -27,7 +27,7 @@ "lucide-react": "^0.292.0", "process": "^0.11.10", "qrcode.react": "^3.1.0", - "react": "^18.2.0", + "react": "^19.2.5", "react-dom": "^18.2.0", "react-hot-toast": "^2.4.1", "react-markdown": "^10.1.0", @@ -43,7 +43,7 @@ "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "@types/lodash.debounce": "^4.0.9", - "@types/react": "^18.2.37", + "@types/react": "^19.2.14", "@types/react-dom": "^18.2.15", "@vitejs/plugin-react": "^4.2.0", "@vitest/ui": "^4.0.15", @@ -2153,19 +2153,12 @@ "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==", "license": "MIT" }, - "node_modules/@types/prop-types": { - "version": "15.7.15", - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.15.tgz", - "integrity": "sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==", - "license": "MIT" - }, "node_modules/@types/react": { - "version": "18.3.27", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.27.tgz", - "integrity": "sha512-cisd7gxkzjBKU2GgdYrTdtQx1SORymWyaAFhaxQPK9bYO9ot3Y5OikQRvY0VYQtvwjeQnizCINJAenh/V7MK2w==", + "version": "19.2.14", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz", + "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==", "license": "MIT", "dependencies": { - "@types/prop-types": "*", "csstype": "^3.2.2" } }, @@ -8185,13 +8178,10 @@ } }, "node_modules/react": { - "version": "18.3.1", - "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", - "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", + "version": "19.2.5", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.5.tgz", + "integrity": "sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA==", "license": "MIT", - "dependencies": { - "loose-envify": "^1.1.0" - }, "engines": { "node": ">=0.10.0" } diff --git a/apps/web/package.json b/apps/web/package.json index 4417712..43d18f1 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -39,7 +39,7 @@ "lucide-react": "^0.292.0", "process": "^0.11.10", "qrcode.react": "^3.1.0", - "react": "^18.2.0", + "react": "^19.2.5", "react-dom": "^18.2.0", "react-hot-toast": "^2.4.1", "react-markdown": "^10.1.0", @@ -55,7 +55,7 @@ "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "@types/lodash.debounce": "^4.0.9", - "@types/react": "^18.2.37", + "@types/react": "^19.2.14", "@types/react-dom": "^18.2.15", "@vitejs/plugin-react": "^4.2.0", "@vitest/ui": "^4.0.15",