Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-11-06 11:09:31 +0300
committerJulius Härtl <jus@bitgrid.net>2020-11-24 13:17:55 +0300
commit99ac0db0c7bf8ee44995d3e56c6c845afba2691e (patch)
tree9d56b5364348789a783e041c0446a4d099d1a273
parentadcb73d8f601cdda7749b672546b2fc6c4c9b844 (diff)
Bump nextcloud-vue to 0.13.1
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 492a2a1c04a..8f341762fa6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -7314,9 +7314,9 @@
}
},
"nextcloud-vue": {
- "version": "0.13.0",
- "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.13.0.tgz",
- "integrity": "sha512-MKOZFv4RPSd2xjh7IV/iSZiRQceCOPPL139cEQ4aX3G6LzQfGLuNE97vn0U6vQbqlrINwHVh0k6IBaNIZ2Su2g==",
+ "version": "0.13.1",
+ "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.13.1.tgz",
+ "integrity": "sha512-NFkdJzRR06KSlOuOs6nA70JEhkd2bs/BfJk9flSLrqnLe9b0BV+3n0XcpX/RCHP74+53bOp5Hciy9LggBAw+yA==",
"requires": {
"@babel/polyfill": "^7.4.4",
"escape-html": "^1.0.3",
diff --git a/package.json b/package.json
index 2994056e440..53fc0ab7e60 100644
--- a/package.json
+++ b/package.json
@@ -56,7 +56,7 @@
"moment-timezone": "^0.5.27",
"nextcloud-password-confirmation": "^0.4.2",
"nextcloud-router": "0.0.9",
- "nextcloud-vue": "^0.13.0",
+ "nextcloud-vue": "^0.13.1",
"nextcloud-vue-collections": "^0.7.1",
"p-limit": "^2.2.2",
"p-queue": "^6.2.1",