Skip to content

Commit

Permalink
Bump vitest and @vitest/coverage-v8 in /pwa
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 1.6.0 to 2.0.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.0.4/packages/vitest)

Updates `@vitest/coverage-v8` from 1.6.0 to 2.0.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.0.4/packages/coverage-v8)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent 7f3412e commit 51cdfcc
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 232 deletions.
4 changes: 2 additions & 2 deletions pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/coverage-v8": "^2.0.4",
"autoprefixer": "^10.4.19",
"browserslist": "^4.23.2",
"browserslist-to-esbuild": "^2.1.1",
Expand Down Expand Up @@ -80,7 +80,7 @@
"vite": "^5.3.4",
"vite-plugin-chunk-split": "^0.5.0",
"vite-plugin-svgr": "^4.2.0",
"vitest": "^1.6.0"
"vitest": "^2.0.4"
},
"imports": {
"#/*": "./src/*"
Expand Down
Loading

0 comments on commit 51cdfcc

Please sign in to comment.