From fb54107dd1b93334d927ab2c1a29c5fecfcaca29 Mon Sep 17 00:00:00 2001 From: fxy060608 Date: Fri, 15 Apr 2022 11:34:10 +0800 Subject: [PATCH] chore: update checkVersion.js --- scripts/checkVersion.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/checkVersion.js b/scripts/checkVersion.js index 1818b5984..21ec4651f 100644 --- a/scripts/checkVersion.js +++ b/scripts/checkVersion.js @@ -22,7 +22,7 @@ const pkgs = { next: '9.1.9', }, vite: { - latest: '2.9.4', + latest: '2.9.5', }, '@vitejs/plugin-vue': { latest: '2.3.1', -- GitLab