Skip to content

Commit

Permalink
Bump vitest from 0.21.0 to 0.22.1 (#84)
Browse files Browse the repository at this point in the history
* Bump vitest from 0.21.0 to 0.22.1

Bumps [vitest](https://github.com/vitest-dev/vitest) from 0.21.0 to 0.22.1.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](vitest-dev/vitest@v0.21.0...v0.22.1)

---
updated-dependencies:
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix: missing c8 dependency

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: tzsk <[email protected]>
  • Loading branch information
dependabot[bot] and tzsk authored Aug 19, 2022
1 parent 1b6f808 commit e61f85a
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 30 deletions.
77 changes: 48 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"@vitest/coverage-c8": "^0.22.1",
"c8": "^7.11.2",
"esbuild": "^0.15.2",
"eslint": "^8.15.0",
Expand All @@ -59,7 +60,7 @@
"microbundle": "^0.15.0",
"prettier": "^2.6.2",
"typescript": "^4.6.4",
"vitest": "^0.21.0"
"vitest": "^0.22.1"
},
"prettier": {
"singleQuote": true,
Expand Down

0 comments on commit e61f85a

Please sign in to comment.