Skip to content

Commit 37d94ae

Browse files
authored
perf: uninstall classnames, install clsx (#649)
1 parent 69b220e commit 37d94ae

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ coverage
2828
.vscode
2929
yarn.lock
3030
package-lock.json
31+
pnpm-lock.yaml
3132
es
3233
# dumi
3334
.dumi/tmp

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,13 @@
4444
"*": "prettier --write --ignore-unknown"
4545
},
4646
"dependencies": {
47-
"classnames": "2.x",
4847
"@rc-component/select": "~1.1.0",
4948
"@rc-component/tree": "~1.0.1",
50-
"@rc-component/util": "^1.3.0"
49+
"@rc-component/util": "^1.3.0",
50+
"clsx": "^2.1.1"
5151
},
5252
"devDependencies": {
53+
"@rc-component/dialog": "^1.2.0",
5354
"@rc-component/father-plugin": "^2.0.2",
5455
"@rc-component/np": "^1.0.3",
5556
"@rc-component/trigger": "^3.0.0",
@@ -74,7 +75,6 @@
7475
"husky": "^9.1.6",
7576
"lint-staged": "^15.2.10",
7677
"prettier": "^3.3.3",
77-
"@rc-component/dialog": "^1.2.0",
7878
"rc-field-form": "^2.4.0",
7979
"rc-test": "^7.1.1",
8080
"rc-virtual-list": "^3.14.8",

0 commit comments

Comments
 (0)