chore(deps-dev): bump eslint-plugin-vue from 5.2.1 to 5.2.2 (#106)

pull/739/head
dependabot[bot] 2019-02-19 18:40:56 +00:00 committed by Henrique Dias
parent 486dfe4e63
commit 0f1b69b625
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -4349,9 +4349,9 @@
} }
}, },
"eslint-plugin-vue": { "eslint-plugin-vue": {
"version": "5.2.1", "version": "5.2.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-5.2.1.tgz", "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-5.2.2.tgz",
"integrity": "sha512-KPrv7Yau1B7PUB+TiEh0bw1lyzQjLp0npfAn7WbkQQFobgwXv4LqmQFBhYXEdXmxSBU/oZ46yBHoTo70RRivUA==", "integrity": "sha512-CtGWH7IB0DA6BZOwcV9w9q3Ri6Yuo8qMjx05SmOGJ6X6E0Yo3y9E/gQ5tuNxg2dEt30tRnBoFTbvtmW9iEoyHA==",
"dev": true, "dev": true,
"requires": { "requires": {
"vue-eslint-parser": "^5.0.0" "vue-eslint-parser": "^5.0.0"

View File

@ -29,7 +29,7 @@
"@vue/cli-service": "^3.4.0", "@vue/cli-service": "^3.4.0",
"babel-eslint": "^10.0.1", "babel-eslint": "^10.0.1",
"eslint": "^5.14.0", "eslint": "^5.14.0",
"eslint-plugin-vue": "^5.2.1", "eslint-plugin-vue": "^5.2.2",
"vue-template-compiler": "^2.6.6" "vue-template-compiler": "^2.6.6"
}, },
"eslintConfig": { "eslintConfig": {