commit bef1c0bff9e07f774446f034f271de361d8a58b7
parent 7fa1cd18b748a343e25425d7b90c9b8d42ca1259
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 23 Jan 2023 08:29:21 +0000
Bump @vitest/ui from 0.27.2 to 0.27.3
Bumps [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) from 0.27.2 to 0.27.3.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.27.3/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.2",
"@typescript-eslint/parser": "^5.48.2",
"@vitejs/plugin-react-swc": "^3.0.1",
- "@vitest/ui": "^0.27.2",
+ "@vitest/ui": "^0.27.3",
"autoprefixer": "^10.4.13",
"eslint": "^8.32.0",
"eslint-plugin-tailwindcss": "^3.8.0",
@@ -1573,9 +1573,9 @@
}
},
"node_modules/@vitest/ui": {
- "version": "0.27.2",
- "resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.27.2.tgz",
- "integrity": "sha512-IlzkmBQfFCddESiN5TqdZAVdWfbQWARkD8esyfSBu3q8uVelYWKQXo9BBLxUhlhj85wGq1/oxHHCI4aY7R8qzg==",
+ "version": "0.27.3",
+ "resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.27.3.tgz",
+ "integrity": "sha512-paqgFZHZ6zjrH4WUv4cjnscU6AHj9GC/Rj7ZD1mfV2Ihd6S04UZI11TMGYGK4sz1hqxlRgmQiONJfAM7tQiF/w==",
"dev": true,
"dependencies": {
"fast-glob": "^3.2.12",
@@ -8093,9 +8093,9 @@
}
},
"@vitest/ui": {
- "version": "0.27.2",
- "resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.27.2.tgz",
- "integrity": "sha512-IlzkmBQfFCddESiN5TqdZAVdWfbQWARkD8esyfSBu3q8uVelYWKQXo9BBLxUhlhj85wGq1/oxHHCI4aY7R8qzg==",
+ "version": "0.27.3",
+ "resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.27.3.tgz",
+ "integrity": "sha512-paqgFZHZ6zjrH4WUv4cjnscU6AHj9GC/Rj7ZD1mfV2Ihd6S04UZI11TMGYGK4sz1hqxlRgmQiONJfAM7tQiF/w==",
"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.2",
"@typescript-eslint/parser": "^5.48.2",
"@vitejs/plugin-react-swc": "^3.0.1",
- "@vitest/ui": "^0.27.2",
+ "@vitest/ui": "^0.27.3",
"autoprefixer": "^10.4.13",
"eslint": "^8.32.0",
"eslint-plugin-tailwindcss": "^3.8.0",