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

github.com/nextcloud/twofactor_totp.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-04-14 14:16:21 +0300
committerGitHub <noreply@github.com>2022-04-14 14:16:21 +0300
commit75186199fb53cbb0e2573f1ba5e2570903738183 (patch)
tree21c990ae35a638884025ad19b01635e69fa3ea1f /package.json
parentff89849f6cfa60b135b5a57f68f23fa1a074af3d (diff)
Bump @nextcloud/router from 1.2.0 to 2.0.0
Bumps [@nextcloud/router](https://github.com/nextcloud/nextcloud-router) from 1.2.0 to 2.0.0. - [Release notes](https://github.com/nextcloud/nextcloud-router/releases) - [Changelog](https://github.com/nextcloud/nextcloud-router/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-router/compare/v1.2.0...v2.0.0) --- updated-dependencies: - dependency-name: "@nextcloud/router" dependency-type: direct:production update-type: version-update:semver-major ... 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 ec80e0b..f9ad98d 100644
--- a/package.json
+++ b/package.json
@@ -23,7 +23,7 @@
"@nextcloud/initial-state": "^1.2.0",
"@nextcloud/logger": "^1.1.2",
"@nextcloud/password-confirmation": "^1.0.1",
- "@nextcloud/router": "^1.2.0",
+ "@nextcloud/router": "^2.0.0",
"vue": "^2.6.14",
"vuex": "^3.6.2"
},