From 65a5725a49085ab0e1e637c65a18f3fb3829d8b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 09:55:09 +0000 Subject: [PATCH] chore(deps): bump react and @types/react Bumps [react](https://github.com/react/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.8 - [Release notes](https://github.com/react/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/react/react/commits/v19.2.8/packages/react) Updates `@types/react` from 18.3.3 to 19.2.17 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: "@types/react" dependency-version: 19.2.17 dependency-type: direct:development update-type: version-update:semver-major - dependency-name: react dependency-version: 19.2.7 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 29 +++++++++-------------------- package.json | 4 ++-- 2 files changed, 11 insertions(+), 22 deletions(-) diff --git a/package-lock.json b/package-lock.json index ba4749b..d4ec50b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "pdf-lib": "^1.17.1", "postcss": "^8.5.19", "qrcode": "1.5.4", - "react": "18.3.1", + "react": "19.2.8", "react-dom": "18.3.1", "recharts": "^3.10.1", "swr": "^2.4.1", @@ -61,7 +61,7 @@ "@types/minimatch": "^5.1.2", "@types/node": "20.14.2", "@types/qrcode": "1.5.6", - "@types/react": "18.3.3", + "@types/react": "19.2.17", "@types/react-dom": "18.3.0", "@vitejs/plugin-react": "^4.3.4", "autoprefixer": "^10.5.4", @@ -9029,13 +9029,6 @@ "dev": true, "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==", - "devOptional": true, - "license": "MIT" - }, "node_modules/@types/qrcode": { "version": "1.5.6", "resolved": "https://registry.npmjs.org/@types/qrcode/-/qrcode-1.5.6.tgz", @@ -9047,14 +9040,13 @@ } }, "node_modules/@types/react": { - "version": "18.3.3", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.3.tgz", - "integrity": "sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==", + "version": "19.2.17", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.17.tgz", + "integrity": "sha512-MXfmqaVPEVgkBT/aY0aGCkRWWtByiYQXo3xdQ8r5RzuFrPiRn8Gar2tQdXSUQ2GKV3bkXckek89V8wQBY2Q/Aw==", "devOptional": true, "license": "MIT", "dependencies": { - "@types/prop-types": "*", - "csstype": "^3.0.2" + "csstype": "^3.2.2" } }, "node_modules/@types/react-dom": { @@ -23381,13 +23373,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.8", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.8.tgz", + "integrity": "sha512-PWaYA1L/q9u2u7xYQi+Y3L3Yfnie7XyLeaJICV1MGD6LprsBxcAqGjYyr0eY3p+QdsA+x/Irkt4Qif8D63+Sbw==", "license": "MIT", - "dependencies": { - "loose-envify": "^1.1.0" - }, "engines": { "node": ">=0.10.0" } diff --git a/package.json b/package.json index 74dceb8..68e6df1 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "pdf-lib": "^1.17.1", "postcss": "^8.5.19", "qrcode": "1.5.4", - "react": "18.3.1", + "react": "19.2.8", "react-dom": "18.3.1", "recharts": "^3.10.1", "swr": "^2.4.1", @@ -77,7 +77,7 @@ "@types/minimatch": "^5.1.2", "@types/node": "20.14.2", "@types/qrcode": "1.5.6", - "@types/react": "18.3.3", + "@types/react": "19.2.17", "@types/react-dom": "18.3.0", "@vitejs/plugin-react": "^4.3.4", "autoprefixer": "^10.5.4",