File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626es
2727yarn.lock
2828package-lock.json
29+ pnpm-lock.yaml
2930coverage /
3031.doc
3132# dumi
Original file line number Diff line number Diff line change 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" ,
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" : {
7474 "react" : " >=16.9.0" ,
7575 "react-dom" : " >=16.9.0"
7676 },
77+ "resolutions" : {
78+ "@types/minimatch" : " 5.1.2"
79+ },
7780 "cnpm" : {
7881 "mode" : " npm"
7982 },
Original file line number Diff line number Diff line change 88 "skipLibCheck" : true ,
99 "esModuleInterop" : true ,
1010 "paths" : {
11- "@/*" : [
12- " src/*"
13- ],
14- "@@/*" : [
15- " .dumi/tmp/*"
16- ],
17- "rc-resize-observer" : [
18- " src/index.tsx"
19- ]
11+ "@/*" : [" src/*" ],
12+ "@@/*" : [" .dumi/tmp/*" ],
13+ "rc-resize-observer" : [" src/index.tsx" ]
2014 }
2115 }
22- }
16+ }
You can’t perform that action at this time.
0 commit comments