diff options
author | Grigorii K. Shartsev <me@shgk.me> | 2024-03-11 17:58:16 +0100 |
---|---|---|
committer | Grigorii K. Shartsev <me@shgk.me> | 2024-03-11 20:18:56 +0100 |
commit | 0f545aabef354710db0cba2dba3438514f3c7b54 (patch) | |
tree | a5228db92d76d4db85b855954b50295e0b162e60 /package-lock.json | |
parent | 47a191429a6aeaf8bbb94c732fbc1d67dcea98ab (diff) | |
download | nextcloud-server-0f545aabef354710db0cba2dba3438514f3c7b54.tar.gz nextcloud-server-0f545aabef354710db0cba2dba3438514f3c7b54.zip |
chore(deps): bump @nextcloud/vue from 8.8.1 to 8.10.0
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/package-lock.json b/package-lock.json index 7c90f8bd4a5..cdd69ca440d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@nextcloud/router": "^2.2.1", "@nextcloud/sharing": "^0.1.0", "@nextcloud/upload": "^1.0.5", - "@nextcloud/vue": "^8.8.1", + "@nextcloud/vue": "^8.10.0", "@skjnldsv/sanitize-svg": "^1.0.2", "@vueuse/components": "^10.7.2", "@vueuse/core": "^10.7.2", @@ -4166,21 +4166,21 @@ } }, "node_modules/@nextcloud/vue": { - "version": "8.8.1", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.8.1.tgz", - "integrity": "sha512-INQS0boqH4CAzRHESSaKgvaTOsOJ/0fyOB9sC5TIJpqkrPo1Oj229U9XUUf8HV/Xs6FpA5YmQFvQ0gKZ5a1GRw==", + "version": "8.10.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.10.0.tgz", + "integrity": "sha512-HQ/6upw/sviCOe5jtFmZh7KK+QzLNj4a1TnJt3nJQWEZSgt1FFj48tjrmP8ztqnd8pCCOAF8843VLWCCivrF0w==", "dependencies": { "@floating-ui/dom": "^1.1.0", "@linusborg/vue-simple-portal": "^0.1.5", - "@nextcloud/auth": "^2.0.0", - "@nextcloud/axios": "^2.0.0", + "@nextcloud/auth": "^2.2.1", + "@nextcloud/axios": "^2.4.0", "@nextcloud/browser-storage": "^0.3.0", - "@nextcloud/calendar-js": "^6.0.0", - "@nextcloud/capabilities": "^1.0.4", - "@nextcloud/event-bus": "^3.0.0", - "@nextcloud/initial-state": "^2.0.0", - "@nextcloud/l10n": "^2.0.1", - "@nextcloud/logger": "^2.2.1", + "@nextcloud/calendar-js": "^6.1.0", + "@nextcloud/capabilities": "^1.1.0", + "@nextcloud/event-bus": "^3.1.0", + "@nextcloud/initial-state": "^2.1.0", + "@nextcloud/l10n": "^2.2.0", + "@nextcloud/logger": "^2.7.0", "@nextcloud/router": "^3.0.0", "@nextcloud/vue-select": "^3.25.0", "@vueuse/components": "^10.9.0", |