workflow: update deploy workflow [deploy]
正在显示
| ... | ... | @@ -2,7 +2,6 @@ |
| "name": "vben-admin", | ||
| "version": "2.0.1", | ||
| "scripts": { | ||
| "bootstrap": "yarn install", | ||
| "serve": "vite", | ||
| "dev": "vite", | ||
| "build": "vite build && esno ./build/script/postBuild.ts", | ||
| ... | ... | @@ -26,7 +25,7 @@ |
| }, | ||
| "dependencies": { | ||
| "@iconify/iconify": "^2.0.0-rc.6", | ||
| "@vueuse/core": "^4.2.1", | ||
| "@vueuse/core": "^4.2.2", | ||
| "@zxcvbn-ts/core": "^0.2.0", | ||
| "ant-design-vue": "2.0.0", | ||
| "apexcharts": "^3.25.0", | ||
| ... | ... | @@ -49,8 +48,8 @@ |
| "xlsx": "^0.16.9" | ||
| }, | ||
| "devDependencies": { | ||
| "@commitlint/cli": "^11.0.0", | ||
| "@commitlint/config-conventional": "^11.0.0", | ||
| "@commitlint/cli": "^12.0.0", | ||
| "@commitlint/config-conventional": "^12.0.0", | ||
| "@iconify/json": "^1.1.307", | ||
| "@ls-lint/ls-lint": "^1.9.2", | ||
| "@purge-icons/generated": "^0.7.0", | ||
| ... | ... | @@ -63,8 +62,8 @@ |
| "@types/rollup-plugin-visualizer": "^2.6.0", | ||
| "@types/sortablejs": "^1.10.6", | ||
| "@types/yargs": "^16.0.0", | ||
| "@typescript-eslint/eslint-plugin": "^4.15.1", | ||
| "@typescript-eslint/parser": "^4.15.1", | ||
| "@typescript-eslint/eslint-plugin": "^4.15.2", | ||
| "@typescript-eslint/parser": "^4.15.2", | ||
| "@vitejs/plugin-legacy": "^1.3.1", | ||
| "@vitejs/plugin-vue": "^1.1.4", | ||
| "@vitejs/plugin-vue-jsx": "^1.1.0", | ||
| ... | ... | @@ -81,7 +80,7 @@ |
| "esno": "^0.4.4", | ||
| "fs-extra": "^9.1.0", | ||
| "http-server": "^0.12.3", | ||
| "husky": "^5.1.0", | ||
| "husky": "^5.1.1", | ||
| "is-ci": "^3.0.0", | ||
| "less": "^4.1.1", | ||
| "lint-staged": "^10.5.4", | ||
| ... | ... | @@ -95,16 +94,16 @@ |
| "stylelint-order": "^4.1.0", | ||
| "ts-node": "^9.1.1", | ||
| "typescript": "^4.1.5", | ||
| "vite": "2.0.1", | ||
| "vite-plugin-compression": "^0.2.1", | ||
| "vite-plugin-html": "^2.0.1", | ||
| "vite": "2.0.2", | ||
| "vite-plugin-compression": "^0.2.2", | ||
| "vite-plugin-html": "^2.0.2", | ||
| "vite-plugin-imagemin": "^0.2.8", | ||
| "vite-plugin-mock": "^2.1.4", | ||
| "vite-plugin-mock": "^2.1.5", | ||
| "vite-plugin-purge-icons": "^0.7.0", | ||
| "vite-plugin-pwa": "^0.5.3", | ||
| "vite-plugin-style-import": "^0.7.3", | ||
| "vite-plugin-style-import": "^0.7.4", | ||
| "vite-plugin-theme": "^0.4.8", | ||
| "vite-plugin-windicss": "0.4.7", | ||
| "vite-plugin-windicss": "0.4.9", | ||
| "vue-eslint-parser": "^7.5.0", | ||
| "yargs": "^16.2.0" | ||
| }, | ||
| ... | ... |
请
注册
或者
登录
后发表评论