Skip to content

Commit f8b761e

Browse files
committed
perf: uninstall classnames, install clsx
1 parent f2b327f commit f8b761e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ lib
2626
es
2727
yarn.lock
2828
package-lock.json
29+
pnpm-lock.yaml
2930
coverage/
3031
.doc
3132
# dumi

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,18 @@
4141
"now-build": "npm run build"
4242
},
4343
"dependencies": {
44-
"classnames": "^2.2.1",
4544
"@rc-component/util": "^1.2.0"
4645
},
4746
"devDependencies": {
4847
"@rc-component/father-plugin": "^2.0.2",
48+
"@rc-component/np": "^1.0.0",
4949
"@testing-library/react": "^12.1.5",
5050
"@types/jest": "^29.5.10",
51-
"@types/react-dom": "^18.0.11",
51+
"@types/node": "^24.5.2",
5252
"@types/react": "^18.0.28",
53+
"@types/react-dom": "^18.0.11",
5354
"@umijs/fabric": "^2.0.9",
55+
"cheerio": "1.0.0-rc.12",
5456
"coveralls": "^3.0.6",
5557
"cross-env": "^7.0.2",
5658
"dumi": "^2.0.0",
@@ -61,13 +63,11 @@
6163
"gh-pages": "^6.1.0",
6264
"glob": "^7.1.6",
6365
"less": "^4.1.3",
64-
"@rc-component/np": "^1.0.0",
6566
"prettier": "^3.2.5",
6667
"pretty-quick": "^4.0.0",
6768
"rc-test": "^7.0.15",
6869
"react": "^16.0.0",
6970
"react-dom": "^16.0.0",
70-
"cheerio": "1.0.0-rc.12",
7171
"regenerator-runtime": "^0.14.0"
7272
},
7373
"peerDependencies": {

0 commit comments

Comments
 (0)