mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -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
2b68534064
commit
2662901d92
3 changed files with 1123 additions and 253 deletions
1373
package-lock.json
generated
1373
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -49,7 +49,7 @@
|
|||
"@nextcloud/browserslist-config": "^3.1.2",
|
||||
"@nextcloud/calendar-availability-vue": "^2.2.11",
|
||||
"@nextcloud/capabilities": "^1.2.1",
|
||||
"@nextcloud/dialogs": "^6.4.1",
|
||||
"@nextcloud/dialogs": "^7.1.0",
|
||||
"@nextcloud/event-bus": "^3.3.3",
|
||||
"@nextcloud/files": "^3.12.0",
|
||||
"@nextcloud/initial-state": "^3.0.0",
|
||||
|
|
|
|||
|
|
@ -236,7 +236,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