This commit is contained in:
smilerz
2021-12-07 15:25:32 -06:00
parent 729aa51901
commit c7ad9c8d15
2 changed files with 275 additions and 80 deletions

View File

@@ -49,8 +49,8 @@
"@vue/eslint-config-typescript": "^9.1.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.28.0",
"eslint-plugin-vue": "^8.0.3",
"typescript": "~4.5.2",
"eslint-plugin-vue": "^8.2.0",
"typescript": "~4.4.4",
"vue-cli-plugin-i18n": "^2.1.1",
"webpack-bundle-tracker": "1.4.0",
"workbox-expiration": "^6.3.0",
@@ -81,20 +81,8 @@
"last 2 versions",
"not dead"
],
"parserOptions": {
"parser": "@typescript-eslint/parser"
},
"rules": {
"no-unused-vars": "off"
"resolutions": {
"@vue/cli-plugin-pwa/workbox-webpack-plugin": "^5.1.3",
"coa": "2.0.2"
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"resolutions": {
"@vue/cli-plugin-pwa/workbox-webpack-plugin": "^5.1.3",
"coa": "2.0.2"
}
}