summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
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": [