We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb2a2f commit 78406caCopy full SHA for 78406ca
package.json
@@ -38,7 +38,7 @@
38
"eslint-plugin-import": "^2.25.3",
39
"eslint-plugin-jsx-a11y": "^6.5.1",
40
"eslint-plugin-react": "^7.27.1",
41
- "eslint-plugin-react-hooks": "^4.3.0",
+ "eslint-plugin-react-hooks": "^5.0.0",
42
"html-webpack-plugin": "5.6.3",
43
"mini-css-extract-plugin": "^2.7.6",
44
"prop-types": "^15.7.2",
@@ -59,8 +59,8 @@
59
"dependencies": {
60
"dompurify": "^3.0.0",
61
"nanoid": "^5.0.5",
62
- "react": "^18.2.0",
63
- "react-dom": "^18.2.0",
+ "react": "^19.0.0",
+ "react-dom": "^19.0.0",
64
"snarkdown": "^2.0.0"
65
}
66
0 commit comments