Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-08-22 04:20:22 +0300
committernpmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>2020-08-22 09:42:16 +0300
commit5f9b83de76f547b7f0ebc64915facb42b61569e0 (patch)
tree47b6862adbc3dc9ed05a5c95553ec6e86955a292 /package.json
parentd26fb3e2a8eb68e447a52290dc7fec9c72c707ca (diff)
Bump vue and vue-template-compiler
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.6.11 to 2.6.12 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.11...v2.6.12) Updates `vue-template-compiler` from 2.6.11 to 2.6.12 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.11...v2.6.12) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 331da47d..49e7a3fd 100644
--- a/package.json
+++ b/package.json
@@ -45,7 +45,7 @@
"qs": "^6.9.4",
"regenerator-runtime": "^0.13.7",
"url-parse": "^1.4.7",
- "vue": "^2.6.11",
+ "vue": "^2.6.12",
"vue-router": "^3.3.4",
"vuex": "^3.5.1",
"vuex-router-sync": "^5.0.0",
@@ -90,7 +90,7 @@
"stylelint-webpack-plugin": "^2.1.0",
"svg-inline-loader": "^0.8.2",
"vue-loader": "^15.9.3",
- "vue-template-compiler": "^2.6.11",
+ "vue-template-compiler": "^2.6.12",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-merge": "^5.1.1"