We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 872dbf0 commit 17ef444Copy full SHA for 17ef444
package.json
@@ -57,8 +57,8 @@
57
"@types/enzyme": "3.1.16",
58
"@types/enzyme-adapter-react-16": "1.0.6",
59
"@types/node": "16.18.96",
60
- "@types/react": "17.0.80",
61
- "@types/react-dom": "17.0.25",
+ "@types/react": "19.0.10",
+ "@types/react-dom": "19.0.4",
62
"@types/sinon": "10.0.11",
63
"@types/storybook__addon-actions": "5.2.1",
64
"@types/storybook__react": "5.2.1",
@@ -73,9 +73,9 @@
73
"light-ts-loader": "1.1.2",
74
"npm-run-all2": "5.0.2",
75
"prettier": "2.6.2",
76
- "react": "16.14.0",
77
- "react-dom": "16.14.0",
78
- "react-test-renderer": "16.14.0",
+ "react": "19.0.0",
+ "react-dom": "19.0.0",
+ "react-test-renderer": "19.0.0",
79
"rollup": "1.32.1",
80
"@rollup/plugin-babel": "5.0.0",
81
"rollup-plugin-commonjs": "10.1.0",
0 commit comments