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

github.com/nextcloud/notifications.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-15 07:28:38 +0300
committerGitHub <noreply@github.com>2022-10-15 07:28:38 +0300
commit87954439d1ea74f25201f72e176e4356de18d72e (patch)
treedf600187a2b5e320da7456c918d700e8b5ff4584
parent0646c6b51e1aa2cee6b14fc032ef14b7cf083bca (diff)
Bump @nextcloud/vue from 7.0.0-beta.7 to 7.0.0
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 7.0.0-beta.7 to 7.0.0. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v7.0.0-beta.7...v7.0.0) --- updated-dependencies: - dependency-name: "@nextcloud/vue" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 8776c89..d478959 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -18,7 +18,7 @@
"@nextcloud/moment": "^1.2.1",
"@nextcloud/notify_push": "^1.1.2",
"@nextcloud/router": "^2.0.0",
- "@nextcloud/vue": "^7.0.0-beta.7",
+ "@nextcloud/vue": "^7.0.0",
"@nextcloud/vue-richtext": "^2.0.4",
"howler": "^2.2.3",
"v-click-outside": "^3.2.0",
@@ -2220,9 +2220,9 @@
}
},
"node_modules/@nextcloud/vue": {
- "version": "7.0.0-beta.7",
- "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.0.0-beta.7.tgz",
- "integrity": "sha512-PCyTMljVvEUjkFWs56LPF9HCh0hVPVSRMxTq5TEdCnEUysb+Ku3l4IzQyfAjD6CmsmauiKahNZBFh+Qg7gqxdA==",
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.0.0.tgz",
+ "integrity": "sha512-x+JAWCdL30qpxx4u4Ggdlg+l33f8ajX/qP5mZ3o4fshSDSZnz+d8kvnPoQXC6zRcdvNKzpgzCFe80I+G0q/QRQ==",
"dependencies": {
"@nextcloud/auth": "^2.0.0",
"@nextcloud/axios": "^2.0.0",
@@ -13982,9 +13982,9 @@
}
},
"@nextcloud/vue": {
- "version": "7.0.0-beta.7",
- "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.0.0-beta.7.tgz",
- "integrity": "sha512-PCyTMljVvEUjkFWs56LPF9HCh0hVPVSRMxTq5TEdCnEUysb+Ku3l4IzQyfAjD6CmsmauiKahNZBFh+Qg7gqxdA==",
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.0.0.tgz",
+ "integrity": "sha512-x+JAWCdL30qpxx4u4Ggdlg+l33f8ajX/qP5mZ3o4fshSDSZnz+d8kvnPoQXC6zRcdvNKzpgzCFe80I+G0q/QRQ==",
"requires": {
"@nextcloud/auth": "^2.0.0",
"@nextcloud/axios": "^2.0.0",
diff --git a/package.json b/package.json
index db6b752..b1e9277 100644
--- a/package.json
+++ b/package.json
@@ -24,7 +24,7 @@
"@nextcloud/moment": "^1.2.1",
"@nextcloud/notify_push": "^1.1.2",
"@nextcloud/router": "^2.0.0",
- "@nextcloud/vue": "^7.0.0-beta.7",
+ "@nextcloud/vue": "^7.0.0",
"@nextcloud/vue-richtext": "^2.0.4",
"howler": "^2.2.3",
"v-click-outside": "^3.2.0",