mirror of
https://github.com/nextcloud/server.git
synced 2026-04-13 21:17:20 -04:00
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:
parent
d5220d6a15
commit
f2b309b6ee
3 changed files with 1035 additions and 303 deletions
1335
package-lock.json
generated
1335
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue