Update dependency htmx.org to v2 (forgejo) (#8342)

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/8342
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
This commit is contained in:
Renovate Bot 2025-06-29 13:52:24 +02:00 committed by Gusted
commit 878ce241a4
4 changed files with 7 additions and 7 deletions

View file

@ -238,7 +238,7 @@ export default {
activeModules: true,
}),
new webpack.ProvidePlugin({ // for htmx extensions
htmx: 'htmx.org',
htmx: ['htmx.org', 'default'],
}),
new DefinePlugin({
__VUE_OPTIONS_API__: true, // at the moment, many Vue components still use the Vue Options API