commit c6a94e0c695607bee3e9c4e3c0e26768e7c99ba5
parent b01c37b3cf108fd31f30fd568e5773480942d9e6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 12 Jan 2023 08:20:11 +0000
Bump @vitest/ui from 0.27.0 to 0.27.1
Bumps [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) from 0.27.0 to 0.27.1.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.27.1/packages/ui)
---
updated-dependencies:
- dependency-name: "@vitest/ui"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat:
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/package-lock.json b/package-lock.json
@@ -34,7 +34,7 @@
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"@vitejs/plugin-react-swc": "^3.0.1",
- "@vitest/ui": "^0.27.0",
+ "@vitest/ui": "^0.27.1",
"autoprefixer": "^10.4.13",
"eslint": "^8.31.0",
"eslint-plugin-tailwindcss": "^3.8.0",
@@ -1573,9 +1573,9 @@
}
},
"node_modules/@vitest/ui": {
- "version": "0.27.0",
- "resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.27.0.tgz",
- "integrity": "sha512-eQmDfnNBB1c42eVqFSxvkNa+6OWA6O8QRQAp9oK0fdEicqToB+bts95+TrCsO2eXC0N9Q8GplFqRMqPLoJuVlA==",
+ "version": "0.27.1",
+ "resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.27.1.tgz",
+ "integrity": "sha512-o9LmWY/XyWt5Pqb+bLLK+N3Vk+PP2jqrdDDMEAY43dB6vtZ+gYuOt5IutUfB7gXeJ6xeIlzUZ/OabrR3leldCA==",
"dev": true,
"dependencies": {
"fast-glob": "^3.2.12",
@@ -8086,9 +8086,9 @@
}
},
"@vitest/ui": {
- "version": "0.27.0",
- "resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.27.0.tgz",
- "integrity": "sha512-eQmDfnNBB1c42eVqFSxvkNa+6OWA6O8QRQAp9oK0fdEicqToB+bts95+TrCsO2eXC0N9Q8GplFqRMqPLoJuVlA==",
+ "version": "0.27.1",
+ "resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.27.1.tgz",
+ "integrity": "sha512-o9LmWY/XyWt5Pqb+bLLK+N3Vk+PP2jqrdDDMEAY43dB6vtZ+gYuOt5IutUfB7gXeJ6xeIlzUZ/OabrR3leldCA==",
"dev": true,
"requires": {
"fast-glob": "^3.2.12",
diff --git a/package.json b/package.json
@@ -39,7 +39,7 @@
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"@vitejs/plugin-react-swc": "^3.0.1",
- "@vitest/ui": "^0.27.0",
+ "@vitest/ui": "^0.27.1",
"autoprefixer": "^10.4.13",
"eslint": "^8.31.0",
"eslint-plugin-tailwindcss": "^3.8.0",