matrix-art

An image gallery for Matrix
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.git
Log | Files | Refs | README | LICENSE

commit 7744f5adb7d60032067b18647bb05b0248e707c2
parent 7464540b4dc16a35c1f9e4740850959506eb8a5f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue, 17 Jan 2023 22:23:34 +0000

Bump @vitest/ui from 0.27.1 to 0.27.2

Bumps [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) from 0.27.1 to 0.27.2.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.27.2/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:
Mpackage-lock.json | 14+++++++-------
Mpackage.json | 2+-
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.1", + "@vitest/ui": "^0.27.2", "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.1", - "resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.27.1.tgz", - "integrity": "sha512-o9LmWY/XyWt5Pqb+bLLK+N3Vk+PP2jqrdDDMEAY43dB6vtZ+gYuOt5IutUfB7gXeJ6xeIlzUZ/OabrR3leldCA==", + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.27.2.tgz", + "integrity": "sha512-IlzkmBQfFCddESiN5TqdZAVdWfbQWARkD8esyfSBu3q8uVelYWKQXo9BBLxUhlhj85wGq1/oxHHCI4aY7R8qzg==", "dev": true, "dependencies": { "fast-glob": "^3.2.12", @@ -8086,9 +8086,9 @@ } }, "@vitest/ui": { - "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==", + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.27.2.tgz", + "integrity": "sha512-IlzkmBQfFCddESiN5TqdZAVdWfbQWARkD8esyfSBu3q8uVelYWKQXo9BBLxUhlhj85wGq1/oxHHCI4aY7R8qzg==", "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.1", + "@vitest/ui": "^0.27.2", "autoprefixer": "^10.4.13", "eslint": "^8.32.0", "eslint-plugin-tailwindcss": "^3.8.0",