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

github.com/nextcloud/files_automatedtagging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-20 16:56:33 +0300
committerGitHub <noreply@github.com>2022-10-20 16:56:33 +0300
commita24997359e20e2e7636f5fa8a47f81c1104cf5f3 (patch)
tree935393955d57ee8877c7799c745b3f79009b890c /package.json
parent65b20d0298ca2f34ed2a847791fdbaf719b209a1 (diff)
Bump vue and vue-template-compiler
Bumps [vue](https://github.com/vuejs/core) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together. Updates `vue` from 2.7.10 to 2.7.13 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/commits) Updates `vue-template-compiler` from 2.7.10 to 2.7.13 - [Release notes](https://github.com/vuejs/vue/releases) - [Changelog](https://github.com/vuejs/vue/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue/compare/v2.7.10...v2.7.13) --- updated-dependencies: - dependency-name: vue dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: vue-template-compiler dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@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 a28a844..056c016 100644
--- a/package.json
+++ b/package.json
@@ -23,7 +23,7 @@
"dependencies": {
"@nextcloud/l10n": "^1.6.0",
"@nextcloud/vue": "^5.4.0",
- "vue": "^2.7.10"
+ "vue": "^2.7.13"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
@@ -38,6 +38,6 @@
"@nextcloud/eslint-config": "^8.1.2",
"@nextcloud/stylelint-config": "^2.3.0",
"@nextcloud/webpack-vue-config": "^5.3.0",
- "vue-template-compiler": "^2.7.10"
+ "vue-template-compiler": "^2.7.13"
}
}