Skip to content

Commit

Permalink
feat: support vite 5
Browse files Browse the repository at this point in the history
  • Loading branch information
aibayanyu20 committed Nov 20, 2023
1 parent a2601b8 commit e84c7b7
Show file tree
Hide file tree
Showing 3 changed files with 1,084 additions and 573 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,40 +26,40 @@
"dependencies": {
"@ant-design/icons-vue": "^7.0.1",
"@antv/g2plot": "^2.4.31",
"@antv/l7": "^2.19.10",
"@antv/l7": "^2.19.11",
"@ctrl/tinycolor": "^4.0.2",
"@v-c/utils": "^0.0.26",
"@vueuse/core": "^10.6.0",
"@vueuse/core": "^10.6.1",
"ant-design-vue": "^4.0.7",
"axios": "^1.6.1",
"axios": "^1.6.2",
"dayjs": "^1.11.10",
"lodash-es": "^4.17.21",
"mitt": "^3.0.1",
"pinia": "^2.1.7",
"vue": "^3.3.8",
"vue-i18n": "^9.6.5",
"vue-i18n": "^9.7.0",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@commitlint/cli": "^18.4.0",
"@commitlint/config-conventional": "^18.4.0",
"@mistjs/cli": "0.0.1-beta.5",
"@commitlint/cli": "^18.4.2",
"@commitlint/config-conventional": "^18.4.2",
"@mistjs/cli": "0.0.1-beta.6",
"@mistjs/eslint-config": "^1.0.0",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.14.201",
"@types/lodash-es": "^4.17.11",
"@types/node": "^20.9.0",
"@types/node": "^20.9.2",
"@types/treeify": "^1.0.3",
"@vitejs/plugin-vue": "^4.4.1",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"@vue/test-utils": "^2.4.1",
"@vitejs/plugin-vue": "^4.5.0",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/test-utils": "^2.4.2",
"antdv-component-resolver": "^1.0.4",
"antdv-style": "0.0.1-beta.2",
"changelogen": "^0.5.5",
"cross-env": "^7.0.3",
"directory-tree": "^3.5.1",
"esbuild": "^0.19.5",
"eslint": "^8.53.0",
"esbuild": "^0.19.6",
"eslint": "^8.54.0",
"esno": "^0.17.0",
"execa": "^8.0.1",
"fs-extra": "^11.1.1",
Expand All @@ -74,14 +74,14 @@
"treeify": "^1.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"unocss": "^0.56.5",
"unocss": "^0.57.6",
"unocss-preset-chinese": "^0.3.0",
"unocss-preset-ease": "^0.0.3",
"unplugin-auto-import": "^0.16.7",
"unplugin-config": "^0.1.3",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.5.0",
"vite-plugin-preload": "^0.3.1",
"vite": "^5.0.0",
"@mistjs/vite-plugin-preload": "^0.0.1",
"vitest": "^0.34.6",
"vue-tsc": "^1.8.22"
},
Expand Down
Loading

0 comments on commit e84c7b7

Please sign in to comment.