Browse Source

Bump @nextcloud/vue to 7.2.0

Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
tags/v26.0.0beta1
Christopher Ng 1 year ago
parent
commit
b3afa74848
No account linked to committer's email address

+ 2
- 2
dist/core-common.js
File diff suppressed because it is too large
View File


+ 1
- 1
dist/core-common.js.map
File diff suppressed because it is too large
View File


+ 2
- 2
dist/settings-vue-settings-apps-users-management.js
File diff suppressed because it is too large
View File


+ 1
- 1
dist/settings-vue-settings-apps-users-management.js.map
File diff suppressed because it is too large
View File


+ 7
- 7
package-lock.json View File

@@ -28,7 +28,7 @@
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^2.0.0",
"@nextcloud/sharing": "^0.1.0",
"@nextcloud/vue": "^7.1.0",
"@nextcloud/vue": "^7.2.0",
"@nextcloud/vue-dashboard": "^2.0.1",
"@skjnldsv/sanitize-svg": "^1.0.2",
"autosize": "^5.0.1",
@@ -4326,9 +4326,9 @@
}
},
"node_modules/@nextcloud/vue": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.1.0.tgz",
"integrity": "sha512-vr+IpdjnYt0Uk2JK4IRIe8V5SXcJFZZuyjw++2KVlCecgwAm5uUx79egTPx5xOhANbOiM2ncCpLeHisHL9ci9w==",
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.2.0.tgz",
"integrity": "sha512-lQS/GQZOH6Pa6yC7oTv9Hr3Ic+uViCfIWHujNjUpnApwlafgNyA5PI82FFU7tUHEOEk0wPONXYGzWVxkBW4h+w==",
"dependencies": {
"@nextcloud/auth": "^2.0.0",
"@nextcloud/axios": "^2.0.0",
@@ -26833,9 +26833,9 @@
}
},
"@nextcloud/vue": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.1.0.tgz",
"integrity": "sha512-vr+IpdjnYt0Uk2JK4IRIe8V5SXcJFZZuyjw++2KVlCecgwAm5uUx79egTPx5xOhANbOiM2ncCpLeHisHL9ci9w==",
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.2.0.tgz",
"integrity": "sha512-lQS/GQZOH6Pa6yC7oTv9Hr3Ic+uViCfIWHujNjUpnApwlafgNyA5PI82FFU7tUHEOEk0wPONXYGzWVxkBW4h+w==",
"requires": {
"@nextcloud/auth": "^2.0.0",
"@nextcloud/axios": "^2.0.0",

+ 1
- 1
package.json View File

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

Loading…
Cancel
Save