Skip to content

Commit

Permalink
Bump vitest and @vitest/coverage-v8 in /frontend
Browse files Browse the repository at this point in the history
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) and [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8). These dependencies needed to be updated together.

Updates `vitest` from 3.0.2 to 3.0.5
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.5/packages/vitest)

Updates `@vitest/coverage-v8` from 3.0.2 to 3.0.5
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.5/packages/coverage-v8)

---
updated-dependencies:
- dependency-name: vitest
  dependency-type: direct:development
- dependency-name: "@vitest/coverage-v8"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent b768aba commit 11375b1
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 59 deletions.
118 changes: 61 additions & 57 deletions frontend/package-lock.json

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

4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@types/node": "^16.11.43 || ^18.0.0 || ^20.0.0 || ^22.0.0",
"@types/qs": "^6.9.7",
"@vitejs/plugin-vue": "^3.0.0 || ^4.0.0 || ^5.0.0",
"@vitest/coverage-v8": "^0.34.1 || ^1.0.0 || ^2.0.0 || ^3.0.0",
"@vitest/coverage-v8": "^3.0.5",
"@vue/eslint-config-prettier": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
"@vue/eslint-config-typescript": "^14.0.0",
"@vue/test-utils": "^2.0.2",
Expand All @@ -63,7 +63,7 @@
"prettier": "^2.5.1 || ^3.0.0",
"typescript": "~4.7.4 || ~4.8.0 || ~4.9.0 || ~5.2.0 || ~5.3.0 || ~5.4.0 || ~5.5.0 || ~5.6.0 || ~5.7.0",
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0",
"vitest": "^0.21.0 || ^0.22.0 || ^0.23.0 || ^0.24.0 || ^0.25.0 || ^0.26.0 || ^0.27.0 || ^0.28.0 || ^0.29.0 || ^0.30.0 || ^0.34.0 || ^1.0.0 || ^2.0.0 || ^3.0.0",
"vitest": "^3.0.5",
"vue-tsc": "^0.39.0 || ^0.40.0 || ^1.0.0 || ^2.0.0"
}
}

0 comments on commit 11375b1

Please sign in to comment.