diff options
author | dependabot[bot] <support@dependabot.com> | 2019-02-05 18:50:45 +0000 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-02-07 16:49:45 +0100 |
commit | 89ae1f734e6997599193150185df0c131af6d2ca (patch) | |
tree | 1790350ea60e2330c7862e5c618b1c9df91ca160 /apps/updatenotification/package.json | |
parent | 6dc21fff45abbb2bde2611a82c746f873389bfd7 (diff) | |
download | nextcloud-server-89ae1f734e6997599193150185df0c131af6d2ca.tar.gz nextcloud-server-89ae1f734e6997599193150185df0c131af6d2ca.zip |
Bump vue and vue-template-compiler in /apps/updatenotification
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.22 to 2.6.2
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/compare/v2.5.22...v2.6.2)
Updates `vue-template-compiler` from 2.5.22 to 2.6.2
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/compare/v2.5.22...v2.6.2)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/updatenotification/package.json')
-rw-r--r-- | apps/updatenotification/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/updatenotification/package.json b/apps/updatenotification/package.json index d32f75e4c4a..a63af462337 100644 --- a/apps/updatenotification/package.json +++ b/apps/updatenotification/package.json @@ -25,7 +25,7 @@ "dependencies": { "nextcloud-vue": "^0.6.1", "v-tooltip": "^2.0.0-rc.33", - "vue": "^2.5.22", + "vue": "^2.6.2", "vue-click-outside": "^1.0.7" }, "devDependencies": { @@ -38,8 +38,8 @@ "sass-loader": "^7.1.0", "style-loader": "^0.23.1", "vue-loader": "^15.6.2", - "vue-template-compiler": "^2.5.22", - "webpack": "^4.29.1", + "vue-template-compiler": "^2.6.2", + "webpack": "^4.29.2", "webpack-cli": "^3.2.3", "webpack-merge": "^4.2.1" } |