Bump @nextcloud/vue to v7.5.0

Signed-off-by: Christopher Ng <chrng8@gmail.com>
pull/36321/head
Christopher Ng 1 year ago
parent a3aa81d2ca
commit 2f8fb24828

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

42
package-lock.json generated

@ -28,7 +28,7 @@
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^2.0.0",
"@nextcloud/sharing": "^0.1.0",
"@nextcloud/vue": "^7.4.0",
"@nextcloud/vue": "^7.5.0",
"@nextcloud/vue-dashboard": "^2.0.1",
"@skjnldsv/sanitize-svg": "^1.0.2",
"autosize": "^5.0.1",
@ -4472,10 +4472,11 @@
}
},
"node_modules/@nextcloud/vue": {
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.4.0.tgz",
"integrity": "sha512-5rbmb2Jae274a6Snb5qgG0/08m6+AFjFhAyB6CYrnnYBWozfuUYkwjfAX5w8BniiNagqBBRjv3wxqY3tIyen/g==",
"version": "7.5.0",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.5.0.tgz",
"integrity": "sha512-XHGPGKcfRLGzXsKloW0W83v+3qB6qgazM1OGnX/Hk+j66Cxhb/Z/71Xi4y4zfWz65yT6Z6RRJKZB8Q4TiboEkw==",
"dependencies": {
"@floating-ui/dom": "^1.1.0",
"@nextcloud/auth": "^2.0.0",
"@nextcloud/axios": "^2.0.0",
"@nextcloud/browser-storage": "^0.2.0",
@ -4738,6 +4739,19 @@
"webpack": "^4.0.0 || ^5.0.0"
}
},
"node_modules/@nextcloud/vue/node_modules/@floating-ui/core": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.1.0.tgz",
"integrity": "sha512-zbsLwtnHo84w1Kc8rScAo5GMk1GdecSlrflIbfnEBJwvTSj1SL6kkOYV+nHraMCPEy+RNZZUaZyL8JosDGCtGQ=="
},
"node_modules/@nextcloud/vue/node_modules/@floating-ui/dom": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.1.0.tgz",
"integrity": "sha512-TSogMPVxbRe77QCj1dt8NmRiJasPvuc+eT5jnJ6YpLqgOD2zXc5UA3S1qwybN+GVCDNdKfpKy1oj8RpzLJvh6A==",
"dependencies": {
"@floating-ui/core": "^1.0.5"
}
},
"node_modules/@nextcloud/vue/node_modules/@nextcloud/axios": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-2.0.0.tgz",
@ -28620,10 +28634,11 @@
}
},
"@nextcloud/vue": {
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.4.0.tgz",
"integrity": "sha512-5rbmb2Jae274a6Snb5qgG0/08m6+AFjFhAyB6CYrnnYBWozfuUYkwjfAX5w8BniiNagqBBRjv3wxqY3tIyen/g==",
"version": "7.5.0",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.5.0.tgz",
"integrity": "sha512-XHGPGKcfRLGzXsKloW0W83v+3qB6qgazM1OGnX/Hk+j66Cxhb/Z/71Xi4y4zfWz65yT6Z6RRJKZB8Q4TiboEkw==",
"requires": {
"@floating-ui/dom": "^1.1.0",
"@nextcloud/auth": "^2.0.0",
"@nextcloud/axios": "^2.0.0",
"@nextcloud/browser-storage": "^0.2.0",
@ -28657,6 +28672,19 @@
"vue2-datepicker": "^3.11.0"
},
"dependencies": {
"@floating-ui/core": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.1.0.tgz",
"integrity": "sha512-zbsLwtnHo84w1Kc8rScAo5GMk1GdecSlrflIbfnEBJwvTSj1SL6kkOYV+nHraMCPEy+RNZZUaZyL8JosDGCtGQ=="
},
"@floating-ui/dom": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.1.0.tgz",
"integrity": "sha512-TSogMPVxbRe77QCj1dt8NmRiJasPvuc+eT5jnJ6YpLqgOD2zXc5UA3S1qwybN+GVCDNdKfpKy1oj8RpzLJvh6A==",
"requires": {
"@floating-ui/core": "^1.0.5"
}
},
"@nextcloud/axios": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-2.0.0.tgz",

@ -53,7 +53,7 @@
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^2.0.0",
"@nextcloud/sharing": "^0.1.0",
"@nextcloud/vue": "^7.4.0",
"@nextcloud/vue": "^7.5.0",
"@nextcloud/vue-dashboard": "^2.0.1",
"@skjnldsv/sanitize-svg": "^1.0.2",
"autosize": "^5.0.1",

Loading…
Cancel
Save