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 06b9cba commit c9caedbCopy full SHA for c9caedb
.gitignore
@@ -24,9 +24,10 @@ node_modules
24
build
25
lib
26
coverage
27
-yarn.lock
28
/es/
29
package-lock.json
+pnpm-lock.yaml
30
+yarn.lock
31
.doc
32
33
# umi
package.json
@@ -45,6 +45,7 @@
45
"@rc-component/father-plugin": "1.0.0",
46
"@testing-library/react": "^15.0.4",
47
"@types/jest": "^29.4.0",
48
+ "@types/node": "^20.14.2",
49
"@types/react": "^18.0.0",
50
"@types/react-dom": "^18.0.0",
51
"@types/react-is": "^18.3.0",
0 commit comments