Skip to content

Commit

Permalink
chore: use @halo-dev/ui-plugin-bundler-kit to refactor vite config
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Wang <[email protected]>
  • Loading branch information
ruibaby committed Dec 2, 2023
1 parent e0bb8ae commit d070d4b
Show file tree
Hide file tree
Showing 3 changed files with 476 additions and 479 deletions.
55 changes: 28 additions & 27 deletions console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,50 +8,51 @@
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"@halo-dev/api-client": "^2.9.0",
"@halo-dev/components": "^1.8.0",
"@halo-dev/console-shared": "^2.9.0",
"@tanstack/vue-query": "^4.34.4",
"@vueuse/core": "^10.4.1",
"@vueuse/router": "^10.4.1",
"axios": "^1.5.0",
"dayjs": "^1.11.9",
"github-markdown-css": "^5.2.0",
"@halo-dev/api-client": "^2.11.0",
"@halo-dev/components": "^1.10.0",
"@halo-dev/console-shared": "^2.11.0",
"@tanstack/vue-query": "^4.37.1",
"@vueuse/core": "^10.6.1",
"@vueuse/router": "^10.6.1",
"axios": "^1.6.2",
"dayjs": "^1.11.10",
"github-markdown-css": "^5.4.0",
"pretty-bytes": "^6.1.1",
"qs": "^6.11.2",
"semver": "^7.5.4",
"vue": "^3.3.4",
"vue-i18n": "^9.2.2",
"vue-router": "^4.2.4"
"vue": "^3.3.9",
"vue-i18n": "^9.8.0",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@iconify/json": "^2.2.110",
"@rushstack/eslint-patch": "^1.3.3",
"@halo-dev/ui-plugin-bundler-kit": "^1.0.0",
"@iconify/json": "^2.2.150",
"@rushstack/eslint-patch": "^1.6.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tsconfig/node18": "^2.0.1",
"@types/jsdom": "^20.0.1",
"@types/node": "^18.17.14",
"@types/semver": "^7.5.1",
"@vitejs/plugin-vue": "^4.3.4",
"@types/node": "^18.19.1",
"@types/semver": "^7.5.6",
"@vitejs/plugin-vue": "^4.5.1",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/test-utils": "^2.4.1",
"@vue/test-utils": "^2.4.3",
"@vue/tsconfig": "^0.4.0",
"autoprefixer": "^10.4.15",
"eslint": "^8.48.0",
"eslint-plugin-vue": "^9.17.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.55.0",
"eslint-plugin-vue": "^9.19.2",
"jsdom": "^19.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.29",
"postcss": "^8.4.32",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.1.13",
"sass": "^1.66.1",
"tailwindcss": "^3.3.3",
"sass": "^1.69.5",
"tailwindcss": "^3.3.5",
"typescript": "~5.0.4",
"unplugin-icons": "^0.15.3",
"unplugin-vue-markdown": "^0.24.3",
"vite": "^4.4.9",
"vitest": "^0.34.5",
"vue-tsc": "^1.8.8"
"vite": "^4.5.0",
"vitest": "^0.34.6",
"vue-tsc": "^1.8.24"
}
}
Loading

0 comments on commit d070d4b

Please sign in to comment.