chore: Update @nextcloud/dialogs to v7.0.0

This is the first step torwards Vue 3.
As this package is a Vue version agnostic version of dialogs, written in
Vue 3.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen 2025-10-13 17:35:54 +02:00
parent d5220d6a15
commit f2b309b6ee
No known key found for this signature in database
GPG key ID: 45FAE7268762B400
3 changed files with 1035 additions and 303 deletions

1335
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -52,7 +52,7 @@
"@nextcloud/browserslist-config": "^3.0.1",
"@nextcloud/calendar-availability-vue": "^2.2.10",
"@nextcloud/capabilities": "^1.2.0",
"@nextcloud/dialogs": "^6.3.2",
"@nextcloud/dialogs": "^7.0.0",
"@nextcloud/event-bus": "^3.3.2",
"@nextcloud/files": "^3.12.0",
"@nextcloud/initial-state": "^3.0.0",

View file

@ -247,7 +247,6 @@ const config = {
alias: {
// make sure to use the handlebar runtime when importing
handlebars: 'handlebars/runtime',
vue$: path.resolve('./node_modules/vue'),
},
extensions: ['*', '.ts', '.js', '.vue'],
extensionAlias: {