We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 378bc90 commit 9c301b4Copy full SHA for 9c301b4
package.json
@@ -42,8 +42,8 @@
42
"@rollup/plugin-typescript": "11.1.6",
43
"@testing-library/react": "14.3.1",
44
"@types/jest": "29.5.14",
45
- "@types/react": "18.3.18",
46
- "@types/react-dom": "18.3.5",
+ "@types/react": "19.0.8",
+ "@types/react-dom": "19.0.3",
47
"@typescript-eslint/eslint-plugin": "6.21.0",
48
"@typescript-eslint/parser": "6.21.0",
49
"eslint": "8.57.1",
@@ -54,8 +54,8 @@
54
"jest-environment-jsdom": "29.7.0",
55
"pre-commit": "1.2.2",
56
"prettier": "3.4.2",
57
- "react": "18.3.1",
58
- "react-dom": "18.3.1",
+ "react": "19.0.0",
+ "react-dom": "19.0.0",
59
"rimraf": "5.0.10",
60
"rollup": "4.30.1",
61
"rollup-plugin-typescript2": "0.36.0",
0 commit comments