From a7bb5612f3875397e89ac20384749fd131bb5715 Mon Sep 17 00:00:00 2001 From: fxy060608 Date: Sat, 2 Apr 2022 16:08:44 +0800 Subject: [PATCH] chore: update checkVersion.js --- scripts/checkVersion.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/checkVersion.js b/scripts/checkVersion.js index 8d729511e..d72b6ffd6 100644 --- a/scripts/checkVersion.js +++ b/scripts/checkVersion.js @@ -22,7 +22,7 @@ const pkgs = { next: '9.1.9', }, vite: { - latest: '2.9.0', + latest: '2.9.1', }, '@vitejs/plugin-vue': { latest: '2.3.1', @@ -34,7 +34,7 @@ const pkgs = { latest: '1.8.0', }, '@dcloudio/types': { - latest: '2.5.18', + latest: '2.5.19', }, autoprefixer: { latest: '10.4.4', -- GitLab