From 1f71e21dc40fc0ae6b9f2696d30632f129497068 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 May 2023 12:37:55 +0000 Subject: [PATCH] chore(deps): update dependency vitest to ^0.31.0 --- package.json | 2 +- playground/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 45717e1..a3c1467 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "tsx": "^3.12.1", "typescript": "^4.7.4", "unplugin": "^1.3.1", - "vitest": "^0.15.1" + "vitest": "^0.31.0" }, "simple-git-hooks": { "pre-commit": "pnpm exec lint-staged --concurrent false", diff --git a/playground/package.json b/playground/package.json index ea3248a..41a51e0 100644 --- a/playground/package.json +++ b/playground/package.json @@ -37,7 +37,7 @@ "unplugin-vue-components": "^0.18.0", "vite": "^4.1.4", "vite-plugin-pages": "^0.28.0", - "vitest": "^0.7.0", + "vitest": "^0.31.0", "vivid-typing": "^1.1.37", "vue-i18n": "^9.2.2", "vue-tsc": "^1.0.0"