mirror of
https://github.com/nextcloud/server.git
synced 2026-03-28 13:23:49 -04:00
chore: Update @nextcloud/dialogs to 4.2.0-beta.4 for FilePicker improvments
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
927374fef8
commit
66fc35f8d4
2 changed files with 10 additions and 8 deletions
16
package-lock.json
generated
16
package-lock.json
generated
|
|
@ -17,7 +17,7 @@
|
|||
"@nextcloud/browserslist-config": "^2.3.0",
|
||||
"@nextcloud/calendar-availability-vue": "^0.6.0-alpha1",
|
||||
"@nextcloud/capabilities": "^1.0.4",
|
||||
"@nextcloud/dialogs": "^4.2.0-beta.3",
|
||||
"@nextcloud/dialogs": "^4.2.0-beta.4",
|
||||
"@nextcloud/event-bus": "^3.0.2",
|
||||
"@nextcloud/files": "^3.0.0-beta.8",
|
||||
"@nextcloud/initial-state": "^2.0.0",
|
||||
|
|
@ -3742,10 +3742,11 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@nextcloud/dialogs": {
|
||||
"version": "4.2.0-beta.3",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-4.2.0-beta.3.tgz",
|
||||
"integrity": "sha512-BrD+nB9l73kC3i/7TW+ng+2AwqyqJBwAnShOErNJcgZGKGFqBx6ZYq2rP4pEhVmDKrUPojS0ZSkiLtamt206lg==",
|
||||
"version": "4.2.0-beta.4",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-4.2.0-beta.4.tgz",
|
||||
"integrity": "sha512-nk3hvO2DrxVGvj8U03feJVQuOZadiIxvtylxqYO/2/5ZS6ETUVRZgNFa5hK3Kf+a/OEkznVOxWTYOB2JbgRAzQ==",
|
||||
"dependencies": {
|
||||
"@mdi/svg": "^7.2.96",
|
||||
"@nextcloud/files": "^3.0.0-beta.14",
|
||||
"@nextcloud/l10n": "^2.2.0",
|
||||
"@nextcloud/router": "^2.1.2",
|
||||
|
|
@ -29262,10 +29263,11 @@
|
|||
"requires": {}
|
||||
},
|
||||
"@nextcloud/dialogs": {
|
||||
"version": "4.2.0-beta.3",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-4.2.0-beta.3.tgz",
|
||||
"integrity": "sha512-BrD+nB9l73kC3i/7TW+ng+2AwqyqJBwAnShOErNJcgZGKGFqBx6ZYq2rP4pEhVmDKrUPojS0ZSkiLtamt206lg==",
|
||||
"version": "4.2.0-beta.4",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-4.2.0-beta.4.tgz",
|
||||
"integrity": "sha512-nk3hvO2DrxVGvj8U03feJVQuOZadiIxvtylxqYO/2/5ZS6ETUVRZgNFa5hK3Kf+a/OEkznVOxWTYOB2JbgRAzQ==",
|
||||
"requires": {
|
||||
"@mdi/svg": "^7.2.96",
|
||||
"@nextcloud/files": "^3.0.0-beta.14",
|
||||
"@nextcloud/l10n": "^2.2.0",
|
||||
"@nextcloud/router": "^2.1.2",
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
"@nextcloud/browserslist-config": "^2.3.0",
|
||||
"@nextcloud/calendar-availability-vue": "^0.6.0-alpha1",
|
||||
"@nextcloud/capabilities": "^1.0.4",
|
||||
"@nextcloud/dialogs": "^4.2.0-beta.3",
|
||||
"@nextcloud/dialogs": "^4.2.0-beta.4",
|
||||
"@nextcloud/event-bus": "^3.0.2",
|
||||
"@nextcloud/files": "^3.0.0-beta.8",
|
||||
"@nextcloud/initial-state": "^2.0.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue