Skip to content

Commit

Permalink
Merge pull request #5516 from storybooks/dependabot/npm_and_yarn/vue-…
Browse files Browse the repository at this point in the history
…and-vue-template-compiler

Bump vue and vue-template-compiler
  • Loading branch information
ndelangen authored Feb 8, 2019
2 parents 61a4478 + 9b65ad6 commit b5b0784
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
4 changes: 2 additions & 2 deletions app/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
},
"devDependencies": {
"babel-preset-vue": "^2.0.2",
"vue": "^2.5.22",
"vue": "^2.6.3",
"vue-loader": "15.6.2",
"vue-template-compiler": "^2.5.22"
"vue-template-compiler": "^2.6.3"
},
"peerDependencies": {
"babel-loader": "^7.0.0 || ^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"storybook": "start-storybook -p 9009 -s public"
},
"dependencies": {
"vue": "^2.5.22",
"vue": "^2.6.3",
"vuex": "^3.1.0"
},
"devDependencies": {
Expand Down
14 changes: 8 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21086,9 +21086,10 @@ vue-style-loader@^4.1.0:
hash-sum "^1.0.2"
loader-utils "^1.0.2"

vue-template-compiler@^2.5.22:
version "2.5.22"
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.5.22.tgz#c3d3c02c65f1908205c4fbd3b0ef579e51239955"
vue-template-compiler@^2.6.3:
version "2.6.3"
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.6.3.tgz#fe76b7755b038889f5e887895745f0d2bce3f778"
integrity sha512-SQ3lJk7fwquz8fGac7MwvP9cEBZntokTWITaDrLC0zmyBKjcOfJtWZkMsv+2uSUBDD8kwz8Bsad9xmBWaNULhg==
dependencies:
de-indent "^1.0.2"
he "^1.1.0"
Expand All @@ -21097,9 +21098,10 @@ vue-template-es2015-compiler@^1.6.0:
version "1.8.1"
resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.8.1.tgz#e2ec4f42d16b6c712e61899c6b20bcdb1df128ca"

vue@^2.5.22:
version "2.5.22"
resolved "https://registry.yarnpkg.com/vue/-/vue-2.5.22.tgz#3bf88041af08b8539c37b268b70ca79245e9cc30"
vue@^2.6.3:
version "2.6.3"
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.3.tgz#180017ba25b94a9864b2921db8644e1062ea82a0"
integrity sha512-yftjtahz4UTAtOlXXuw7UaYD86fWrMDAAzqTdqJJx2FIBqcPmBN6kPBHiBJFGaQELVblb5ijbFMXsx0i0F7q3g==

vuex@^3.1.0:
version "3.1.0"
Expand Down

0 comments on commit b5b0784

Please sign in to comment.