From 81ad28f91025b6e2730f2e5d90fe8af2a842c354 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Fri, 21 Jun 2024 15:06:25 +0200 Subject: chore(deps): Update `debounce` to 2.1.0 Signed-off-by: Ferdinand Thiessen --- apps/theming/src/components/UserPrimaryColor.vue | 4 ++-- apps/theming/src/components/admin/ColorPickerField.vue | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'apps/theming') diff --git a/apps/theming/src/components/UserPrimaryColor.vue b/apps/theming/src/components/UserPrimaryColor.vue index 7adfabecddd..ce39f449ceb 100644 --- a/apps/theming/src/components/UserPrimaryColor.vue +++ b/apps/theming/src/components/UserPrimaryColor.vue @@ -31,10 +31,10 @@ import { loadState } from '@nextcloud/initial-state' import { translate as t } from '@nextcloud/l10n' import { generateOcsUrl } from '@nextcloud/router' import { colord } from 'colord' -import { debounce } from 'debounce' import { defineComponent } from 'vue' - import axios from '@nextcloud/axios' +import debounce from 'debounce' + import NcButton from '@nextcloud/vue/dist/Components/NcButton.js' import NcColorPicker from '@nextcloud/vue/dist/Components/NcColorPicker.js' import NcLoadingIcon from '@nextcloud/vue/dist/Components/NcLoadingIcon.js' diff --git a/apps/theming/src/components/admin/ColorPickerField.vue b/apps/theming/src/components/admin/ColorPickerField.vue index e7c7d7bf8ce..8e6433064ec 100644 --- a/apps/theming/src/components/admin/ColorPickerField.vue +++ b/apps/theming/src/components/admin/ColorPickerField.vue @@ -48,8 +48,9 @@