Skip to content

Commit

Permalink
更新依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
liziwl committed Oct 26, 2024
1 parent 5b7404d commit 67ec599
Show file tree
Hide file tree
Showing 2 changed files with 3,371 additions and 3,055 deletions.
16 changes: 9 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"packageManager": "[email protected]",
"devDependencies": {
"@vuepress/bundler-vite": "next",
"@vuepress/cli": "next",
Expand All @@ -8,13 +9,14 @@
"@vuepress/plugin-medium-zoom": "next",
"@vuepress/plugin-nprogress": "next",
"@vuepress/plugin-pwa": "next",
"@vuepress/plugin-pwa-popup": "next",
"@vuepress/plugin-register-components": "next",
"@vuepress/plugin-sitemap": "next",
"@vuepress/plugin-toc": "next",
"@vuepress/theme-default": "next",
"ant-design-vue": "^4.2.3",
"vue-echarts": "~6.2.4",
"ant-design-vue": "^4.2.5",
"sass": "^1.80.4",
"vite": "^4.5.5",
"vue-echarts": "^6.7.3",
"vuepress": "next"
},
"scripts": {
Expand All @@ -24,11 +26,11 @@
"docs:clean": "rm -rf docs/.vuepress/.cache docs/.vuepress/.temp docs/.vuepress/dist"
},
"dependencies": {
"@turf/turf": "^7.0.0",
"axios": "^1.7.4",
"@turf/turf": "^7.1.0",
"axios": "^1.7.7",
"download": "^8.0.0",
"echarts": "^5.5.1",
"maplibre-gl": "^4.5.0",
"vue": "^3.4.32"
"maplibre-gl": "^4.7.1",
"vue": "^3.5.12"
}
}
Loading

0 comments on commit 67ec599

Please sign in to comment.