Skip to content

Commit

Permalink
chore: 去除css @ 警告
Browse files Browse the repository at this point in the history
  • Loading branch information
markthree committed Jun 13, 2022
1 parent 94d6399 commit 6dbbdc3
Show file tree
Hide file tree
Showing 3 changed files with 159 additions and 134 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"i18n-ally.localesPaths": ["locales"],
"i18n-ally.keystyle": "nested",
"i18n-ally.sourceLanguage": "zh-CN",
"css.lint.unknownAtRules": "ignore",
// 开启 eslint
"eslint.enable": true,
// 开启 prettier
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@intlify/vite-plugin-vue-i18n": "^3.4.0",
"@types/ityped": "^1.0.1",
"@types/node": "^17.0.41",
"@types/node": "^17.0.42",
"@types/nprogress": "^0.2.0",
"@typescript-eslint/parser": "^5.27.1",
"@vitejs/plugin-vue": "^2.3.3",
Expand All @@ -41,12 +41,12 @@
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^9.1.0",
"eslint-plugin-vue": "^9.1.1",
"fast-glob": "^3.2.11",
"fs-extra": "^10.1.0",
"husky": "^8.0.1",
"ityped": "^1.0.3",
"lint-staged": "^13.0.0",
"lint-staged": "^13.0.1",
"local-pkg": "^0.4.1",
"markdown-it-anchor": "^8.6.4",
"markdown-it-prism": "^2.2.4",
Expand All @@ -60,21 +60,21 @@
"unplugin-auto-import": "^0.8.7",
"unplugin-icons": "^0.14.3",
"unplugin-vue-components": "^0.19.6",
"vite": "^2.9.10",
"vite": "^2.9.12",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-inspect": "^0.5.0",
"vite-plugin-md": "^0.14.0",
"vite-plugin-md": "^0.14.1",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-pages": "^0.23.0",
"vite-plugin-removelog": "^0.0.4",
"vite-plugin-restart": "^0.1.1",
"vite-plugin-use-modules": "^1.1.0",
"vite-plugin-vue-meta-layouts": "^0.0.9",
"vite-plugin-windicss": "^1.8.4",
"vitest": "^0.14.1",
"vitest": "^0.14.2",
"vue-i18n": "^9.1.10",
"vue-request": "^1.2.4",
"vue-router": "^4.0.15",
"vue-router": "^4.0.16",
"windicss": "^3.5.4"
},
"pnpm": {
Expand Down
Loading

0 comments on commit 6dbbdc3

Please sign in to comment.