diff --git a/web/package-lock.json b/web/package-lock.json index c6e15cb..37e3adf 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -13,7 +13,7 @@ "echarts": "^6.1.0", "echarts-for-react": "^3.0.6", "i18next": "^25.8.14", - "react": "^18.3.1", + "react": "^19.2.8", "react-dom": "^18.3.1", "react-i18next": "^16.5.6", "react-router-dom": "^7.18.2", @@ -25,7 +25,7 @@ "@testing-library/react": "^16.2.0", "@testing-library/user-event": "^14.6.4", "@types/node": "^24.13.3", - "@types/react": "^18.3.20", + "@types/react": "^19.2.18", "@types/react-dom": "^18.3.6", "@vitejs/plugin-react": "^4.3.4", "eslint": "^10.9.1", @@ -1754,21 +1754,13 @@ "undici-types": "~7.18.0" } }, - "node_modules/@types/prop-types": { - "version": "15.7.15", - "resolved": "https://registry.npmmirror.com/@types/prop-types/-/prop-types-15.7.15.tgz", - "integrity": "sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==", - "devOptional": true, - "license": "MIT" - }, "node_modules/@types/react": { - "version": "18.3.28", - "resolved": "https://registry.npmmirror.com/@types/react/-/react-18.3.28.tgz", - "integrity": "sha512-z9VXpC7MWrhfWipitjNdgCauoMLRdIILQsAEV+ZesIzBq/oUlxk0m3ApZuMFCXdnS4U7KrI+l3WRUEGQ8K1QKw==", + "version": "19.2.18", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.18.tgz", + "integrity": "sha512-AnzbBERsrLKtk2XSfTbYRLjQPdy116Sty4q+T+Bp3IC4l6jNBvreVPAHmpq9qhXQM7CXZPjLVmGMw9sy+hxQ3w==", "devOptional": true, "license": "MIT", "dependencies": { - "@types/prop-types": "*", "csstype": "^3.2.2" } }, @@ -2624,7 +2616,7 @@ }, "node_modules/dom-helpers": { "version": "5.2.1", - "resolved": "https://registry.npmmirror.com/dom-helpers/-/dom-helpers-5.2.1.tgz", + "resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz", "integrity": "sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==", "license": "MIT", "dependencies": { @@ -4032,13 +4024,10 @@ } }, "node_modules/react": { - "version": "18.3.1", - "resolved": "https://registry.npmmirror.com/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" } @@ -4174,7 +4163,7 @@ }, "node_modules/react-transition-group": { "version": "4.4.5", - "resolved": "https://registry.npmmirror.com/react-transition-group/-/react-transition-group-4.4.5.tgz", + "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz", "integrity": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==", "license": "BSD-3-Clause", "dependencies": { diff --git a/web/package.json b/web/package.json index 0f4f983..35830e4 100644 --- a/web/package.json +++ b/web/package.json @@ -22,7 +22,7 @@ "echarts": "^6.1.0", "echarts-for-react": "^3.0.6", "i18next": "^25.8.14", - "react": "^18.3.1", + "react": "^19.2.8", "react-dom": "^18.3.1", "react-i18next": "^16.5.6", "react-router-dom": "^7.18.2", @@ -34,7 +34,7 @@ "@testing-library/react": "^16.2.0", "@testing-library/user-event": "^14.6.4", "@types/node": "^24.13.3", - "@types/react": "^18.3.20", + "@types/react": "^19.2.18", "@types/react-dom": "^18.3.6", "@vitejs/plugin-react": "^4.3.4", "eslint": "^10.9.1",