summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2020-11-16 07:33:05 +0100
committerGitHub <noreply@github.com>2020-11-16 07:33:05 +0100
commit7403aa3e792d55faacc712d533b6ddb5337c097a (patch)
tree7a1070045a43538d59baff17534384c3cb3b5bcb /package.json
parent16fb97e8be5a915916605d345a5046abd7ce3e6f (diff)
parentad59c66fe7e7eb4422a52f6392f49b120d3234a4 (diff)
Merge pull request #1938 from nextcloud/fix/dav-plugins-groups-registration
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index f9aced55..80dd1a31 100644
--- a/package.json
+++ b/package.json
@@ -24,7 +24,7 @@
"license": "agpl",
"private": true,
"scripts": {
- "build": "NODE_ENV=production webpack --progress --hide-modules --config webpack.js",
+ "build": "NODE_ENV=production webpack --progress --config webpack.js",
"dev": "NODE_ENV=development webpack --progress --config webpack.js",
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.js",
"lint": "eslint --ext .js,.vue src",
@@ -64,7 +64,7 @@
"vue-router": "^3.4.9",
"vue-virtual-scroll-list": "^2.3.1",
"vue-virtual-scroller": "^1.0.10",
- "vuex": "^3.4.0",
+ "vuex": "^3.5.1",
"vuex-router-sync": "^5.0.0"
},
"engines": {
@@ -103,7 +103,7 @@
"vue-loader": "^15.9.5",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.44.2",
- "webpack-cli": "^3.3.12",
+ "webpack-cli": "^4.2.0",
"webpack-node-externals": "^2.5.2"
},
"browserslist": [