Skip to content

Commit bc7a6c4

Browse files
committed
build(npm): Updated rimraf + locked ts 5.4.5
1 parent 31eb80f commit bc7a6c4

File tree

2 files changed

+388
-252
lines changed

2 files changed

+388
-252
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"compile:core": "tsc -p projects/core",
1111
"compile:patch": "tsc -p projects/patch",
1212
"------------ ": "-------------",
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",
1515
"reset": "yarn run clean:global && yarn install && yarn build",
1616
"------------ ": "-------------",
1717
"test": "jest",
@@ -67,14 +67,14 @@
6767
"esm": "^3.2.25",
6868
"glob": "^7.1.7",
6969
"jest": "^29.7.0",
70-
"rimraf": "^3.0.2",
70+
"rimraf": "^5.0.7",
7171
"shelljs": "^0.8.5",
7272
"standard-version": "^9.5.0",
7373
"ts-jest": "^29.1.1",
7474
"ts-node": "^10.9.1",
7575
"ts-patch": "3.0.2",
7676
"tsconfig-paths": "^4.2.0",
77-
"typescript": "^5.4.5",
77+
"typescript": "5.4.5",
7878
"ts-next": "npm:typescript@beta",
7979
"ts-expose-internals": "npm:ts-expose-internals@5.4.5"
8080
},

0 commit comments

Comments
 (0)