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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené Gieling <github@dartcafe.de>2022-10-17 10:16:55 +0300
committerGitHub <noreply@github.com>2022-10-17 10:16:55 +0300
commite57741353cd50f2d4b790b836fbf816aa93390a3 (patch)
tree64f8719a43aebb70e5d6812b70a043ceb8cb4fa3
parente72a322896739602e3d3a27403bc8d9b65b10d0d (diff)
parentf4d9e66afd1c8975dfbdbb02116e617f733b4015 (diff)
Merge pull request #2634 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-7.0.1
Bump @nextcloud/vue from 7.0.0 to 7.0.1
-rw-r--r--package-lock.json38
-rw-r--r--package.json2
2 files changed, 30 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json
index f4e3b4c4..9c0062bd 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -17,7 +17,7 @@
"@nextcloud/l10n": "^1.6.0",
"@nextcloud/moment": "^1.2.1",
"@nextcloud/router": "^2.0.0",
- "@nextcloud/vue": "^7.0.0",
+ "@nextcloud/vue": "^7.0.1",
"@nextcloud/vue-richtext": "^2.0.4",
"core-js": "^3.25.5",
"dompurify": "^2.4.0",
@@ -2177,6 +2177,18 @@
"node": ">=10"
}
},
+ "node_modules/@nextcloud/focus-trap": {
+ "version": "0.1.0-beta",
+ "resolved": "https://registry.npmjs.org/@nextcloud/focus-trap/-/focus-trap-0.1.0-beta.tgz",
+ "integrity": "sha512-c6mrUrvDGRVkYfUGAJl7o2lxA/iIMF46XgBdCGCnCJFISFqHoWYGQoG6adc6w2IL7uhGka+lzy38szz+WUYpkA==",
+ "dependencies": {
+ "focus-trap": "^7.0.0"
+ },
+ "engines": {
+ "node": "^16.0.0",
+ "npm": "^7.0.0 || ^8.0.0"
+ }
+ },
"node_modules/@nextcloud/initial-state": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-2.0.0.tgz",
@@ -2291,9 +2303,9 @@
}
},
"node_modules/@nextcloud/vue": {
- "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==",
+ "version": "7.0.1",
+ "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.0.1.tgz",
+ "integrity": "sha512-VwukKyu2ytFLYVrLHKN+waC4xuZaaFdns5+bKX8PzYfqjhjMDbjaZubCb4VkCISsaNqfcnJiE6Rkxtw4mwI8Pw==",
"dependencies": {
"@nextcloud/auth": "^2.0.0",
"@nextcloud/axios": "^2.0.0",
@@ -2302,6 +2314,7 @@
"@nextcloud/capabilities": "^1.0.4",
"@nextcloud/dialogs": "^3.1.4",
"@nextcloud/event-bus": "^3.0.0",
+ "@nextcloud/focus-trap": "^0.1.0-beta",
"@nextcloud/initial-state": "^2.0.0",
"@nextcloud/l10n": "^1.6.0",
"@nextcloud/logger": "^2.2.1",
@@ -2310,7 +2323,6 @@
"emoji-mart-vue-fast": "^11.1.1",
"escape-html": "^1.0.3",
"floating-vue": "^1.0.0-beta.18",
- "focus-trap": "^7.0.0",
"hammerjs": "^2.0.8",
"linkify-string": "^4.0.0",
"md5": "^2.3.0",
@@ -13742,6 +13754,14 @@
}
}
},
+ "@nextcloud/focus-trap": {
+ "version": "0.1.0-beta",
+ "resolved": "https://registry.npmjs.org/@nextcloud/focus-trap/-/focus-trap-0.1.0-beta.tgz",
+ "integrity": "sha512-c6mrUrvDGRVkYfUGAJl7o2lxA/iIMF46XgBdCGCnCJFISFqHoWYGQoG6adc6w2IL7uhGka+lzy38szz+WUYpkA==",
+ "requires": {
+ "focus-trap": "^7.0.0"
+ }
+ },
"@nextcloud/initial-state": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-2.0.0.tgz",
@@ -13844,9 +13864,9 @@
}
},
"@nextcloud/vue": {
- "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==",
+ "version": "7.0.1",
+ "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.0.1.tgz",
+ "integrity": "sha512-VwukKyu2ytFLYVrLHKN+waC4xuZaaFdns5+bKX8PzYfqjhjMDbjaZubCb4VkCISsaNqfcnJiE6Rkxtw4mwI8Pw==",
"requires": {
"@nextcloud/auth": "^2.0.0",
"@nextcloud/axios": "^2.0.0",
@@ -13855,6 +13875,7 @@
"@nextcloud/capabilities": "^1.0.4",
"@nextcloud/dialogs": "^3.1.4",
"@nextcloud/event-bus": "^3.0.0",
+ "@nextcloud/focus-trap": "^0.1.0-beta",
"@nextcloud/initial-state": "^2.0.0",
"@nextcloud/l10n": "^1.6.0",
"@nextcloud/logger": "^2.2.1",
@@ -13863,7 +13884,6 @@
"emoji-mart-vue-fast": "^11.1.1",
"escape-html": "^1.0.3",
"floating-vue": "^1.0.0-beta.18",
- "focus-trap": "^7.0.0",
"hammerjs": "^2.0.8",
"linkify-string": "^4.0.0",
"md5": "^2.3.0",
diff --git a/package.json b/package.json
index 9640773b..e84827f9 100644
--- a/package.json
+++ b/package.json
@@ -43,7 +43,7 @@
"@nextcloud/l10n": "^1.6.0",
"@nextcloud/moment": "^1.2.1",
"@nextcloud/router": "^2.0.0",
- "@nextcloud/vue": "^7.0.0",
+ "@nextcloud/vue": "^7.0.1",
"@nextcloud/vue-richtext": "^2.0.4",
"core-js": "^3.25.5",
"dompurify": "^2.4.0",