Skip to content

Commit

Permalink
chore(deps): bump vue and vue-template-compiler (#72)
Browse files Browse the repository at this point in the history
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.21 to 2.5.22
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](vuejs/vue@v2.5.21...v2.5.22)

Updates `vue-template-compiler` from 2.5.21 to 2.5.22
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](vuejs/vue@v2.5.21...v2.5.22)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot[bot] authored and hacdias committed Jan 14, 2019
1 parent 2ed87fe commit bc518a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"moment": "^2.23.0",
"normalize.css": "^8.0.1",
"noty": "^3.2.0-beta",
"vue": "^2.5.21",
"vue": "^2.5.22",
"vue-i18n": "^8.7.0",
"vue-router": "^3.0.2",
"vuex": "^3.0.1",
Expand All @@ -30,7 +30,7 @@
"babel-eslint": "^10.0.1",
"eslint": "^5.12.0",
"eslint-plugin-vue": "^5.1.0",
"vue-template-compiler": "^2.5.21"
"vue-template-compiler": "^2.5.22"
},
"eslintConfig": {
"root": true,
Expand Down

0 comments on commit bc518a0

Please sign in to comment.