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-05-14 04:00:53 +0300
committerGitHub <noreply@github.com>2022-05-14 04:00:53 +0300
commita18af553c94bfbe44e2f7ce8602e0eaab24eb0ca (patch)
tree631582e3426f3a3706a15a39bf4ce098877d10a2 /package.json
parent5f5ec0ffe14521e385ecc4c825447d120469e866 (diff)
Bump @nextcloud/l10n from 1.4.1 to 1.6.0
Bumps [@nextcloud/l10n](https://github.com/nextcloud/nextcloud-l10n) from 1.4.1 to 1.6.0. - [Release notes](https://github.com/nextcloud/nextcloud-l10n/releases) - [Changelog](https://github.com/nextcloud/nextcloud-l10n/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-l10n/commits) --- updated-dependencies: - dependency-name: "@nextcloud/l10n" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index dfab980..dc13b63 100644
--- a/package.json
+++ b/package.json
@@ -21,7 +21,7 @@
"stylelint:fix": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue --fix"
},
"dependencies": {
- "@nextcloud/l10n": "^1.4.1",
+ "@nextcloud/l10n": "^1.6.0",
"@nextcloud/vue": "^5.3.1",
"vue": "^2.6.14"
},