From 487e1564325c57a735d72437748b5c3375fab147 Mon Sep 17 00:00:00 2001 From: Aron Griffis Date: Fri, 11 Feb 2022 15:20:48 -0500 Subject: [PATCH] fix(plugin-legacy): require Vite 2.8.0 (#6272) --- packages/plugin-legacy/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/plugin-legacy/package.json b/packages/plugin-legacy/package.json index a503421e19e13f..cba6f7466a95a8 100644 --- a/packages/plugin-legacy/package.json +++ b/packages/plugin-legacy/package.json @@ -33,6 +33,6 @@ "systemjs": "^6.12.1" }, "peerDependencies": { - "vite": "^2.7.8" + "vite": "^2.8.0" } }