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",