From 0304197a26aee406598eb7c8ca85e8e018ba21f1 Mon Sep 17 00:00:00 2001 From: liaozan <378024053@qq.com> Date: Mon, 12 Sep 2022 00:16:42 +0800 Subject: [PATCH] chore: update dependencies --- initializer-ui/package.json | 14 +++++++------- initializer-ui/pom.xml | 2 +- pom.xml | 6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/initializer-ui/package.json b/initializer-ui/package.json index 02dfbb9..320c8c6 100644 --- a/initializer-ui/package.json +++ b/initializer-ui/package.json @@ -6,16 +6,16 @@ "build": "vite build --mode production" }, "dependencies": { - "vue": "^3.2.38", - "axios": "^0.27.2", - "ant-design-vue": "^3.2.11", + "vue": "^3.2.41", + "axios": "^1.1.3", + "ant-design-vue": "^3.2.13", "highlight.js": "^11.6.0", "@highlightjs/vue-plugin": "^2.1.0" }, "devDependencies": { - "@vitejs/plugin-vue": "^3.0.3", - "typescript": "^4.8.2", - "vite": "^3.0.9", - "vue-tsc": "^0.40.5" + "@vitejs/plugin-vue": "^3.1.2", + "typescript": "^4.8.4", + "vite": "^3.1.8", + "vue-tsc": "^1.0.8" } } \ No newline at end of file diff --git a/initializer-ui/pom.xml b/initializer-ui/pom.xml index 7983a85..c4aa0a6 100644 --- a/initializer-ui/pom.xml +++ b/initializer-ui/pom.xml @@ -20,7 +20,7 @@ frontend-maven-plugin ${frontend-maven-plugin.version} - v18.8.0 + v18.9.0 https://mirrors.tuna.tsinghua.edu.cn/nodejs-release/ diff --git a/pom.xml b/pom.xml index 3a9d990..a42a930 100644 --- a/pom.xml +++ b/pom.xml @@ -6,9 +6,9 @@ 4.0.0 - com.schbrain.framework - schbrain-parent - 1.0.0-SNAPSHOT + com.schbrain.kp + kp-parent + 2.0.0-SNAPSHOT com.schbrain.archetype -- GitLab