Skip to content

Commit cb47f43

Browse files
authored
perf: uninstall classnames, install clsx (#151)
1 parent 8beba78 commit cb47f43

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,14 @@
4040
"now-build": "npm run build"
4141
},
4242
"dependencies": {
43-
"@babel/runtime": "^7.24.7",
44-
"classnames": "^2.3.2"
43+
"@babel/runtime": "^7.24.7"
4544
},
4645
"devDependencies": {
4746
"@ant-design/tools": "^18.0.2",
4847
"@rc-component/father-plugin": "^1.0.0",
4948
"@rc-component/np": "^1.0.0",
5049
"@testing-library/jest-dom": "^6.1.4",
5150
"@testing-library/react": "^16.0.0",
52-
"@types/classnames": "^2.2.10",
5351
"@types/jest": "^30.0.0",
5452
"@types/node": "^22.5.1",
5553
"@types/react": "^19.1.0",

0 commit comments

Comments
 (0)