chore(deps): bump vue and vue-template-compiler (#96)
parent
b58bc414bf
commit
9f8685bf10
|
@ -10681,9 +10681,9 @@
|
|||
}
|
||||
},
|
||||
"vue": {
|
||||
"version": "2.6.2",
|
||||
"resolved": "https://registry.npmjs.org/vue/-/vue-2.6.2.tgz",
|
||||
"integrity": "sha512-NZAb0H+t3/99g2nygURcEJ+ncvzNLPiEiFI5MGhc1Cjsw5uYprF+Ol7SOd1RXPcmVVzK7jUBl0th2tNgt+VQDg=="
|
||||
"version": "2.6.3",
|
||||
"resolved": "https://registry.npmjs.org/vue/-/vue-2.6.3.tgz",
|
||||
"integrity": "sha512-yftjtahz4UTAtOlXXuw7UaYD86fWrMDAAzqTdqJJx2FIBqcPmBN6kPBHiBJFGaQELVblb5ijbFMXsx0i0F7q3g=="
|
||||
},
|
||||
"vue-eslint-parser": {
|
||||
"version": "2.0.3",
|
||||
|
@ -10750,9 +10750,9 @@
|
|||
}
|
||||
},
|
||||
"vue-template-compiler": {
|
||||
"version": "2.6.2",
|
||||
"resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.6.2.tgz",
|
||||
"integrity": "sha512-2dBKNCtBPdx1TFef7T4zwF8IjOx2xbMNryCtFzneP+XIonJwOtnkq4s1mhKv8W79gXcGINQWtuaxituGAcuSnA==",
|
||||
"version": "2.6.3",
|
||||
"resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.6.3.tgz",
|
||||
"integrity": "sha512-SQ3lJk7fwquz8fGac7MwvP9cEBZntokTWITaDrLC0zmyBKjcOfJtWZkMsv+2uSUBDD8kwz8Bsad9xmBWaNULhg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"de-indent": "^1.0.2",
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
"moment": "^2.24.0",
|
||||
"normalize.css": "^8.0.1",
|
||||
"noty": "^3.2.0-beta",
|
||||
"vue": "^2.6.2",
|
||||
"vue": "^2.6.3",
|
||||
"vue-i18n": "^8.8.0",
|
||||
"vue-router": "^3.0.2",
|
||||
"vuex": "^3.1.0",
|
||||
|
@ -30,7 +30,7 @@
|
|||
"babel-eslint": "^10.0.1",
|
||||
"eslint": "^5.13.0",
|
||||
"eslint-plugin-vue": "^5.1.0",
|
||||
"vue-template-compiler": "^2.6.2"
|
||||
"vue-template-compiler": "^2.6.3"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"root": true,
|
||||
|
|
Loading…
Reference in New Issue