Skip to content

Commit 3e2e7d8

Browse files
committed
chore: overwrite yargs version and migrate to cpy-cli
1 parent 5a0701f commit 3e2e7d8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@release-it/conventional-changelog": "^10.0.5",
5454
"@types/node": "~24.11.0",
5555
"c8": "^11.0.0",
56-
"copyfiles": "^2.4.1",
56+
"cpy-cli": "^7.0.0",
5757
"del-cli": "^7.0.0",
5858
"eslint": "^9.39.2",
5959
"prettier": "^3.8.1",
@@ -74,6 +74,11 @@
7474
"optional": true
7575
}
7676
},
77+
"overrides": {
78+
"c8": {
79+
"yargs": "^18.0.0"
80+
}
81+
},
7782
"author": "Romain Lanz <romain.lanz@pm.me>",
7883
"license": "MIT",
7984
"keywords": [

0 commit comments

Comments
 (0)