mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
chore: Bump @nextcloud/dialogs to v5.0.2
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
39db399043
commit
572d0cbb3d
2 changed files with 6 additions and 6 deletions
10
package-lock.json
generated
10
package-lock.json
generated
|
|
@ -17,7 +17,7 @@
|
|||
"@nextcloud/browserslist-config": "^3.0.0",
|
||||
"@nextcloud/calendar-availability-vue": "^2.0.0",
|
||||
"@nextcloud/capabilities": "^1.0.4",
|
||||
"@nextcloud/dialogs": "^5.0.1",
|
||||
"@nextcloud/dialogs": "^5.0.2",
|
||||
"@nextcloud/event-bus": "^3.1.0",
|
||||
"@nextcloud/files": "^3.0.0",
|
||||
"@nextcloud/initial-state": "^2.0.0",
|
||||
|
|
@ -3797,9 +3797,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@nextcloud/dialogs": {
|
||||
"version": "5.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.0.1.tgz",
|
||||
"integrity": "sha512-2Hr40iMfiqOeXEpxwTo5Vxpu4wAodUIDL46xlY7EyxwHrK7GpQDGWhHdlipodvnu3aaufr1B/RA8HrxgIDsnLg==",
|
||||
"version": "5.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.0.2.tgz",
|
||||
"integrity": "sha512-QyKCGhmVMS2bB8DFYSOimREM9mCfwO2YHBkFIYSjiawJ2BSruoe3inYoZi/QySDhm8gGKYF6vxI803SEHeFY7Q==",
|
||||
"dependencies": {
|
||||
"@mdi/svg": "^7.3.67",
|
||||
"@nextcloud/axios": "^2.4.0",
|
||||
|
|
@ -3820,7 +3820,7 @@
|
|||
"npm": "^9.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@nextcloud/vue": "^8.0.0",
|
||||
"@nextcloud/vue": "^8.2.0",
|
||||
"vue": "^2.7.15"
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
"@nextcloud/browserslist-config": "^3.0.0",
|
||||
"@nextcloud/calendar-availability-vue": "^2.0.0",
|
||||
"@nextcloud/capabilities": "^1.0.4",
|
||||
"@nextcloud/dialogs": "^5.0.1",
|
||||
"@nextcloud/dialogs": "^5.0.2",
|
||||
"@nextcloud/event-bus": "^3.1.0",
|
||||
"@nextcloud/files": "^3.0.0",
|
||||
"@nextcloud/initial-state": "^2.0.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue