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 24c5ff3 commit 2944af9Copy full SHA for 2944af9
package.json
@@ -56,8 +56,8 @@
56
"@types/enzyme": "^3.10.8",
57
"@types/jest": "^26.0.23",
58
"@types/node": "^24.8.1",
59
- "@types/react": "^16.14.2",
60
- "@types/react-dom": "^16.9.10",
+ "@types/react": "^18.0.0",
+ "@types/react-dom": "^18.0.0",
61
"@typescript-eslint/eslint-plugin": "^5.59.0",
62
"@typescript-eslint/parser": "^5.59.0",
63
"@umijs/fabric": "^3.0.0",
@@ -73,8 +73,8 @@
73
"less": "^3.10.3",
74
"prettier": "^2.0.5",
75
"rc-test": "^7.0",
76
- "react": "^16.0.0",
77
- "react-dom": "^16.0.0",
+ "react": "^18.0.0",
+ "react-dom": "^18.0.0",
78
"regenerator-runtime": "^0.13.7",
79
"typescript": "~5.3.3"
80
},
0 commit comments