Skip to content

Commit 3827425

Browse files
committed
chore: bump version
1 parent f89406f commit 3827425

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,5 @@ tsconfig.test.json
4040
.dumi/tmp
4141
.dumi/tmp-test
4242
.dumi/tmp-production
43-
.history
43+
.history
44+
pnpm-lock.yaml

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"react-dom": "*"
5050
},
5151
"dependencies": {
52-
"@rc-component/trigger": "^3.0.0",
5352
"@rc-component/motion": "^1.1.4",
53+
"@rc-component/trigger": "^3.0.0",
5454
"@rc-component/util": "^1.2.1",
5555
"classnames": "2.x",
5656
"rc-overflow": "^1.4.0",
@@ -62,6 +62,7 @@
6262
"@testing-library/jest-dom": "^6.4.5",
6363
"@testing-library/react": "^15.0.6",
6464
"@types/jest": "^29.5.12",
65+
"@types/node": "^22.14.0",
6566
"@types/react": "^18.3.0",
6667
"@types/react-dom": "^18.3.0",
6768
"babel-jest": "^29.6.1",

0 commit comments

Comments
 (0)