Browse Source

Merge pull request #38214 from nextcloud/bugfix/noid/bump-vue

fix(deps): Bump @nextcloud/vue to 7.11.4
tags/v27.0.0beta2
Joas Schilling 1 year ago
parent
commit
1399c88ee1
No account linked to committer's email address
4 changed files with 11 additions and 11 deletions
  1. 2
    2
      dist/core-common.js
  2. 1
    1
      dist/core-common.js.map
  3. 7
    7
      package-lock.json
  4. 1
    1
      package.json

+ 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


+ 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.11.3",
"@nextcloud/vue": "^7.11.4",
"@nextcloud/vue-dashboard": "^2.0.1",
"@skjnldsv/sanitize-svg": "^1.0.2",
"autosize": "^6.0.1",
@@ -3896,9 +3896,9 @@
}
},
"node_modules/@nextcloud/vue": {
"version": "7.11.3",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.11.3.tgz",
"integrity": "sha512-98rSCWcIssdBinIcvpeDNE0uGspU+i6/RysKSqDI7BW6DI8ki/JoPE5x4zk1ZpGBbeaKbh6nBJK77mxQ5gjYvA==",
"version": "7.11.4",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.11.4.tgz",
"integrity": "sha512-GDynE+HuC2eoSDg1oMSzl25Q6QDWycCYh6GkKFqTlTrWqsjAzINrcP8c/mVAbrJAkAuu8VYrQ8X3aTIuq7Vutw==",
"dependencies": {
"@floating-ui/dom": "^1.1.0",
"@nextcloud/auth": "^2.0.0",
@@ -29015,9 +29015,9 @@
}
},
"@nextcloud/vue": {
"version": "7.11.3",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.11.3.tgz",
"integrity": "sha512-98rSCWcIssdBinIcvpeDNE0uGspU+i6/RysKSqDI7BW6DI8ki/JoPE5x4zk1ZpGBbeaKbh6nBJK77mxQ5gjYvA==",
"version": "7.11.4",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.11.4.tgz",
"integrity": "sha512-GDynE+HuC2eoSDg1oMSzl25Q6QDWycCYh6GkKFqTlTrWqsjAzINrcP8c/mVAbrJAkAuu8VYrQ8X3aTIuq7Vutw==",
"requires": {
"@floating-ui/dom": "^1.1.0",
"@nextcloud/auth": "^2.0.0",

+ 1
- 1
package.json View File

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

Loading…
Cancel
Save