Bump @vitest/ui from 0.26.2 to 0.27.0 in /web

Bumps [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) from 0.26.2 to 0.27.0.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.27.0/packages/ui)

---
updated-dependencies:
- dependency-name: "@vitest/ui"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-01-10 11:07:34 +00:00 committed by GitHub
parent d49359e26a
commit b486046aa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@ -35,7 +35,7 @@
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"@vitest/coverage-c8": "^0.26.2",
"@vitest/ui": "^0.26.2",
"@vitest/ui": "^0.27.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.30.0",
"eslint-config-preact": "^1.3.0",
@ -2505,9 +2505,9 @@
}
},
"node_modules/@vitest/ui": {
"version": "0.26.2",
"resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.26.2.tgz",
"integrity": "sha512-DMQhooGJVWjkiKIWJqbprDynDbw/anG2An5PxyDqLuzpGX0MWnDLNxON8wneDtDIX3kCptzRWTVMAxaV/S8EoQ==",
"version": "0.27.0",
"resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.27.0.tgz",
"integrity": "sha512-eQmDfnNBB1c42eVqFSxvkNa+6OWA6O8QRQAp9oK0fdEicqToB+bts95+TrCsO2eXC0N9Q8GplFqRMqPLoJuVlA==",
"dev": true,
"dependencies": {
"fast-glob": "^3.2.12",
@ -11509,9 +11509,9 @@
}
},
"@vitest/ui": {
"version": "0.26.2",
"resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.26.2.tgz",
"integrity": "sha512-DMQhooGJVWjkiKIWJqbprDynDbw/anG2An5PxyDqLuzpGX0MWnDLNxON8wneDtDIX3kCptzRWTVMAxaV/S8EoQ==",
"version": "0.27.0",
"resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.27.0.tgz",
"integrity": "sha512-eQmDfnNBB1c42eVqFSxvkNa+6OWA6O8QRQAp9oK0fdEicqToB+bts95+TrCsO2eXC0N9Q8GplFqRMqPLoJuVlA==",
"dev": true,
"requires": {
"fast-glob": "^3.2.12",

View File

@ -39,7 +39,7 @@
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"@vitest/coverage-c8": "^0.26.2",
"@vitest/ui": "^0.26.2",
"@vitest/ui": "^0.27.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.30.0",
"eslint-config-preact": "^1.3.0",