Skip to content

Commit

Permalink
Remove rimraf from all workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Nov 6, 2024
1 parent ee70ae6 commit c4cdc3f
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 20 deletions.
1 change: 0 additions & 1 deletion packages/keyring-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
"depcheck": "^1.4.7",
"jest": "^29.5.0",
"jest-it-up": "^3.1.0",
"rimraf": "^5.0.10",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.2",
"tsd": "^0.31.0",
Expand Down
1 change: 0 additions & 1 deletion packages/keyring-eth-ledger-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
"ethereumjs-tx": "^1.3.7",
"jest": "^29.5.0",
"jest-it-up": "^3.1.0",
"rimraf": "^5.0.10",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.2",
"typedoc": "^0.25.13",
Expand Down
1 change: 0 additions & 1 deletion packages/keyring-eth-trezor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.7.0",
"jest-it-up": "^3.1.0",
"rimraf": "^5.0.10",
"sinon": "^19.0.2",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.2",
Expand Down
1 change: 0 additions & 1 deletion packages/keyring-snap-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
"depcheck": "^1.4.7",
"jest": "^29.5.0",
"jest-it-up": "^3.1.0",
"rimraf": "^5.0.10",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.2",
"typedoc": "^0.25.13",
Expand Down
17 changes: 1 addition & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1914,7 +1914,6 @@ __metadata:
hdkey: "npm:^2.1.0"
jest: "npm:^29.5.0"
jest-it-up: "npm:^3.1.0"
rimraf: "npm:^5.0.10"
ts-jest: "npm:^29.0.5"
ts-node: "npm:^10.9.2"
typedoc: "npm:^0.25.13"
Expand Down Expand Up @@ -2010,7 +2009,6 @@ __metadata:
depcheck: "npm:^1.4.7"
jest: "npm:^29.5.0"
jest-it-up: "npm:^3.1.0"
rimraf: "npm:^5.0.10"
ts-jest: "npm:^29.0.5"
ts-node: "npm:^10.9.2"
typedoc: "npm:^0.25.13"
Expand Down Expand Up @@ -2048,7 +2046,6 @@ __metadata:
jest: "npm:^29.5.0"
jest-environment-jsdom: "npm:^29.7.0"
jest-it-up: "npm:^3.1.0"
rimraf: "npm:^5.0.10"
sinon: "npm:^19.0.2"
ts-jest: "npm:^29.0.5"
ts-node: "npm:^10.9.2"
Expand Down Expand Up @@ -2138,7 +2135,6 @@ __metadata:
depcheck: "npm:^1.4.7"
jest: "npm:^29.5.0"
jest-it-up: "npm:^3.1.0"
rimraf: "npm:^5.0.10"
ts-jest: "npm:^29.0.5"
ts-node: "npm:^10.9.2"
tsd: "npm:^0.31.0"
Expand Down Expand Up @@ -6742,7 +6738,7 @@ __metadata:
languageName: node
linkType: hard

"glob@npm:^10.2.2, glob@npm:^10.3.10, glob@npm:^10.3.7":
"glob@npm:^10.2.2, glob@npm:^10.3.10":
version: 10.4.5
resolution: "glob@npm:10.4.5"
dependencies:
Expand Down Expand Up @@ -10014,17 +10010,6 @@ __metadata:
languageName: node
linkType: hard

"rimraf@npm:^5.0.10":
version: 5.0.10
resolution: "rimraf@npm:5.0.10"
dependencies:
glob: "npm:^10.3.7"
bin:
rimraf: dist/esm/bin.mjs
checksum: 10/f3b8ce81eecbde4628b07bdf9e2fa8b684e0caea4999acb1e3b0402c695cd41f28cd075609a808e61ce2672f528ca079f675ab1d8e8d5f86d56643a03e0b8d2e
languageName: node
linkType: hard

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

0 comments on commit c4cdc3f

Please sign in to comment.