Skip to content

Commit e9cc380

Browse files
authored
infra: move c8 (coverage) to devDeps (#743)
- used only in tests, but caused downstream to install it as well, raising the number of deps. - also bumped version to 7.12.0 (latest)
1 parent 0295693 commit e9cc380

File tree

2 files changed

+47
-8
lines changed

2 files changed

+47
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"ajv": "8.11.0",
4040
"arg": "5.0.2",
4141
"boxen": "7.0.0",
42-
"c8": "7.11.3",
4342
"chalk": "5.0.1",
4443
"chalk-template": "0.4.0",
4544
"clipboardy": "3.0.0",
@@ -52,6 +51,7 @@
5251
"@types/compression": "1.7.2",
5352
"@types/serve-handler": "6.1.1",
5453
"@vercel/style-guide": "3.0.0",
54+
"c8": "7.12.0",
5555
"eslint": "8.19.0",
5656
"got": "12.1.0",
5757
"husky": "8.0.1",

pnpm-lock.yaml

Lines changed: 46 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)