From 07c275408b05742a4bacb96e9d60796ee317ad6c Mon Sep 17 00:00:00 2001 From: MK Date: Wed, 13 May 2026 00:02:50 +0800 Subject: [PATCH] chore(deps): bump vite-plus to 0.1.21-alpha.6 --- package.json | 2 +- playground/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1dd081f6a..8c5f2a167 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "rimraf": "^6.1.3", "typescript": "^6.0.3", "vite": "^8.0.10", - "vite-plus": "^0.1.19", + "vite-plus": "0.1.21-alpha.6", "vitest": "^4.1.5", "vitest-image-snapshot": "^0.6.50" }, diff --git a/playground/package.json b/playground/package.json index 8b4c15087..0836b3255 100644 --- a/playground/package.json +++ b/playground/package.json @@ -50,7 +50,7 @@ "tailwindcss": "^4.2.4", "typescript": "^6.0.3", "vite": "^8.0.3", - "vite-plus": "^0.1.19", + "vite-plus": "0.1.21-alpha.6", "vitest": "^4.1.5", "vitest-image-snapshot": "^0.6.50" }