chore(dep): bump nextcloud/vue to 8.5.0

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
Raimund Schlüßler 2024-01-24 23:12:46 +01:00
parent 6b75f93a47
commit 0dd7ce82d6
No known key found for this signature in database
GPG Key ID: 036FA7EB1A599178
5 changed files with 926 additions and 77 deletions

View File

@ -87,5 +87,6 @@ class TasksWidget implements IWidget {
\OCP\Util::addStyle('tasks', 'tasks-store');
\OCP\Util::addStyle('tasks', 'tasks-icon');
\OCP\Util::addStyle('tasks', 'tasks-TaskCreateDialog');
\OCP\Util::addStyle('tasks', 'tasks-Plus');
}
}

991
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -37,8 +37,8 @@
"@nextcloud/l10n": "^2.2.0",
"@nextcloud/logger": "^2.7.0",
"@nextcloud/moment": "^1.3.1",
"@nextcloud/router": "^2.2.0",
"@nextcloud/vue": "8.4.0",
"@nextcloud/router": "^2.2.1",
"@nextcloud/vue": "8.5.0",
"@vueuse/components": "^10.7.2",
"color-convert": "^2.0.1",
"debounce": "^2.0.0",
@ -63,11 +63,11 @@
"@nextcloud/babel-config": "^1.0.0-beta.1",
"@nextcloud/browserslist-config": "^3.0.0",
"@nextcloud/eslint-config": "^8.3.0",
"@nextcloud/stylelint-config": "^2.3.1",
"@nextcloud/stylelint-config": "^2.4.0",
"@nextcloud/vite-config": "^1.2.0",
"@vue/test-utils": "^1.3.6",
"babel-core": "^7.0.0-bridge.0",
"happy-dom": "^13.2.0",
"happy-dom": "^13.3.1",
"mockdate": "^3.0.5",
"regenerator-runtime": "^0.14.1",
"vitest": "^1.2.1"

View File

@ -197,7 +197,7 @@ import { translate as t, translatePlural as n } from '@nextcloud/l10n'
import moment from '@nextcloud/moment'
import NcActions from '@nextcloud/vue/dist/Components/NcActions.js'
import NcActionButton from '@nextcloud/vue/dist/Components/NcActionButton.js'
import NcProgressBar from './NcProgressBar.vue'
import NcProgressBar from '@nextcloud/vue/dist/Components/NcProgressBar.js'
import NcTextField from '@nextcloud/vue/dist/Components/NcTextField.js'
import Linkify from '@nextcloud/vue/dist/Directives/Linkify.js'

View File

@ -3,3 +3,4 @@
script('tasks', 'tasks-main');
style('tasks', 'tasks-main');
style('tasks', 'tasks-store');
style('tasks', 'tasks-Plus');