From 4f32eb1bb488b2cb1adf0ac73028263f2634e29a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Oct 2025 18:34:13 +0000 Subject: [PATCH] chore(deps): update react monorepo --- javascript/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/javascript/package.json b/javascript/package.json index aeb4511a..74b774f7 100644 --- a/javascript/package.json +++ b/javascript/package.json @@ -42,8 +42,8 @@ "@types/glob": "^9.0.0", "@types/mocha": "10.0.10", "@types/node": "22.18.10", - "@types/react": "18.3.26", - "@types/react-dom": "18.3.7", + "@types/react": "19.2.2", + "@types/react-dom": "19.2.1", "@typescript-eslint/eslint-plugin": "^8.39.0", "@typescript-eslint/parser": "^8.39.0", "babel-loader": "10.0.0", @@ -52,15 +52,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.4", "prettier": "^3.5.1", - "react": "18.3.1", - "react-dom": "18.3.1", + "react": "19.2.0", + "react-dom": "19.2.0", "sass": "1.93.2", "sass-loader": "16.0.5", "serve": "^14.2.4",