summaryrefslogtreecommitdiffstats
path: root/package-lock.json
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2023-05-04 14:29:25 +0200
committerGitHub <noreply@github.com>2023-05-04 14:29:25 +0200
commit425fbcbe574dbb94c8cb37b8be7f0ed42d78bc3a (patch)
treeb91fc00ab1ef848f7ead46973e49ecda7cc2a34b /package-lock.json
parent217a59c81564d75146229be2ad749cf19d19d1db (diff)
parentc9a8dfe0363feea8612f01f65a5692386b2d4a5d (diff)
Merge pull request #9336 from nextcloud/feat/9295/editor-viewer-while-in-a-call
Editor/Viewer while in a call (Viewer Overlay Call View)
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json
index be7f035cf..0050ccd79 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9,6 +9,7 @@
"version": "17.0.0",
"license": "agpl",
"dependencies": {
+ "@linusborg/vue-simple-portal": "^0.1.5",
"@nextcloud/auth": "^2.0.0",
"@nextcloud/axios": "^2.3.0",
"@nextcloud/browser-storage": "^0.2.0",
@@ -2615,6 +2616,17 @@
"dev": true,
"peer": true
},
+ "node_modules/@linusborg/vue-simple-portal": {
+ "version": "0.1.5",
+ "resolved": "https://registry.npmjs.org/@linusborg/vue-simple-portal/-/vue-simple-portal-0.1.5.tgz",
+ "integrity": "sha512-dq+oubEVW4UabBoQxmH97GiDa+F6sTomw4KcXFHnXEpw69rdkXFCxo1WzwuvWjoLiUVYJTyN1dtlUvTa50VcXg==",
+ "dependencies": {
+ "nanoid": "^3.1.20"
+ },
+ "peerDependencies": {
+ "vue": "^2.6.6"
+ }
+ },
"node_modules/@mapbox/hast-util-table-cell-style": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/@mapbox/hast-util-table-cell-style/-/hast-util-table-cell-style-0.2.0.tgz",
@@ -20280,6 +20292,14 @@
"dev": true,
"peer": true
},
+ "@linusborg/vue-simple-portal": {
+ "version": "0.1.5",
+ "resolved": "https://registry.npmjs.org/@linusborg/vue-simple-portal/-/vue-simple-portal-0.1.5.tgz",
+ "integrity": "sha512-dq+oubEVW4UabBoQxmH97GiDa+F6sTomw4KcXFHnXEpw69rdkXFCxo1WzwuvWjoLiUVYJTyN1dtlUvTa50VcXg==",
+ "requires": {
+ "nanoid": "^3.1.20"
+ }
+ },
"@mapbox/hast-util-table-cell-style": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/@mapbox/hast-util-table-cell-style/-/hast-util-table-cell-style-0.2.0.tgz",