|
|
|
@ -25,7 +25,7 @@ |
|
|
|
"@nextcloud/router": "^3.0.1", |
|
|
|
"@nextcloud/sharing": "^0.3.0", |
|
|
|
"@nextcloud/upload": "^2.0.0-rc.0", |
|
|
|
"@nextcloud/vue": "^9.2.0", |
|
|
|
"@nextcloud/vue": "^9.3.0", |
|
|
|
"@vue-leaflet/vue-leaflet": "^0.10.1", |
|
|
|
"@vueuse/components": "^13.7.0", |
|
|
|
"@vueuse/core": "^13.7.0", |
|
|
|
@ -1836,15 +1836,15 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/@nextcloud/router": { |
|
|
|
"version": "3.0.1", |
|
|
|
"resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-3.0.1.tgz", |
|
|
|
"integrity": "sha512-Ci/uD3x8OKHdxSqXL6gRJ+mGJOEXjeiHjj7hqsZqVTsT7kOrCjDf0/J8z5RyLlokKZ0IpSe+hGxgi3YB7Gpw3Q==", |
|
|
|
"version": "3.1.0", |
|
|
|
"resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-3.1.0.tgz", |
|
|
|
"integrity": "sha512-e4dkIaxRSwdZJlZFpn9x03QgBn/Sa2hN1hp/BA7+AbzykmSAlKuWfdmX8j/8ewrLpQwYmZR23IZO9XwpJXq2Uw==", |
|
|
|
"license": "GPL-3.0-or-later", |
|
|
|
"dependencies": { |
|
|
|
"@nextcloud/typings": "^1.7.0" |
|
|
|
"@nextcloud/typings": "^1.10.0" |
|
|
|
}, |
|
|
|
"engines": { |
|
|
|
"node": "^20.0.0", |
|
|
|
"npm": "^10.0.0" |
|
|
|
"node": "^20.0.0 || ^22.0.0 || ^24.0.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/@nextcloud/sharing": { |
|
|
|
@ -1881,15 +1881,15 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/@nextcloud/typings": { |
|
|
|
"version": "1.9.1", |
|
|
|
"resolved": "https://registry.npmjs.org/@nextcloud/typings/-/typings-1.9.1.tgz", |
|
|
|
"integrity": "sha512-i0l/L5gKW8EACbXHVxXM6wn3sUhY2qmnL2OijppzU4dENC7/hqySMQDer7/+cJbNSNG7uHF/Z+9JmHtDfRfuGg==", |
|
|
|
"version": "1.10.0", |
|
|
|
"resolved": "https://registry.npmjs.org/@nextcloud/typings/-/typings-1.10.0.tgz", |
|
|
|
"integrity": "sha512-SMC42rDjOH3SspPTLMZRv76ZliHpj2JJkF8pGLP8l1QrVTZxE47Qz5qeKmbj2VL+dRv2e/NgixlAFmzVnxkhqg==", |
|
|
|
"license": "GPL-3.0-or-later", |
|
|
|
"dependencies": { |
|
|
|
"@types/jquery": "3.5.16" |
|
|
|
}, |
|
|
|
"engines": { |
|
|
|
"node": "^20.0.0", |
|
|
|
"npm": "^10.0.0" |
|
|
|
"node": "^20.0.0 || ^22.0.0 || ^24.0.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/@nextcloud/upload": { |
|
|
|
@ -1941,9 +1941,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/@nextcloud/vue": { |
|
|
|
"version": "9.2.0", |
|
|
|
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-9.2.0.tgz", |
|
|
|
"integrity": "sha512-K2RXGqpHcMe8a0peBKaLpnDAql1AwXoP6fX4jxy26leXY2szXYRlaCuVfCY4jdZtRnVZ7746hsud6PepJbk0Xw==", |
|
|
|
"version": "9.3.0", |
|
|
|
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-9.3.0.tgz", |
|
|
|
"integrity": "sha512-aeRZGqZMwtW62ASxmMsi7H5rnk9Sof3tmlBk7HfScawQzNlkQwquqLRH1h2miRsUGRTkrTgCLcQlQKUQXxQ3YQ==", |
|
|
|
"license": "AGPL-3.0-or-later", |
|
|
|
"dependencies": { |
|
|
|
"@ckpack/vue-color": "^1.6.0", |
|
|
|
@ -1951,12 +1951,12 @@ |
|
|
|
"@nextcloud/auth": "^2.5.3", |
|
|
|
"@nextcloud/axios": "^2.5.2", |
|
|
|
"@nextcloud/browser-storage": "^0.5.0", |
|
|
|
"@nextcloud/capabilities": "^1.2.0", |
|
|
|
"@nextcloud/event-bus": "^3.3.2", |
|
|
|
"@nextcloud/capabilities": "^1.2.1", |
|
|
|
"@nextcloud/event-bus": "^3.3.3", |
|
|
|
"@nextcloud/initial-state": "^3.0.0", |
|
|
|
"@nextcloud/l10n": "^3.4.1", |
|
|
|
"@nextcloud/logger": "^3.0.2", |
|
|
|
"@nextcloud/router": "^3.0.1", |
|
|
|
"@nextcloud/router": "^3.1.0", |
|
|
|
"@nextcloud/sharing": "^0.3.0", |
|
|
|
"@vuepic/vue-datepicker": "^11.0.3", |
|
|
|
"@vueuse/components": "^14.0.0", |
|
|
|
@ -16633,11 +16633,11 @@ |
|
|
|
"integrity": "sha512-RPFYsGO8zEfEFh1jjbXO0q3792f5sgpulcY8IC2pFe4N1mhFwpFJJ/5IgTMa7popuAhB42v/1lFc4c8njyrvYA==" |
|
|
|
}, |
|
|
|
"@nextcloud/router": { |
|
|
|
"version": "3.0.1", |
|
|
|
"resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-3.0.1.tgz", |
|
|
|
"integrity": "sha512-Ci/uD3x8OKHdxSqXL6gRJ+mGJOEXjeiHjj7hqsZqVTsT7kOrCjDf0/J8z5RyLlokKZ0IpSe+hGxgi3YB7Gpw3Q==", |
|
|
|
"version": "3.1.0", |
|
|
|
"resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-3.1.0.tgz", |
|
|
|
"integrity": "sha512-e4dkIaxRSwdZJlZFpn9x03QgBn/Sa2hN1hp/BA7+AbzykmSAlKuWfdmX8j/8ewrLpQwYmZR23IZO9XwpJXq2Uw==", |
|
|
|
"requires": { |
|
|
|
"@nextcloud/typings": "^1.7.0" |
|
|
|
"@nextcloud/typings": "^1.10.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"@nextcloud/sharing": { |
|
|
|
@ -16660,9 +16660,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"@nextcloud/typings": { |
|
|
|
"version": "1.9.1", |
|
|
|
"resolved": "https://registry.npmjs.org/@nextcloud/typings/-/typings-1.9.1.tgz", |
|
|
|
"integrity": "sha512-i0l/L5gKW8EACbXHVxXM6wn3sUhY2qmnL2OijppzU4dENC7/hqySMQDer7/+cJbNSNG7uHF/Z+9JmHtDfRfuGg==", |
|
|
|
"version": "1.10.0", |
|
|
|
"resolved": "https://registry.npmjs.org/@nextcloud/typings/-/typings-1.10.0.tgz", |
|
|
|
"integrity": "sha512-SMC42rDjOH3SspPTLMZRv76ZliHpj2JJkF8pGLP8l1QrVTZxE47Qz5qeKmbj2VL+dRv2e/NgixlAFmzVnxkhqg==", |
|
|
|
"requires": { |
|
|
|
"@types/jquery": "3.5.16" |
|
|
|
} |
|
|
|
@ -16705,21 +16705,21 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"@nextcloud/vue": { |
|
|
|
"version": "9.2.0", |
|
|
|
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-9.2.0.tgz", |
|
|
|
"integrity": "sha512-K2RXGqpHcMe8a0peBKaLpnDAql1AwXoP6fX4jxy26leXY2szXYRlaCuVfCY4jdZtRnVZ7746hsud6PepJbk0Xw==", |
|
|
|
"version": "9.3.0", |
|
|
|
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-9.3.0.tgz", |
|
|
|
"integrity": "sha512-aeRZGqZMwtW62ASxmMsi7H5rnk9Sof3tmlBk7HfScawQzNlkQwquqLRH1h2miRsUGRTkrTgCLcQlQKUQXxQ3YQ==", |
|
|
|
"requires": { |
|
|
|
"@ckpack/vue-color": "^1.6.0", |
|
|
|
"@floating-ui/dom": "^1.7.4", |
|
|
|
"@nextcloud/auth": "^2.5.3", |
|
|
|
"@nextcloud/axios": "^2.5.2", |
|
|
|
"@nextcloud/browser-storage": "^0.5.0", |
|
|
|
"@nextcloud/capabilities": "^1.2.0", |
|
|
|
"@nextcloud/event-bus": "^3.3.2", |
|
|
|
"@nextcloud/capabilities": "^1.2.1", |
|
|
|
"@nextcloud/event-bus": "^3.3.3", |
|
|
|
"@nextcloud/initial-state": "^3.0.0", |
|
|
|
"@nextcloud/l10n": "^3.4.1", |
|
|
|
"@nextcloud/logger": "^3.0.2", |
|
|
|
"@nextcloud/router": "^3.0.1", |
|
|
|
"@nextcloud/router": "^3.1.0", |
|
|
|
"@nextcloud/sharing": "^0.3.0", |
|
|
|
"@vuepic/vue-datepicker": "^11.0.3", |
|
|
|
"@vueuse/components": "^14.0.0", |
|
|
|
|