File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 39
39
"coverage" : " rc-test --coverage" ,
40
40
"now-build" : " npm run build"
41
41
},
42
+ "dependencies" : {
43
+ "@babel/runtime" : " ^7.24.7" ,
44
+ "classnames" : " ^2.3.2"
45
+ },
42
46
"devDependencies" : {
43
47
"@ant-design/tools" : " ^18.0.2" ,
44
48
"@rc-component/father-plugin" : " ^1.0.0" ,
45
49
"@rc-component/np" : " ^1.0.0" ,
46
50
"@testing-library/jest-dom" : " ^6.1.4" ,
47
51
"@testing-library/react" : " ^16.0.0" ,
48
52
"@types/classnames" : " ^2.2.10" ,
49
- "@types/jest" : " ^29.5.2 " ,
53
+ "@types/jest" : " ^30.0.0 " ,
50
54
"@types/node" : " ^22.5.1" ,
51
55
"@types/react" : " ^19.1.0" ,
52
56
"@types/react-dom" : " ^19.1.1" ,
64
68
"ts-jest" : " ^29.1.4" ,
65
69
"typescript" : " ^5.1.6"
66
70
},
67
- "dependencies" : {
68
- "@babel/runtime" : " ^7.24.7" ,
69
- "classnames" : " ^2.3.2"
70
- },
71
71
"peerDependencies" : {
72
72
"react" : " >=16.9.0" ,
73
73
"react-dom" : " >=16.9.0"
You can’t perform that action at this time.
0 commit comments