summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2021-06-01 17:08:05 +0200
committerVincent Petry <vincent@nextcloud.com>2021-06-01 17:08:05 +0200
commit2822a858b729ff423e2d433e71ea010879190e95 (patch)
tree7c8a25d1d4850310ab63bfd6ee0d2ff6f6386c62
parentd8040cb925bea4735e088843948a823048e63b2e (diff)
Update @nextcloud/vue to 3.7.1
To include the fix for a regression with material design action icons Signed-off-by: Vincent Petry <vincent@nextcloud.com>
-rw-r--r--package-lock.json13
-rw-r--r--package.json2
2 files changed, 10 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index a566a210c..396d22664 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3259,9 +3259,9 @@
}
},
"@nextcloud/vue": {
- "version": "3.7.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-3.7.0.tgz",
- "integrity": "sha512-uuytX0G+duUOY9l2fYG5vl8GRoxrXgNS2SgKS7a7ulaRUfwxgU269flWPTVMhP2q57+AxG3IwXNwP1td7VWjTQ==",
+ "version": "3.7.1",
+ "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-3.7.1.tgz",
+ "integrity": "sha512-xVSurTflGP4P7D2+RHuVv0GFEy3QkNcw2UVu6SwW5sbbzbMcjwmucp7NpzjrnzMazjkeNBr6gsHMmjeYOEMcPA==",
"requires": {
"@nextcloud/auth": "^1.2.3",
"@nextcloud/axios": "^1.3.2",
@@ -3272,7 +3272,7 @@
"@nextcloud/l10n": "^1.2.3",
"@nextcloud/router": "^1.0.2",
"core-js": "^3.6.5",
- "debounce": "1.2.0",
+ "debounce": "1.2.1",
"emoji-mart-vue-fast": "^7.0.7",
"escape-html": "^1.0.3",
"hammerjs": "^2.0.8",
@@ -3312,6 +3312,11 @@
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz",
"integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg=="
},
+ "debounce": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/debounce/-/debounce-1.2.1.tgz",
+ "integrity": "sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug=="
+ },
"emoji-mart-vue-fast": {
"version": "7.0.7",
"resolved": "https://registry.npmjs.org/emoji-mart-vue-fast/-/emoji-mart-vue-fast-7.0.7.tgz",
diff --git a/package.json b/package.json
index 10231e3d3..360f3fe7a 100644
--- a/package.json
+++ b/package.json
@@ -28,7 +28,7 @@
"@nextcloud/moment": "^1.1.1",
"@nextcloud/paths": "^2.0.0",
"@nextcloud/router": "^1.2.0",
- "@nextcloud/vue": "^3.7.0",
+ "@nextcloud/vue": "3.7.1",
"@nextcloud/vue-dashboard": "^1.0.1",
"attachmediastream": "^2.1.0",
"color.js": "^1.2.0",