Skip to content

Commit

Permalink
chore: update vue-template-compiler version
Browse files Browse the repository at this point in the history
(cherry picked from commit 88cf38b)
  • Loading branch information
sodatea committed May 25, 2019
1 parent f9f6afa commit 7597c60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/@vue/cli-service/generator/index.js
Expand Up @@ -12,7 +12,7 @@ module.exports = (api, options) => {
'vue': '^2.6.10'
},
devDependencies: {
'vue-template-compiler': '^2.5.21'
'vue-template-compiler': '^2.6.10'
},
'postcss': {
'plugins': {
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-ui-addon-webpack/package.json
Expand Up @@ -26,7 +26,7 @@
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue-progress-path": "^0.0.2",
"vue-template-compiler": "^2.5.21",
"vue-template-compiler": "^2.6.10",
"vuex": "^3.0.1"
},
"browserslist": [
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-ui-addon-widgets/package.json
Expand Up @@ -25,7 +25,7 @@
"eslint": "^5.16.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue-template-compiler": "^2.5.21"
"vue-template-compiler": "^2.6.10"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 7597c60

Please sign in to comment.