We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3465f0 commit 7e17d39Copy full SHA for 7e17d39
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
- "name": "rc-util",
3
- "version": "5.44.3",
+ "name": "@rc-component/util",
+ "version": "1.0.0-0",
4
"description": "Common Utils For React Component",
5
"keywords": [
6
"react",
@@ -70,7 +70,7 @@
70
"typescript": "^5.3.2"
71
},
72
"peerDependencies": {
73
- "react": ">=16.9.0",
74
- "react-dom": ">=16.9.0"
+ "react": ">=18.0.0",
+ "react-dom": ">=18.0.0"
75
}
76
0 commit comments