chore(deps-dev): bump eslint from 5.15.0 to 5.15.1 (#114)

pull/739/head
dependabot[bot] 2019-03-05 14:45:51 +00:00 committed by Henrique Dias
parent ec78f67abd
commit 2b1305a315
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -4168,9 +4168,9 @@
"dev": true
},
"eslint": {
"version": "5.15.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-5.15.0.tgz",
"integrity": "sha512-xwG7SS5JLeqkiR3iOmVgtF8Y6xPdtr6AAsN6ph7Q6R/fv+3UlKYoika8SmNzmb35qdRF+RfTY35kMEdtbi+9wg==",
"version": "5.15.1",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-5.15.1.tgz",
"integrity": "sha512-NTcm6vQ+PTgN3UBsALw5BMhgO6i5EpIjQF/Xb5tIh3sk9QhrFafujUOczGz4J24JBlzWclSB9Vmx8d+9Z6bFCg==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.0.0",

View File

@ -28,7 +28,7 @@
"@vue/cli-plugin-eslint": "^3.4.1",
"@vue/cli-service": "^3.4.1",
"babel-eslint": "^10.0.1",
"eslint": "^5.15.0",
"eslint": "^5.15.1",
"eslint-plugin-vue": "^5.2.2",
"vue-template-compiler": "^2.6.8"
},