diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-11-30 17:42:53 +0100 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-12-01 18:38:13 +0100 |
commit | 02dc8e4729a9093265fa4d912176371b9206a7ce (patch) | |
tree | 977280367abb9ed7ea320d2f27cb00aa6c24b711 /package-lock.json | |
parent | e915c7d09eca604d80361d4c7d281f3e312b6d3b (diff) | |
download | nextcloud-server-02dc8e4729a9093265fa4d912176371b9206a7ce.tar.gz nextcloud-server-02dc8e4729a9093265fa4d912176371b9206a7ce.zip |
chore: Update `@nextcloud/vue` to 8.3.0
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index 001c57bc2e3..4af59b33aef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@nextcloud/router": "^2.1.2", "@nextcloud/sharing": "^0.1.0", "@nextcloud/upload": "^1.0.2", - "@nextcloud/vue": "^8.2.0", + "@nextcloud/vue": "^8.3.0", "@skjnldsv/sanitize-svg": "^1.0.2", "@vueuse/components": "^10.4.1", "@vueuse/integrations": "^10.6.0", @@ -4188,9 +4188,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.2.0.tgz", - "integrity": "sha512-rfnB8yOhNce1RxBoHZWu9Kgf2IHwtdM7/dzoAyl/cseht4Mvk8+4aJAPuvKFHJaNjIbdNU4JfpK1GR653zOeQQ==", + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.3.0.tgz", + "integrity": "sha512-2duDJflaeHMmtV+l6MXyhKY2t1TUB5GjkDvSL0KZ9i1QHXLVhhWObhI7cclO/qqu7/yoEdrBLY/Ga7uBPBmr7g==", "dependencies": { "@floating-ui/dom": "^1.1.0", "@nextcloud/auth": "^2.0.0", |