Skip to content

Commit 93352fc

Browse files
fix(deps): update react monorepo
1 parent e4c3c6f commit 93352fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"eslint-plugin-import": "^2.25.3",
3939
"eslint-plugin-jsx-a11y": "^6.5.1",
4040
"eslint-plugin-react": "^7.27.1",
41-
"eslint-plugin-react-hooks": "^4.3.0",
41+
"eslint-plugin-react-hooks": "^6.0.0",
4242
"html-webpack-plugin": "5.6.3",
4343
"mini-css-extract-plugin": "^2.7.6",
4444
"prop-types": "^15.7.2",
@@ -59,8 +59,8 @@
5959
"dependencies": {
6060
"dompurify": "^3.0.0",
6161
"nanoid": "^5.0.5",
62-
"react": "^18.2.0",
63-
"react-dom": "^18.2.0",
62+
"react": "^19.0.0",
63+
"react-dom": "^19.0.0",
6464
"snarkdown": "^2.0.0"
6565
}
6666
}

0 commit comments

Comments
 (0)