Fix: use new version of babel-eslint-parser

This commit is contained in:
Nelson Chan
2021-07-30 12:27:54 +08:00
parent 47b19ea2f2
commit cdaa0a54a4
3 changed files with 22 additions and 24 deletions

View File

@@ -56,11 +56,11 @@
"vue-toastification": "^2.0.0-rc.1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.13.10",
"@types/bootstrap": "^5.0.17",
"@vitejs/plugin-legacy": "^1.5.0",
"@vitejs/plugin-vue": "^1.3.0",
"@vue/compiler-sfc": "^3.1.5",
"babel-eslint": "^10.1.0",
"core-js": "^3.15.2",
"eslint": "^7.31.0",
"eslint-plugin-vue": "^7.14.0",