Skip to content

Commit

Permalink
chore: 更新依赖,补充图标缺失
Browse files Browse the repository at this point in the history
  • Loading branch information
ZvonimirSun committed Nov 14, 2023
1 parent bf2ef54 commit 91cd472
Show file tree
Hide file tree
Showing 5 changed files with 701 additions and 668 deletions.
3 changes: 2 additions & 1 deletion .eslintrc-auto-import.json
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@
"ExtractPublicPropTypes": true,
"WritableComputedRef": true,
"injectLocal": true,
"provideLocal": true
"provideLocal": true,
"useClipboardItems": true
}
}
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"@highlightjs/vue-plugin": "^2.1.0",
"@supermap/iclient-common": "^11.1.1",
"@turf/turf": "^6.5.0",
"@vueuse/core": "^10.5.0",
"@vueuse/integrations": "^10.5.0",
"@vueuse/core": "^10.6.1",
"@vueuse/integrations": "^10.6.1",
"ace-builds": "^1.31.1",
"algoliasearch": "^4.20.0",
"ali-oss": "^6.18.1",
"ant-design-vue": "^3.2.20",
"axios": "^1.6.0",
"axios": "^1.6.1",
"buffer": "^6.0.3",
"codemirror": "^6.0.1",
"core-js": "^3.33.2",
Expand All @@ -46,20 +46,20 @@
"tinycolor2": "^1.6.0",
"ua-parser-js": "^1.0.37",
"uuid": "^9.0.1",
"vanilla-jsoneditor": "^0.18.12",
"vanilla-jsoneditor": "^0.18.13",
"vue": "^3.3.8",
"vue-router": "^4.2.5",
"vue3-ace-editor": "^2.2.4"
},
"devDependencies": {
"@algolia/client-search": "^4.20.0",
"@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.22.15",
"@babel/preset-env": "^7.23.2",
"@babel/core": "^7.23.3",
"@babel/eslint-parser": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@iconify-json/fa-solid": "^1.1.5",
"@iconify-json/icon-park": "^1.1.12",
"@iconify-json/icon-park-outline": "^1.1.12",
"@iconify-json/icon-park-solid": "^1.1.10",
"@iconify-json/icon-park-solid": "^1.1.11",
"@types/ali-oss": "^6.16.11",
"@types/esri-leaflet": "^3.0.3",
"@types/file-saver": "^2.0.7",
Expand All @@ -72,17 +72,17 @@
"@types/three": "^0.158.2",
"@types/tinycolor2": "^1.4.6",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@vitejs/plugin-vue": "^4.4.0",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@vitejs/plugin-vue": "^4.4.1",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"@vue/compiler-sfc": "^3.3.8",
"@vue/runtime-dom": "^3.3.8",
"co": "^4.6.0",
"eslint": "^8.53.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.3.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.18.1",
Expand All @@ -93,11 +93,11 @@
"sass": "^1.69.5",
"sitemap": "^7.1.1",
"typescript": "^5.2.2",
"unocss": "^0.57.2",
"unocss": "^0.57.4",
"unplugin-auto-import": "^0.16.7",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.5.0",
"vite-plugin-inspect": "^0.7.41",
"vite-plugin-inspect": "^0.7.42",
"vite-plugin-pwa": "^0.16.7",
"vue-tsc": "^1.8.22",
"workbox-build": "^7.0.0",
Expand Down
Loading

0 comments on commit 91cd472

Please sign in to comment.