Skip to content

Commit

Permalink
chore: update vue-template-compiler version
Browse files Browse the repository at this point in the history
  • Loading branch information
sodatea committed May 24, 2019
1 parent 197fd92 commit 88cf38b
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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 88cf38b

Please sign in to comment.