matrix-art

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

commit 148de4872d2f06bd49d2e29d4d6208ce8c49ae84
parent bded0644bafe4fe5cbccdfc50b96a0b7c182cc37
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue, 10 Jan 2023 09:17:49 +0000

Bump @vitest/ui from 0.26.3 to 0.27.0

Bumps [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) from 0.26.3 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>
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.1", "@typescript-eslint/parser": "^5.48.1", "@vitejs/plugin-react-swc": "^3.0.1", - "@vitest/ui": "^0.26.3", + "@vitest/ui": "^0.27.0", "autoprefixer": "^10.4.13", "eslint": "^8.31.0", "eslint-plugin-tailwindcss": "^3.8.0", @@ -1573,9 +1573,9 @@ } }, "node_modules/@vitest/ui": { - "version": "0.26.3", - "resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.26.3.tgz", - "integrity": "sha512-GekIZekLQVL765LmQObHai7Q3U+BWD0nxJVK1yV8VPcs6H/6EAnNuEZ8tFq87jCxyHEZ3zmOrX6uPmG65gBVrA==", + "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", @@ -8057,9 +8057,9 @@ } }, "@vitest/ui": { - "version": "0.26.3", - "resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.26.3.tgz", - "integrity": "sha512-GekIZekLQVL765LmQObHai7Q3U+BWD0nxJVK1yV8VPcs6H/6EAnNuEZ8tFq87jCxyHEZ3zmOrX6uPmG65gBVrA==", + "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", 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.26.3", + "@vitest/ui": "^0.27.0", "autoprefixer": "^10.4.13", "eslint": "^8.31.0", "eslint-plugin-tailwindcss": "^3.8.0",