Skip to content

Commit

Permalink
fix: 修复类型错误
Browse files Browse the repository at this point in the history
  • Loading branch information
ZvonimirSun committed Jul 19, 2024
1 parent 5ab649e commit 5070392
Show file tree
Hide file tree
Showing 6 changed files with 12,600 additions and 9,057 deletions.
136 changes: 68 additions & 68 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,69 +18,69 @@
"sizecheck": "npx vite-bundle-visualizer"
},
"dependencies": {
"@ckpack/vue-color": "^1.5.0",
"@codemirror/commands": "^6.3.3",
"@ckpack/vue-color": "^1.6.0",
"@codemirror/commands": "^6.6.0",
"@codemirror/lang-css": "^6.2.1",
"@codemirror/lang-html": "^6.4.8",
"@codemirror/lang-html": "^6.4.9",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-xml": "^6.1.0",
"@codemirror/language": "^6.10.1",
"@codemirror/lint": "^6.5.0",
"@codemirror/language": "^6.10.2",
"@codemirror/lint": "^6.8.1",
"@codemirror/state": "^6.4.1",
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.26.0",
"@geoman-io/leaflet-geoman-free": "^2.16.0",
"@codemirror/view": "^6.28.5",
"@geoman-io/leaflet-geoman-free": "^2.17.0",
"@highlightjs/vue-plugin": "^2.1.0",
"@supermap/iclient-leaflet": "^11.1.1",
"@tldraw/assets": "^2.0.1",
"@turf/turf": "^6.5.0",
"@vueuse/core": "^10.9.0",
"@vueuse/integrations": "^10.9.0",
"algoliasearch": "^4.22.1",
"@tldraw/assets": "^2.3.0",
"@turf/turf": "^7.0.0",
"@vueuse/core": "^10.11.0",
"@vueuse/integrations": "^10.11.0",
"algoliasearch": "^4.24.0",
"ali-oss": "^6.20.0",
"ant-design-vue": "^3.2.20",
"axios": "^1.6.8",
"axios": "^1.7.2",
"buffer": "^6.0.3",
"codemirror": "^6.0.1",
"colord": "^2.9.3",
"core-js": "^3.36.0",
"core-js": "^3.37.1",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.10",
"dayjs": "^1.11.12",
"dom-to-image": "^2.6.0",
"element-plus": "^2.6.1",
"eslint-linter-browserify": "^8.57.0",
"element-plus": "^2.7.7",
"eslint-linter-browserify": "^9.7.0",
"esri-leaflet": "^3.0.12",
"file-saver": "^2.0.5",
"highlight.js": "^11.9.0",
"highlight.js": "^11.10.0",
"js-beautify": "^1.15.1",
"json-editor-vue": "^0.12.0",
"json-editor-vue": "^0.15.1",
"leaflet": "^1.9.4",
"localforage": "^1.10.0",
"lodash-es": "^4.17.21",
"markdown-it": "^14.0.0",
"markdown-it": "^14.1.0",
"nzh": "^1.0.12",
"pinia": "^2.1.7",
"qrcode": "^1.5.3",
"qrcode-decoder": "^0.3.3",
"relationship.js": "^1.2.5",
"three": "^0.162.0",
"tldraw": "^2.0.1",
"ua-parser-js": "^1.0.37",
"uuid": "^9.0.1",
"vanilla-jsoneditor": "^0.23.0",
"veaury": "^2.3.16",
"vue": "^3.4.21",
"vue-router": "^4.3.0",
"xml-formatter": "^3.6.2"
"qrcode-decoder": "^0.3.4",
"relationship.js": "^1.2.6",
"three": "^0.166.1",
"tldraw": "^2.3.0",
"ua-parser-js": "^1.0.38",
"uuid": "^10.0.0",
"vanilla-jsoneditor": "^0.23.7",
"veaury": "^2.4.2",
"vue": "^3.4.32",
"vue-router": "^4.4.0",
"xml-formatter": "^3.6.3"
},
"devDependencies": {
"@algolia/client-search": "^4.22.1",
"@antfu/eslint-config": "^2.8.3",
"@babel/core": "^7.24.0",
"@babel/eslint-parser": "^7.23.10",
"@babel/preset-env": "^7.24.0",
"@algolia/client-search": "^4.24.0",
"@antfu/eslint-config": "^2.23.0",
"@babel/core": "^7.24.9",
"@babel/eslint-parser": "^7.24.8",
"@babel/preset-env": "^7.24.8",
"@iconify-json/fa-solid": "^1.1.8",
"@iconify-json/fa6-solid": "^1.1.20",
"@iconify-json/fa6-solid": "^1.1.23",
"@iconify-json/icon-park": "^1.1.13",
"@iconify-json/icon-park-outline": "^1.1.15",
"@iconify-json/icon-park-solid": "^1.1.14",
Expand All @@ -90,43 +90,43 @@
"@types/file-saver": "^2.0.7",
"@types/geojson": "^7946.0.14",
"@types/js-beautify": "^1.14.3",
"@types/leaflet": "^1.9.8",
"@types/leaflet": "^1.9.12",
"@types/lodash-es": "^4.17.12",
"@types/qrcode": "^1.5.5",
"@types/three": "^0.162.0",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@unocss/eslint-plugin": "^0.58.6",
"@types/three": "^0.166.0",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@unocss/eslint-plugin": "^0.61.5",
"@vite-pwa/assets-generator": "^0.2.4",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitest/coverage-v8": "^1.4.0",
"@vue/compiler-sfc": "^3.4.21",
"@vue/runtime-dom": "^3.4.21",
"@vue/test-utils": "^2.4.5",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vitest/coverage-v8": "^2.0.3",
"@vue/compiler-sfc": "^3.4.32",
"@vue/runtime-dom": "^3.4.32",
"@vue/test-utils": "^2.4.6",
"co": "^4.6.0",
"eslint": "^8.57.0",
"jsdom": "^24.0.0",
"eslint": "^8.56.0",
"jsdom": "^24.1.0",
"less": "^4.2.0",
"lint-staged": "^15.2.2",
"postcss": "^8.4.35",
"sass": "^1.72.0",
"simple-git-hooks": "^2.10.0",
"sitemap": "^7.1.1",
"taze": "^0.13.3",
"typescript": "^5.4.2",
"unocss": "^0.58.6",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.1.6",
"lint-staged": "^15.2.7",
"postcss": "^8.4.39",
"sass": "^1.77.8",
"simple-git-hooks": "^2.11.1",
"sitemap": "^8.0.0",
"taze": "^0.16.1",
"typescript": "^5.5.3",
"unocss": "^0.61.5",
"unplugin-auto-import": "^0.18.0",
"unplugin-vue-components": "^0.27.3",
"vite": "^5.3.4",
"vite-plugin-html": "^3.2.2",
"vite-plugin-pwa": "^0.19.4",
"vite-plugin-vue-devtools": "^7.0.17",
"vitest": "^1.4.0",
"vue-tsc": "^2.0.6",
"workbox-build": "^7.0.0",
"workbox-window": "^7.0.0"
"vite-plugin-pwa": "^0.20.0",
"vite-plugin-vue-devtools": "^7.3.6",
"vitest": "^2.0.3",
"vue-tsc": "^2.0.26",
"workbox-build": "^7.1.1",
"workbox-window": "^7.1.0"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
Loading

0 comments on commit 5070392

Please sign in to comment.