Commit 5f21f999 authored by liziwl's avatar liziwl
Browse files

更新项目依赖项版本

- 升级 ant-design-vue 至 4.2.5 版本
- 添加 sass-embedded 依赖项
- 升级 @turf/turf 至 7.1.0 版本
- 升级 axios 至 1.7.7 版本
- 升级 maplibre-gl 至 4.7.1 版本
- 升级 vue 至 3.5.12 版本
parent a98336d4
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -13,7 +13,8 @@
    "@vuepress/plugin-sitemap": "next",
    "@vuepress/plugin-toc": "next",
    "@vuepress/theme-default": "next",
    "ant-design-vue": "^4.2.3",
    "ant-design-vue": "^4.2.5",
    "sass-embedded": "^1.79.5",
    "vue-echarts": "~6.2.4",
    "vuepress": "next"
  },
@@ -24,11 +25,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"
  }
}
+2914 −2832

File changed.

Preview size limit exceeded, changes collapsed.