Skip to content

Commit 6b6a77a

Browse files
fix(deps): update react monorepo
| datasource | package | from | to | | ---------- | ------------------------- | ------- | ------ | | npm | @types/react | 18.3.27 | 19.2.7 | | npm | @types/react-dom | 18.3.7 | 19.2.3 | | npm | eslint-plugin-react-hooks | 5.2.0 | 7.0.1 | | npm | react | 18.3.1 | 19.2.3 | | npm | react-dom | 18.3.1 | 19.2.3 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 27964de commit 6b6a77a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"@types/jest": "^29.5.13",
4444
"@types/lodash": "^4.17.20",
4545
"@types/node": "^24.8.0",
46-
"@types/react": "^18.3.0",
47-
"@types/react-dom": "^18.3.0",
46+
"@types/react": "^19.0.0",
47+
"@types/react-dom": "^19.0.0",
4848
"@types/react-router-dom": "^5.3.3",
4949
"@types/semver": "^7.7.1",
5050
"@types/webpack-livereload-plugin": "^2.3.6",
@@ -57,7 +57,7 @@
5757
"eslint-config-prettier": "^8.8.0",
5858
"eslint-plugin-jsdoc": "^61.5.0",
5959
"eslint-plugin-react": "^7.37.5",
60-
"eslint-plugin-react-hooks": "^5.2.0",
60+
"eslint-plugin-react-hooks": "^7.0.0",
6161
"eslint-webpack-plugin": "^5.0.0",
6262
"fork-ts-checker-webpack-plugin": "^9.0.2",
6363
"glob": "^11.0.0",
@@ -93,8 +93,8 @@
9393
"js-sql-parser": "^1.6.0",
9494
"pgsql-ast-parser": "^12.0.1",
9595
"semver": "^7.7.3",
96-
"react": "18.3.1",
97-
"react-dom": "18.3.1",
96+
"react": "19.2.3",
97+
"react-dom": "19.2.3",
9898
"react-router-dom": "5.3.4",
9999
"sql-formatter": "^15.6.12",
100100
"tslib": "2.8.1"

0 commit comments

Comments
 (0)