Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Commit

Permalink
Downgrade rimraf back to v3
Browse files Browse the repository at this point in the history
v4 does not have wildcard support (see isaacs/rimraf#249), which we make use of.
  • Loading branch information
ahuth committed Feb 1, 2023
1 parent d45661e commit 3dfe979
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"prettier": "^2.8.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^4.1.2",
"rimraf": "^3.0.2",
"ts-jest": "^29.0.5",
"typescript": "^4.9.5",
"update-ts-references": "^2.4.1"
Expand Down
11 changes: 1 addition & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10083,7 +10083,7 @@ __metadata:
prettier: ^2.8.3
react: ^18.2.0
react-dom: ^18.2.0
rimraf: ^4.1.2
rimraf: ^3.0.2
ts-jest: ^29.0.5
typescript: ^4.9.5
update-ts-references: ^2.4.1
Expand Down Expand Up @@ -16624,15 +16624,6 @@ __metadata:
languageName: node
linkType: hard

"rimraf@npm:^4.1.2":
version: 4.1.2
resolution: "rimraf@npm:4.1.2"
bin:
rimraf: dist/cjs/src/bin.js
checksum: 480b8147fd9bcbef3ac118f88a7b1169c3872977a3411a0c84df838bfc30e175a394c0db6f9619fc8b8a886a18c6d779d5e74f380a0075ecc710afaf81b3f50c
languageName: node
linkType: hard

"ripemd160@npm:^2.0.0, ripemd160@npm:^2.0.1":
version: 2.0.2
resolution: "ripemd160@npm:2.0.2"
Expand Down

0 comments on commit 3dfe979

Please sign in to comment.