File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ coverage
28
28
.vscode
29
29
yarn.lock
30
30
package-lock.json
31
+ pnpm-lock.yaml
31
32
es
32
33
# dumi
33
34
.dumi /tmp
Original file line number Diff line number Diff line change 44
44
"*" : " prettier --write --ignore-unknown"
45
45
},
46
46
"dependencies" : {
47
- "classnames" : " 2.x" ,
48
47
"@rc-component/select" : " ~1.1.0" ,
49
48
"@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"
51
51
},
52
52
"devDependencies" : {
53
+ "@rc-component/dialog" : " ^1.2.0" ,
53
54
"@rc-component/father-plugin" : " ^2.0.2" ,
54
55
"@rc-component/np" : " ^1.0.3" ,
55
56
"@rc-component/trigger" : " ^3.0.0" ,
74
75
"husky" : " ^9.1.6" ,
75
76
"lint-staged" : " ^15.2.10" ,
76
77
"prettier" : " ^3.3.3" ,
77
- "@rc-component/dialog" : " ^1.2.0" ,
78
78
"rc-field-form" : " ^2.4.0" ,
79
79
"rc-test" : " ^7.1.1" ,
80
80
"rc-virtual-list" : " ^3.14.8" ,
You can’t perform that action at this time.
0 commit comments