From 05b33d2a6fcde65a69b02c2b871ea6a199ed5ec2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 11:55:27 +0000 Subject: [PATCH] chore(deps): update dependency vitest to ^0.34.0 --- package.json | 2 +- playground/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 762f95f..b564851 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "typescript": "^4.8.4", "unocss": "^0.51.2", "vite": "^4.0.0", - "vitest": "^0.13.1", + "vitest": "^0.34.0", "vue3-right-click-menu": "^0.0.3" }, "lint-staged": { diff --git a/playground/package.json b/playground/package.json index 68f2359..f10e661 100644 --- a/playground/package.json +++ b/playground/package.json @@ -29,7 +29,7 @@ "unplugin-vue-components": "^0.18.0", "vite": "^4.0.0", "vite-plugin-pages": "^0.28.0", - "vitest": "^0.7.0", + "vitest": "^0.34.0", "vue-tsc": "^1.0.0" }, "stackblitz": {