Skip to content

Commit 28487cd

Browse files
committed
move override to cli package
1 parent e56f1e8 commit 28487cd

File tree

3 files changed

+18
-25
lines changed

3 files changed

+18
-25
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
"eslint": "9.16.0",
4040
"prettier": "3.4.2"
4141
},
42-
"overrides": {
43-
"rimraf": "^6.0.0"
44-
},
4542
"pnpm": {
4643
"patchedDependencies": {
4744
45+
},
46+
"overrides": {
47+
"rimraf": "^6.0.0"
4848
}
4949
}
5050
}

packages/cli/package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,14 @@
7474
"publishConfig": {
7575
"access": "public"
7676
},
77+
"overrides": {
78+
"rimraf": "^6.0.0"
79+
},
80+
"pnpm": {
81+
"overrides": {
82+
"rimraf": "^6.0.0"
83+
}
84+
},
7785
"oclif": {
7886
"bin": "graph",
7987
"commands": "./dist/commands",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)