Skip to content

Commit c2bec45

Browse files
committed
add rimraf as direct dependency
1 parent 28487cd commit c2bec45

File tree

3 files changed

+26
-18
lines changed

3 files changed

+26
-18
lines changed

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@
4242
"pnpm": {
4343
"patchedDependencies": {
4444
45-
},
46-
"overrides": {
47-
"rimraf": "^6.0.0"
4845
}
4946
}
5047
}

packages/cli/package.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"kubo-rpc-client": "^5.0.2",
5353
"open": "10.1.0",
5454
"prettier": "3.4.2",
55+
"rimraf": "^6.0.0",
5556
"semver": "7.6.3",
5657
"tmp-promise": "3.0.3",
5758
"undici": "7.1.1",
@@ -74,14 +75,6 @@
7475
"publishConfig": {
7576
"access": "public"
7677
},
77-
"overrides": {
78-
"rimraf": "^6.0.0"
79-
},
80-
"pnpm": {
81-
"overrides": {
82-
"rimraf": "^6.0.0"
83-
}
84-
},
8578
"oclif": {
8679
"bin": "graph",
8780
"commands": "./dist/commands",

pnpm-lock.yaml

Lines changed: 25 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)