File tree 2 files changed +388
-252
lines changed
2 files changed +388
-252
lines changed Original file line number Diff line number Diff line change 10
10
"compile:core" : " tsc -p projects/core" ,
11
11
"compile:patch" : " tsc -p projects/patch" ,
12
12
"------------ " : " -------------" ,
13
- "clean" : " npx rimraf dist coverage *.tsbuildinfo test/.tmp" ,
14
- "clean:global" : " yarn run clean && npx rimraf ./**/node_modules ./**/yarn.lock" ,
13
+ "clean" : " npx -y rimraf -g dist coverage *.tsbuildinfo test/.tmp" ,
14
+ "clean:global" : " yarn run clean && npx -y rimraf -g ./**/node_modules ./**/yarn.lock" ,
15
15
"reset" : " yarn run clean:global && yarn install && yarn build" ,
16
16
"------------ " : " -------------" ,
17
17
"test" : " jest" ,
67
67
"esm" : " ^3.2.25" ,
68
68
"glob" : " ^7.1.7" ,
69
69
"jest" : " ^29.7.0" ,
70
- "rimraf" : " ^3 .0.2 " ,
70
+ "rimraf" : " ^5 .0.7 " ,
71
71
"shelljs" : " ^0.8.5" ,
72
72
"standard-version" : " ^9.5.0" ,
73
73
"ts-jest" : " ^29.1.1" ,
74
74
"ts-node" : " ^10.9.1" ,
75
75
"ts-patch" : " 3.0.2" ,
76
76
"tsconfig-paths" : " ^4.2.0" ,
77
- "typescript" : " ^ 5.4.5" ,
77
+ "typescript" : " 5.4.5" ,
78
78
"ts-next" : " npm:typescript@beta" ,
79
79
"ts-expose-internals" : " npm:ts-expose-internals@5.4.5"
80
80
},
You can’t perform that action at this time.
0 commit comments