chore(deps): bump vue and vue-template-compiler (#95)

This commit is contained in:
dependabot[bot] 2019-02-06 19:27:56 +00:00 committed by Henrique Dias
parent 0b81723118
commit b58bc414bf
2 changed files with 8 additions and 8 deletions

12
package-lock.json generated
View File

@ -10681,9 +10681,9 @@
} }
}, },
"vue": { "vue": {
"version": "2.5.22", "version": "2.6.2",
"resolved": "https://registry.npmjs.org/vue/-/vue-2.5.22.tgz", "resolved": "https://registry.npmjs.org/vue/-/vue-2.6.2.tgz",
"integrity": "sha512-pxY3ZHlXNJMFQbkjEgGVMaMMkSV1ONpz+4qB55kZuJzyJOhn6MSy/YZdzhdnumegNzVTL/Dn3Pp4UrVBYt1j/g==" "integrity": "sha512-NZAb0H+t3/99g2nygURcEJ+ncvzNLPiEiFI5MGhc1Cjsw5uYprF+Ol7SOd1RXPcmVVzK7jUBl0th2tNgt+VQDg=="
}, },
"vue-eslint-parser": { "vue-eslint-parser": {
"version": "2.0.3", "version": "2.0.3",
@ -10750,9 +10750,9 @@
} }
}, },
"vue-template-compiler": { "vue-template-compiler": {
"version": "2.5.22", "version": "2.6.2",
"resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.5.22.tgz", "resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.6.2.tgz",
"integrity": "sha512-1VTw/NPTUeHNiwhkq6NkFzO7gYLjFCueBN0FX8NEiQIemd5EUMQ5hxrF7O0zCPo5tae+U9S/scETPea+hIz8Eg==", "integrity": "sha512-2dBKNCtBPdx1TFef7T4zwF8IjOx2xbMNryCtFzneP+XIonJwOtnkq4s1mhKv8W79gXcGINQWtuaxituGAcuSnA==",
"dev": true, "dev": true,
"requires": { "requires": {
"de-indent": "^1.0.2", "de-indent": "^1.0.2",

View File

@ -17,7 +17,7 @@
"moment": "^2.24.0", "moment": "^2.24.0",
"normalize.css": "^8.0.1", "normalize.css": "^8.0.1",
"noty": "^3.2.0-beta", "noty": "^3.2.0-beta",
"vue": "^2.5.22", "vue": "^2.6.2",
"vue-i18n": "^8.8.0", "vue-i18n": "^8.8.0",
"vue-router": "^3.0.2", "vue-router": "^3.0.2",
"vuex": "^3.1.0", "vuex": "^3.1.0",
@ -30,7 +30,7 @@
"babel-eslint": "^10.0.1", "babel-eslint": "^10.0.1",
"eslint": "^5.13.0", "eslint": "^5.13.0",
"eslint-plugin-vue": "^5.1.0", "eslint-plugin-vue": "^5.1.0",
"vue-template-compiler": "^2.5.22" "vue-template-compiler": "^2.6.2"
}, },
"eslintConfig": { "eslintConfig": {
"root": true, "root": true,