Commit 0304197a authored by liaozan's avatar liaozan 🏀

chore: update dependencies

parent b754923e
...@@ -6,16 +6,16 @@ ...@@ -6,16 +6,16 @@
"build": "vite build --mode production" "build": "vite build --mode production"
}, },
"dependencies": { "dependencies": {
"vue": "^3.2.38", "vue": "^3.2.41",
"axios": "^0.27.2", "axios": "^1.1.3",
"ant-design-vue": "^3.2.11", "ant-design-vue": "^3.2.13",
"highlight.js": "^11.6.0", "highlight.js": "^11.6.0",
"@highlightjs/vue-plugin": "^2.1.0" "@highlightjs/vue-plugin": "^2.1.0"
}, },
"devDependencies": { "devDependencies": {
"@vitejs/plugin-vue": "^3.0.3", "@vitejs/plugin-vue": "^3.1.2",
"typescript": "^4.8.2", "typescript": "^4.8.4",
"vite": "^3.0.9", "vite": "^3.1.8",
"vue-tsc": "^0.40.5" "vue-tsc": "^1.0.8"
} }
} }
\ No newline at end of file
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<artifactId>frontend-maven-plugin</artifactId> <artifactId>frontend-maven-plugin</artifactId>
<version>${frontend-maven-plugin.version}</version> <version>${frontend-maven-plugin.version}</version>
<configuration> <configuration>
<nodeVersion>v18.8.0</nodeVersion> <nodeVersion>v18.9.0</nodeVersion>
<nodeDownloadRoot>https://mirrors.tuna.tsinghua.edu.cn/nodejs-release/</nodeDownloadRoot> <nodeDownloadRoot>https://mirrors.tuna.tsinghua.edu.cn/nodejs-release/</nodeDownloadRoot>
</configuration> </configuration>
<executions> <executions>
......
...@@ -6,9 +6,9 @@ ...@@ -6,9 +6,9 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>com.schbrain.framework</groupId> <groupId>com.schbrain.kp</groupId>
<artifactId>schbrain-parent</artifactId> <artifactId>kp-parent</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>2.0.0-SNAPSHOT</version>
</parent> </parent>
<groupId>com.schbrain.archetype</groupId> <groupId>com.schbrain.archetype</groupId>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment