Skip to content

Commit

Permalink
build!: 移除非必要低兼容性的 css 预设
Browse files Browse the repository at this point in the history
  • Loading branch information
markthree committed Jul 4, 2023
1 parent fa60044 commit 0452560
Show file tree
Hide file tree
Showing 3 changed files with 588 additions and 1,216 deletions.
23 changes: 10 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"engines": {
"node": ">=v18.16.1"
},
"packageManager": "pnpm@8.6.5",
"packageManager": "pnpm@8.6.6",
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^0.11.0",
"@intlify/unplugin-vue-i18n": "^0.12.0",
"@types/ityped": "^1.0.1",
"@types/node": "^18.16.18",
"@typescript-eslint/parser": "^5.60.1",
"@types/node": "^18.16.19",
"@typescript-eslint/parser": "^5.61.0",
"@unocss/eslint-config": "^0.53.4",
"@unocss/reset": "^0.53.4",
"@unocss/transformer-directives": "^0.53.4",
Expand All @@ -43,18 +43,16 @@
"@vueuse/core": "^10.2.1",
"@vueuse/integrations": "^10.2.1",
"axios": "^1.4.0",
"browserslist": "^4.21.9",
"c8": "^8.0.0",
"changelogen": "^0.5.3",
"changelogen": "^0.5.4",
"cross-env": "^7.0.3",
"echarts": "^5.4.2",
"eslint": "^8.43.0",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.15.1",
"husky": "^8.0.3",
"ityped": "^1.0.3",
"lightningcss": "^1.21.1",
"lint-staged": "^13.2.3",
"local-pkg": "^0.4.3",
"markdown-it-prism": "^2.3.0",
Expand All @@ -65,10 +63,9 @@
"plop": "^3.1.2",
"prettier": "^2.8.8",
"prism-theme-vars": "^0.2.4",
"taze": "^0.11.0",
"taze": "^0.11.2",
"typescript": "^5.1.6",
"unocss": "^0.53.4",
"unocss-preset-autoprefixer": "^0.0.5",
"unplugin-auto-import": "^0.16.4",
"unplugin-vue-components": "^0.25.1",
"unplugin-vue-router": "^0.6.4",
Expand All @@ -79,13 +76,13 @@
"vite-plugin-mock": "^2.9.8",
"vite-plugin-removelog": "^0.2.1",
"vite-plugin-use-modules": "^1.4.5",
"vite-plugin-vue-devtools": "^0.2.1",
"vite-plugin-vue-devtools": "^0.4.12",
"vite-plugin-vue-markdown": "^0.23.5",
"vite-plugin-vue-meta-layouts": "^0.2.2",
"vite-plugin-warmup": "^0.1.0",
"vitest": "^0.32.2",
"vitest": "^0.32.4",
"vue": "^3.3.4",
"vue-dark-switch": "^1.0.1",
"vue-dark-switch": "^1.0.3",
"vue-echarts": "^6.6.0",
"vue-i18n": "^9.2.2",
"vue-request": "2.0.3",
Expand Down
Loading

0 comments on commit 0452560

Please sign in to comment.