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 7343298 commit 3bccc81Copy full SHA for 3bccc81
package.json
@@ -58,7 +58,7 @@
58
"devDependencies": {
59
"@rc-component/father-plugin": "^2.0.1",
60
"@testing-library/jest-dom": "^6.1.6",
61
- "@testing-library/react": "^12.0.0",
+ "@testing-library/react": "^13.0.0",
62
"@types/jest": "^29.4.0",
63
"@types/keyv": "3.1.4",
64
"@types/react": "^18.0.24",
@@ -82,13 +82,13 @@
82
"rc-drawer": "^7.0.0",
83
"rc-select": "^14.11.0",
84
"rc-test": "^7.0.14",
85
- "react": "^16.9.0",
86
- "react-dom": "^16.9.0",
+ "react": "^18.0.0",
+ "react-dom": "^18.0.0",
87
"react-draggable": "^4.4.3",
88
"typescript": "^5.4.3"
89
},
90
"peerDependencies": {
91
- "react": ">=16.9.0",
92
- "react-dom": ">=16.9.0"
+ "react": ">=18.0.0",
+ "react-dom": ">=18.0.0"
93
}
94
0 commit comments