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

github.com/nextcloud/tasks.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-08-13 15:43:44 +0300
committerGitHub <noreply@github.com>2022-08-13 15:43:44 +0300
commita59fc348c39237f53f4aaa1c973f2cdee3af8010 (patch)
treeb54057b17b59a8f7837dd71a1589b26c1a0af08a
parent31bcd934294f736f2a6d3c5179861e765a4e90cc (diff)
parent51249a323b735573379bf5005f98fb0a7327912c (diff)
Merge pull request #2069 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-6.0.0-beta.2
-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 80fd2bec..40320e12 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -20,7 +20,7 @@
"@nextcloud/logger": "^2.2.1",
"@nextcloud/moment": "^1.2.1",
"@nextcloud/router": "^2.0.0",
- "@nextcloud/vue": "^6.0.0-beta.1",
+ "@nextcloud/vue": "^6.0.0-beta.2",
"color-convert": "^2.0.1",
"debounce": "^1.2.1",
"ical.js": "^1.5.0",
@@ -2940,9 +2940,9 @@
}
},
"node_modules/@nextcloud/vue": {
- "version": "6.0.0-beta.1",
- "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-6.0.0-beta.1.tgz",
- "integrity": "sha512-KOF49Jwophp/QAaKlN0DJHGtZBB8ElU0WLvxO5TRCUNGIxXNlAjy6X0WMJxdg72aA5700wNYC2m2UFPj/e+BMw==",
+ "version": "6.0.0-beta.2",
+ "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-6.0.0-beta.2.tgz",
+ "integrity": "sha512-PNYSm4tLgnlL12fSqXHyWSvz48oqj3c3j0/LsbhEP/usGzBeTQvcNbqZhil0CqtELyZBcAw3/SWqtTRJW9+rqg==",
"dependencies": {
"@nextcloud/auth": "^1.3.0",
"@nextcloud/axios": "^1.10.0",
@@ -17947,9 +17947,9 @@
}
},
"@nextcloud/vue": {
- "version": "6.0.0-beta.1",
- "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-6.0.0-beta.1.tgz",
- "integrity": "sha512-KOF49Jwophp/QAaKlN0DJHGtZBB8ElU0WLvxO5TRCUNGIxXNlAjy6X0WMJxdg72aA5700wNYC2m2UFPj/e+BMw==",
+ "version": "6.0.0-beta.2",
+ "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-6.0.0-beta.2.tgz",
+ "integrity": "sha512-PNYSm4tLgnlL12fSqXHyWSvz48oqj3c3j0/LsbhEP/usGzBeTQvcNbqZhil0CqtELyZBcAw3/SWqtTRJW9+rqg==",
"requires": {
"@nextcloud/auth": "^1.3.0",
"@nextcloud/axios": "^1.10.0",
diff --git a/package.json b/package.json
index 042b963f..a566ef4b 100644
--- a/package.json
+++ b/package.json
@@ -37,7 +37,7 @@
"@nextcloud/logger": "^2.2.1",
"@nextcloud/moment": "^1.2.1",
"@nextcloud/router": "^2.0.0",
- "@nextcloud/vue": "^6.0.0-beta.1",
+ "@nextcloud/vue": "^6.0.0-beta.2",
"color-convert": "^2.0.1",
"debounce": "^1.2.1",
"ical.js": "^1.5.0",