diff --git a/javascript/package.json b/javascript/package.json index e82368f9..8b53bec1 100644 --- a/javascript/package.json +++ b/javascript/package.json @@ -43,8 +43,8 @@ "@types/glob": "^9.0.0", "@types/mocha": "10.0.10", "@types/node": "22.19.1", - "@types/react": "18.3.26", - "@types/react-dom": "18.3.7", + "@types/react": "19.2.6", + "@types/react-dom": "19.2.3", "@typescript-eslint/eslint-plugin": "^8.39.0", "@typescript-eslint/parser": "^8.39.0", "babel-loader": "10.0.0", @@ -53,15 +53,15 @@ "eslint-plugin-import": "^2.32.0", "eslint-plugin-n": "^17.21.3", "eslint-plugin-react": "^7.37.5", - "eslint-plugin-react-hooks": "^5.2.0", + "eslint-plugin-react-hooks": "^7.0.0", "eslint-plugin-simple-import-sort": "^12.1.1", "glob": "^11.0.0", "globals": "^16.0.0", "mini-css-extract-plugin": "2.9.4", "mocha": "11.7.5", "prettier": "^3.5.1", - "react": "18.3.1", - "react-dom": "18.3.1", + "react": "19.2.0", + "react-dom": "19.2.0", "sass": "1.94.0", "sass-loader": "16.0.6", "serve": "^14.2.4",