From 875332b776d92fb03c01e45257c89c10bef40e31 Mon Sep 17 00:00:00 2001 From: fxy060608 Date: Thu, 21 Apr 2022 14:54:44 +0800 Subject: [PATCH] chore: update checkVersion --- scripts/checkVersion.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/checkVersion.js b/scripts/checkVersion.js index b579c5119..a21521756 100644 --- a/scripts/checkVersion.js +++ b/scripts/checkVersion.js @@ -18,6 +18,9 @@ const pkgs = { vuex: { latest: '4.0.2', }, + pinia: { + latest: '2.0.13', + }, 'vue-i18n': { next: '9.1.9', }, -- GitLab