mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-10 06:02:13 +00:00
Update @vue/cli-service to 5.0.0-rc.0
This commit also updates all the Vue CLI plugins
This commit is contained in:
parent
12a50a8174
commit
2d918dbb19
@ -8,8 +8,9 @@
|
||||
"browser": true
|
||||
},
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 6,
|
||||
"sourceType": "module"
|
||||
"ecmaVersion": 2021,
|
||||
"sourceType": "module",
|
||||
"parser": "@babel/eslint-parser"
|
||||
},
|
||||
"rules": {
|
||||
"no-console": "warn",
|
||||
|
11998
package-lock.json
generated
11998
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
16
package.json
16
package.json
@ -10,12 +10,14 @@
|
||||
"vue": "^2.6.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vue/cli-plugin-babel": "~4.5.0",
|
||||
"@vue/cli-plugin-eslint": "~4.5.0",
|
||||
"@vue/cli-service": "~4.5.0",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"eslint": "^6.7.2",
|
||||
"eslint-plugin-vue": "^6.2.2",
|
||||
"vue-template-compiler": "^2.6.11"
|
||||
"@babel/core": "^7.12.16",
|
||||
"@babel/eslint-parser": "^7.12.16",
|
||||
"@vue/cli-plugin-babel": "^5.0.0-rc.0",
|
||||
"@vue/cli-plugin-eslint": "^5.0.0-rc.0",
|
||||
"@vue/cli-service": "^5.0.0-rc.0",
|
||||
"eslint": "^7.20.0",
|
||||
"eslint-plugin-vue": "^8.0.3",
|
||||
"vue-template-compiler": "^2.6.11",
|
||||
"webpack": "^5.64.0"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user