Skip to content

Commit

Permalink
feat: 升级eslint相关包到最新版本
Browse files Browse the repository at this point in the history
  • Loading branch information
yuntian001 committed May 16, 2023
1 parent a29ae78 commit 3010d3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@
"autoprefixer": "^10.4.8",
"core-js": "^3.25.3",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-vue": "^9.12.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-vue": "^9.13.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"postcss-plugin-px2rem": "^0.8.1",
"prettier": "2.7.1",
"prettier": "2.8.8",
"release-it": "^15.1.1",
"rollup-plugin-visualizer": "^5.7.1",
"sass": "^1.53.0",
Expand All @@ -88,7 +88,7 @@
"vite-plugin-autogeneration-import-file": "^3.0.0",
"vite-plugin-compression": "^0.5.1",
"vite-svg-loader": "^3.4.0",
"vue-eslint-parser": "^9.2.1",
"vue-eslint-parser": "^9.3.0",
"vue-tsc": "^1.6.4",
"xregexp": "^5.1.1"
},
Expand Down
1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { resolve } from 'path';
import * as fs from 'fs';
import { ConfigEnv, UserConfigExport } from 'vite';
import autoprefixer from 'autoprefixer';
import plugins from './plugins';
Expand Down

0 comments on commit 3010d3f

Please sign in to comment.