diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2023-07-07 14:59:58 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-07-18 23:53:04 +0200 |
commit | bb9c7ee75c431ef085952af4b48763a5d3ae1277 (patch) | |
tree | 85bd63279dc97a5c3a3becf7a4b62abf87f2846b /package-lock.json | |
parent | d3393af978aa259116ad40c12499062cda80a330 (diff) | |
download | nextcloud-server-bb9c7ee75c431ef085952af4b48763a5d3ae1277.tar.gz nextcloud-server-bb9c7ee75c431ef085952af4b48763a5d3ae1277.zip |
fix(files): default emptycontent message
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/package-lock.json b/package-lock.json index 84db7397bdd..70b360e045a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@nextcloud/paths": "^2.1.0", "@nextcloud/router": "^2.1.2", "@nextcloud/sharing": "^0.1.0", - "@nextcloud/vue": "^7.12.0", + "@nextcloud/vue": "^7.12.1", "@nextcloud/vue-dashboard": "^2.0.1", "@skjnldsv/sanitize-svg": "^1.0.2", "@vueuse/components": "^10.2.0", @@ -3873,9 +3873,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "7.12.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.12.0.tgz", - "integrity": "sha512-f7x3YFBzc/mt27F7AU+ITLmGCwRpVM0aVTF+DxjaOdelQNTYZBuFJCCOk6nC+x+gg/KWLIxeWm/NWDxToCstbQ==", + "version": "7.12.1", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.12.1.tgz", + "integrity": "sha512-j3wWgUkGEbq6cEdgdiG8VWWgqEd8YvKhK64o1eKbLP3OlVkcrqXfiRmPm1SafPVureGr/Yp/Ty/zIZnHBjxlNg==", "dependencies": { "@floating-ui/dom": "^1.1.0", "@nextcloud/auth": "^2.0.0", @@ -3897,7 +3897,7 @@ "emoji-mart-vue-fast": "^12.0.1", "escape-html": "^1.0.3", "floating-vue": "^1.0.0-beta.19", - "focus-trap": "^7.1.0", + "focus-trap": "^7.4.3", "hammerjs": "^2.0.8", "linkify-string": "^4.0.0", "md5": "^2.3.0", @@ -30005,9 +30005,9 @@ } }, "@nextcloud/vue": { - "version": "7.12.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.12.0.tgz", - "integrity": "sha512-f7x3YFBzc/mt27F7AU+ITLmGCwRpVM0aVTF+DxjaOdelQNTYZBuFJCCOk6nC+x+gg/KWLIxeWm/NWDxToCstbQ==", + "version": "7.12.1", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.12.1.tgz", + "integrity": "sha512-j3wWgUkGEbq6cEdgdiG8VWWgqEd8YvKhK64o1eKbLP3OlVkcrqXfiRmPm1SafPVureGr/Yp/Ty/zIZnHBjxlNg==", "requires": { "@floating-ui/dom": "^1.1.0", "@nextcloud/auth": "^2.0.0", @@ -30029,7 +30029,7 @@ "emoji-mart-vue-fast": "^12.0.1", "escape-html": "^1.0.3", "floating-vue": "^1.0.0-beta.19", - "focus-trap": "^7.1.0", + "focus-trap": "^7.4.3", "hammerjs": "^2.0.8", "linkify-string": "^4.0.0", "md5": "^2.3.0", |