mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
chore: Update @nextcloud/dialogs to 4.2.1
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
b06bff7922
commit
9b4a42db52
8 changed files with 16 additions and 16 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
4
dist/core-common.js
vendored
4
dist/core-common.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-common.js.map
vendored
2
dist/core-common.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/files-main.js
vendored
4
dist/files-main.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files-main.js.map
vendored
2
dist/files-main.js.map
vendored
File diff suppressed because one or more lines are too long
14
package-lock.json
generated
14
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",
|
||||
"@nextcloud/dialogs": "^4.2.1",
|
||||
"@nextcloud/event-bus": "^3.0.2",
|
||||
"@nextcloud/files": "^3.0.0-beta.8",
|
||||
"@nextcloud/initial-state": "^2.0.0",
|
||||
|
|
@ -3743,9 +3743,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@nextcloud/dialogs": {
|
||||
"version": "4.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-4.2.0.tgz",
|
||||
"integrity": "sha512-RILlVc/KpTONa1g7KKx3IY2ugc5ZOToOhn3vQYGzLUvjQpiNgM7vFY2jcR6vfE+4W+OSJNZDCcvabA7MHmavVw==",
|
||||
"version": "4.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-4.2.1.tgz",
|
||||
"integrity": "sha512-rimwdQ2AsE1X4cr5Z7EkWbtTSQyb/jXNNA4ZEZtcS3uBdRjwr0dbnvml7OhXCwrBjeYmn7+xT49MwoREO4DBAQ==",
|
||||
"dependencies": {
|
||||
"@mdi/svg": "^7.2.96",
|
||||
"@nextcloud/files": "^3.0.0-beta.14",
|
||||
|
|
@ -29439,9 +29439,9 @@
|
|||
"requires": {}
|
||||
},
|
||||
"@nextcloud/dialogs": {
|
||||
"version": "4.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-4.2.0.tgz",
|
||||
"integrity": "sha512-RILlVc/KpTONa1g7KKx3IY2ugc5ZOToOhn3vQYGzLUvjQpiNgM7vFY2jcR6vfE+4W+OSJNZDCcvabA7MHmavVw==",
|
||||
"version": "4.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-4.2.1.tgz",
|
||||
"integrity": "sha512-rimwdQ2AsE1X4cr5Z7EkWbtTSQyb/jXNNA4ZEZtcS3uBdRjwr0dbnvml7OhXCwrBjeYmn7+xT49MwoREO4DBAQ==",
|
||||
"requires": {
|
||||
"@mdi/svg": "^7.2.96",
|
||||
"@nextcloud/files": "^3.0.0-beta.14",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
"@nextcloud/dialogs": "^4.2.1",
|
||||
"@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