From 444297ba1507683324da780491d107425383dac2 Mon Sep 17 00:00:00 2001 From: liaozan <378024053@qq.com> Date: Sun, 17 Apr 2022 14:40:59 +0800 Subject: [PATCH] fix: fix typo --- initializer-ui/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/initializer-ui/package.json b/initializer-ui/package.json index e165a62..519ac42 100644 --- a/initializer-ui/package.json +++ b/initializer-ui/package.json @@ -6,7 +6,7 @@ "build": "vite build --mode production" }, "dependencies": { - "vue": "^3.2.32", + "vue": "^3.2.33", "axios": "^0.26.1", "ant-design-vue": "^3.1.1", "highlight.js": "^11.5.1", @@ -15,7 +15,7 @@ "devDependencies": { "@vitejs/plugin-vue": "^2.3.1", "typescript": "^4.6.3", - "vite": "^2.9.2", - "vue-tsc": "^0.34.6" + "vite": "^2.9.5", + "vue-tsc": "^0.34.7" } } \ No newline at end of file -- GitLab