Skip to content

Commit 4568f7f

Browse files
chore(deps-dev): bump vitest and @vitest/coverage-istanbul (#280)
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) and [@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul). These dependencies needed to be updated together. Updates `vitest` from 1.6.0 to 1.6.1 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v1.6.1/packages/vitest) Updates `@vitest/coverage-istanbul` from 1.6.0 to 1.6.1 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v1.6.1/packages/coverage-istanbul) --- updated-dependencies: - dependency-name: vitest dependency-type: direct:development - dependency-name: "@vitest/coverage-istanbul" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e615585 commit 4568f7f

File tree

2 files changed

+68
-47
lines changed

2 files changed

+68
-47
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"@types/marked": "^5.0.2",
8484
"@typescript-eslint/eslint-plugin": "6.13.1",
8585
"@typescript-eslint/parser": "6.13.1",
86-
"@vitest/coverage-istanbul": "^1.6.0",
86+
"@vitest/coverage-istanbul": "^1.6.1",
8787
"autoprefixer": "^10.4.14",
8888
"eslint": "^8.54.0",
8989
"eslint-config-prettier": "^9.0.0",
@@ -97,7 +97,7 @@
9797
"typescript": "~5.4.2",
9898
"vite": "~5.2.14",
9999
"vite-tsconfig-paths": "^4.2.0",
100-
"vitest": "^1.3.1"
100+
"vitest": "^1.6.1"
101101
},
102102
"husky": {
103103
"hooks": {

0 commit comments

Comments
 (0)