Skip to content

Commit

Permalink
build(deps-dev): add @vitest/coverage-c8
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
  • Loading branch information
unicornware committed Aug 25, 2022
1 parent 22ec1f6 commit 18e3b88
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
"@typescript-eslint/eslint-plugin": "5.33.0",
"@typescript-eslint/parser": "5.33.0",
"@vates/toggle-scripts": "1.0.0",
"@vitest/coverage-c8": "0.22.1",
"@vitest/ui": "0.21.1",
"c8": "7.12.0",
"chai": "4.3.6",
"conventional-changelog-cli": "2.2.2",
"conventional-recommended-bump": "6.1.0",
Expand Down
14 changes: 12 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -928,8 +928,8 @@ __metadata:
"@typescript-eslint/eslint-plugin": "npm:5.33.0"
"@typescript-eslint/parser": "npm:5.33.0"
"@vates/toggle-scripts": "npm:1.0.0"
"@vitest/coverage-c8": "npm:0.22.1"
"@vitest/ui": "npm:0.21.1"
c8: "npm:7.12.0"
chai: "npm:4.3.6"
conventional-changelog-cli: "npm:2.2.2"
conventional-recommended-bump: "npm:6.1.0"
Expand Down Expand Up @@ -1999,6 +1999,16 @@ __metadata:
languageName: node
linkType: hard

"@vitest/coverage-c8@npm:0.22.1":
version: 0.22.1
resolution: "@vitest/coverage-c8@npm:0.22.1"
dependencies:
c8: "npm:^7.12.0"
vitest: "npm:0.22.1"
checksum: 0da31c613e421afc70d8070fa2b9791e06874e178df578524a8fd1b4ea9f1f2c684844705186fac2f6763273b17f1f4d48fca9cacfd1cb62e4d21c099f3682c7
languageName: node
linkType: hard

"@vitest/ui@npm:0.21.1":
version: 0.21.1
resolution: "@vitest/ui@npm:0.21.1"
Expand Down Expand Up @@ -2407,7 +2417,7 @@ __metadata:
languageName: node
linkType: hard

"c8@npm:7.12.0":
"c8@npm:^7.12.0":
version: 7.12.0
resolution: "c8@npm:7.12.0"
dependencies:
Expand Down

0 comments on commit 18e3b88

Please sign in to comment.