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 f89406f commit 3827425Copy full SHA for 3827425
.gitignore
@@ -40,4 +40,5 @@ tsconfig.test.json
40
.dumi/tmp
41
.dumi/tmp-test
42
.dumi/tmp-production
43
-.history
+.history
44
+pnpm-lock.yaml
package.json
@@ -49,8 +49,8 @@
49
"react-dom": "*"
50
},
51
"dependencies": {
52
- "@rc-component/trigger": "^3.0.0",
53
"@rc-component/motion": "^1.1.4",
+ "@rc-component/trigger": "^3.0.0",
54
"@rc-component/util": "^1.2.1",
55
"classnames": "2.x",
56
"rc-overflow": "^1.4.0",
@@ -62,6 +62,7 @@
62
"@testing-library/jest-dom": "^6.4.5",
63
"@testing-library/react": "^15.0.6",
64
"@types/jest": "^29.5.12",
65
+ "@types/node": "^22.14.0",
66
"@types/react": "^18.3.0",
67
"@types/react-dom": "^18.3.0",
68
"babel-jest": "^29.6.1",
0 commit comments