diff --git a/package-lock.json b/package-lock.json index 13955a1e..f71ddb22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "@types/jest": "^30.0.0", "@types/md5": "^2.3.2", "@types/node": "^24.9.0", - "@types/react": "^18.0.25", + "@types/react": "^19.2.5", "@types/react-dom": "^18.0.9", "@types/ws": "^8.2.0", "@typescript-eslint/eslint-plugin": "^6.11.0", @@ -64,7 +64,7 @@ "webpack-node-externals": "^3.0.0" }, "peerDependencies": { - "react": "^18.2.0", + "react": "^19.0.0", "react-dom": "^18.2.0" } }, @@ -2877,12 +2877,6 @@ "@types/node": "*" } }, - "node_modules/@types/prop-types": { - "version": "15.7.12", - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.12.tgz", - "integrity": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==", - "dev": true - }, "node_modules/@types/qs": { "version": "6.9.15", "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.15.tgz", @@ -2896,12 +2890,12 @@ "dev": true }, "node_modules/@types/react": { - "version": "18.3.12", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.12.tgz", - "integrity": "sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==", + "version": "19.2.5", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.5.tgz", + "integrity": "sha512-keKxkZMqnDicuvFoJbzrhbtdLSPhj/rZThDlKWCDbgXmUg0rEUFtRssDXKYmtXluZlIqiC5VqkCgRwzuyLHKHw==", "dev": true, + "license": "MIT", "dependencies": { - "@types/prop-types": "*", "csstype": "^3.0.2" } }, @@ -12003,9 +11997,9 @@ } }, "node_modules/react": { - "version": "19.0.0", - "resolved": "https://registry.npmjs.org/react/-/react-19.0.0.tgz", - "integrity": "sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==", + "version": "19.2.0", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.0.tgz", + "integrity": "sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==", "license": "MIT", "engines": { "node": ">=0.10.0" diff --git a/package.json b/package.json index 55dc06b5..3799fe42 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@types/jest": "^30.0.0", "@types/md5": "^2.3.2", "@types/node": "^24.9.0", - "@types/react": "^18.0.25", + "@types/react": "^19.2.5", "@types/react-dom": "^18.0.9", "@types/ws": "^8.2.0", "@typescript-eslint/eslint-plugin": "^6.11.0",