|
|
|
@ -29,7 +29,7 @@ |
|
|
|
|
"@nextcloud/router": "^2.1.2", |
|
|
|
|
"@nextcloud/sharing": "^0.1.0", |
|
|
|
|
"@nextcloud/upload": "^1.0.0-beta.18", |
|
|
|
|
"@nextcloud/vue": "^8.0.0-beta.8", |
|
|
|
|
"@nextcloud/vue": "^8.0.0-beta.9", |
|
|
|
|
"@skjnldsv/sanitize-svg": "^1.0.2", |
|
|
|
|
"@vueuse/components": "^10.4.1", |
|
|
|
|
"@vueuse/integrations": "^10.4.1", |
|
|
|
@ -4169,14 +4169,14 @@ |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@nextcloud/vue": { |
|
|
|
|
"version": "8.0.0-beta.8", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.0.0-beta.8.tgz", |
|
|
|
|
"integrity": "sha512-Sbq1l5cH5SU2eE/b/w+99t3mcGHLOTjgJYf2ltxbDEuYcgfn+Ihz0RGxcp5s1KNI8S9eifKSI9/bts7nQMHj8g==", |
|
|
|
|
"version": "8.0.0-beta.9", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.0.0-beta.9.tgz", |
|
|
|
|
"integrity": "sha512-Mh8j6X/mO1V+GKn1QrrpM8pXopKPDOHsVeExvThVcjT1ETBg7Dtw49l3dK6AFef6bbwTutB20aBXbwrc9YNfTg==", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@floating-ui/dom": "^1.1.0", |
|
|
|
|
"@nextcloud/auth": "^2.0.0", |
|
|
|
|
"@nextcloud/axios": "^2.0.0", |
|
|
|
|
"@nextcloud/browser-storage": "^0.2.0", |
|
|
|
|
"@nextcloud/browser-storage": "^0.3.0", |
|
|
|
|
"@nextcloud/calendar-js": "^6.0.0", |
|
|
|
|
"@nextcloud/capabilities": "^1.0.4", |
|
|
|
|
"@nextcloud/event-bus": "^3.0.0", |
|
|
|
@ -4228,6 +4228,18 @@ |
|
|
|
|
"vue": "2.x" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@nextcloud/vue/node_modules/@nextcloud/browser-storage": { |
|
|
|
|
"version": "0.3.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@nextcloud/browser-storage/-/browser-storage-0.3.0.tgz", |
|
|
|
|
"integrity": "sha512-vqc26T4WQ3y9EbFpHh4dl/FN7ahEfEoc0unQmsdJ2YSZNTxTvAXAasWI6HFNcHi10b5rEYxxEYjAwKF34th3Aw==", |
|
|
|
|
"dependencies": { |
|
|
|
|
"core-js": "3.33.0" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": "^20.0.0", |
|
|
|
|
"npm": "^9.0.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@nextcloud/vue/node_modules/@types/hast": { |
|
|
|
|
"version": "3.0.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.1.tgz", |
|
|
|
|