fix(deps): bump @nextcloud/dialogs from 4.2.6 to v5

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
This commit is contained in:
renovate[bot] 2024-04-18 00:47:26 +00:00 committed by Richard Steinmetz
parent 6ea485f3fc
commit e93fb34070
No known key found for this signature in database
GPG Key ID: 27137D9E7D273FB2
5 changed files with 356 additions and 1176 deletions

23
__mocks__/css.js Normal file
View File

@ -0,0 +1,23 @@
/**
* @copyright Copyright (c) 2024 Richard Steinmetz <richard@steinmetz.cloud>
*
* @author Richard Steinmetz <richard@steinmetz.cloud>
*
* @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
export default {}

1500
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -50,7 +50,7 @@
"@nextcloud/calendar-availability-vue": "^2.2.0",
"@nextcloud/calendar-js": "^6.1.0",
"@nextcloud/cdav-library": "^1.3.0",
"@nextcloud/dialogs": "^4.2.6",
"@nextcloud/dialogs": "^5.3.1",
"@nextcloud/event-bus": "^3.1.0",
"@nextcloud/initial-state": "^2.1.0",
"@nextcloud/l10n": "^2.2.0",
@ -118,7 +118,8 @@
],
"moduleNameMapper": {
"^@/(.*)$": "<rootDir>/src/$1",
"^ical.js": "<rootDir>/node_modules/ical.js"
"^ical.js": "<rootDir>/node_modules/ical.js",
"\\.(css|less|scss|sass)$": "<rootDir>/__mocks__/css.js"
},
"transform": {
".*\\.js$": "<rootDir>/node_modules/babel-jest",

View File

@ -88,7 +88,7 @@
</template>
<script>
import '@nextcloud/dialogs/dist/index.css'
import '@nextcloud/dialogs/style.css'
import {
NcAvatar as Avatar,

View File

@ -116,7 +116,7 @@ import { loadState } from '@nextcloud/initial-state'
import {
showWarning,
} from '@nextcloud/dialogs'
import '@nextcloud/dialogs/dist/index.css'
import '@nextcloud/dialogs/style.css'
import Trashbin from '../components/AppNavigation/CalendarList/Trashbin.vue'
import AppointmentConfigList from '../components/AppNavigation/AppointmentConfigList.vue'