Skip to content

Commit

Permalink
chore(deps-dev): bump vitest and @vitest/coverage-istanbul
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-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul). These dependencies needed to be updated together.

Updates `vitest` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.5.1/packages/vitest)

Updates `@vitest/coverage-istanbul` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.5.1/packages/coverage-istanbul)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 25, 2024
1 parent 8f6a35b commit 2c2fb1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/generator/dependencies/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/ws": "8.5.10",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@vitejs/plugin-react": "4.2.1",
"@vitest/coverage-istanbul": "1.5.0",
"@vitest/coverage-istanbul": "1.5.1",
"autoprefixer": "10.4.19",
"eslint": "8.57.0",
"eslint-plugin-react": "7.34.1",
Expand All @@ -34,7 +34,7 @@
"typescript": "5.4.5",
"vite": "5.2.10",
"vite-tsconfig-paths": "4.3.2",
"vitest": "1.5.0",
"vitest": "1.5.1",
"vitest-sonar-reporter": "2.0.0"
}
}

0 comments on commit 2c2fb1c

Please sign in to comment.