Skip to content

Commit

Permalink
Update to Vue 2.5.17
Browse files Browse the repository at this point in the history
Fixes #4075
  • Loading branch information
jonboiser committed Aug 2, 2018
1 parent a5773e7 commit 34edbc4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@
"seededshuffle": "^0.1.1",
"shave": "^2.1.3",
"typeface-noto-sans": "^0.0.54",
"vue": "2.5.17-beta.0",
"vue": "^2.5.17",
"vue-intl": "2.1.1",
"vue-markdown": "^2.1.3",
"vue-meta": "^1.5.0",
"vue-router": "^2.1.1",
"vuex": "3.0.1"
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/test-utils": "^1.0.0-beta.13",
Expand Down Expand Up @@ -122,7 +122,7 @@
"vue-jest": "^2.6.0",
"vue-loader": "15.0.0",
"vue-style-loader": "^3.0.3",
"vue-template-compiler": "^2.5.17-beta.0",
"vue-template-compiler": "^2.5.17",
"webpack": "^4.6.0",
"webpack-bundle-size-analyzer": "^2.0.2",
"webpack-bundle-tracker": "https://github.com/learningequality/webpack-bundle-tracker",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9791,9 +9791,9 @@ vue-style-loader@^4.1.0:
hash-sum "^1.0.2"
loader-utils "^1.0.2"

vue-template-compiler@^2.5.17-beta.0:
version "2.5.17-beta.0"
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.5.17-beta.0.tgz#6653d4029bd6fc427de616ce626e7f1db63e615c"
vue-template-compiler@^2.5.17:
version "2.5.17"
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.5.17.tgz#52a4a078c327deb937482a509ae85c06f346c3cb"
dependencies:
de-indent "^1.0.2"
he "^1.1.0"
Expand All @@ -9802,11 +9802,11 @@ vue-template-es2015-compiler@^1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.6.0.tgz#dc42697133302ce3017524356a6c61b7b69b4a18"

vue@2.5.17-beta.0:
version "2.5.17-beta.0"
resolved "https://registry.yarnpkg.com/vue/-/vue-2.5.17-beta.0.tgz#b9985447818827306beee146923a1bd64f1bb834"
vue@^2.5.17:
version "2.5.17"
resolved "https://registry.yarnpkg.com/vue/-/vue-2.5.17.tgz#0f8789ad718be68ca1872629832ed533589c6ada"

vuex@3.0.1:
vuex@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/vuex/-/vuex-3.0.1.tgz#e761352ebe0af537d4bb755a9b9dc4be3df7efd2"

Expand Down

0 comments on commit 34edbc4

Please sign in to comment.