Bump vue and vue-template-compiler (#249)
Bumps [vue](https://github.com/vuejs/vue) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together. Updates `vue` from 2.5.22 to 2.6.1 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.5.22...v2.6.1) Updates `vue-template-compiler` from 2.5.22 to 2.6.1 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.5.22...v2.6.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
parent
df45161682
commit
de8fe44503
2 changed files with 8 additions and 8 deletions
12
package-lock.json
generated
12
package-lock.json
generated
|
@ -14934,9 +14934,9 @@
|
|||
}
|
||||
},
|
||||
"vue": {
|
||||
"version": "2.5.22",
|
||||
"resolved": "https://registry.npmjs.org/vue/-/vue-2.5.22.tgz",
|
||||
"integrity": "sha512-pxY3ZHlXNJMFQbkjEgGVMaMMkSV1ONpz+4qB55kZuJzyJOhn6MSy/YZdzhdnumegNzVTL/Dn3Pp4UrVBYt1j/g=="
|
||||
"version": "2.6.1",
|
||||
"resolved": "https://registry.npmjs.org/vue/-/vue-2.6.1.tgz",
|
||||
"integrity": "sha512-ka6pgKZSa44+/11g+sD99Akajt0GceTnT8tagqLrQovXptgwaiLaEOHzMA/FLR07lGIfIR2UTHb69bTRBN71dA=="
|
||||
},
|
||||
"vue-click-outside": {
|
||||
"version": "1.0.7",
|
||||
|
@ -15059,9 +15059,9 @@
|
|||
}
|
||||
},
|
||||
"vue-template-compiler": {
|
||||
"version": "2.5.22",
|
||||
"resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.5.22.tgz",
|
||||
"integrity": "sha512-1VTw/NPTUeHNiwhkq6NkFzO7gYLjFCueBN0FX8NEiQIemd5EUMQ5hxrF7O0zCPo5tae+U9S/scETPea+hIz8Eg==",
|
||||
"version": "2.6.1",
|
||||
"resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.6.1.tgz",
|
||||
"integrity": "sha512-lHEnUkFcTPd99CprdTdA43hj29V1UlJiefCXWP3jJMjrz6wD1FQWEOCiCjwMXDEBstCWYscVjERtwzL0mJ1lJA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"de-indent": "^1.0.2",
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
"p-limit": "^2.1.0",
|
||||
"uuid": "^3.3.2",
|
||||
"v-tooltip": "2.0.0-rc.33",
|
||||
"vue": "^2.5.22",
|
||||
"vue": "^2.6.1",
|
||||
"vue-clipboard2": "^0.2.1",
|
||||
"vue-router": "3.0.2",
|
||||
"vuex": "^3.1.0",
|
||||
|
@ -83,7 +83,7 @@
|
|||
"vue-click-outside": "^1.0.7",
|
||||
"vue-jest": "^3.0.2",
|
||||
"vue-loader": "^15.6.2",
|
||||
"vue-template-compiler": "^2.5.22",
|
||||
"vue-template-compiler": "^2.6.1",
|
||||
"webpack": "^4.29.1",
|
||||
"webpack-cli": "^3.2.3",
|
||||
"webpack-merge": "^4.2.1"
|
||||
|
|
Loading…
Reference in a new issue