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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-12-22 12:36:18 +0300
committerGitHub <noreply@github.com>2020-12-22 12:36:18 +0300
commitb92ea121a478cf7264d75084add5de1aa1584285 (patch)
tree713ff90b03bdc52b908a6998bdceed871978a7eb /package.json
parent081e8e55788ba3ff25efa843c7ca1c40749e9436 (diff)
parent762571d29a537251236e39e38357882d9a35af75 (diff)
Merge pull request #1286 from nextcloud/dependabot/npm_and_yarn/webpack-cli-4.2.0v21.0.0beta3
Bump webpack-cli from 3.3.12 to 4.2.0
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index d72e56571..394ad3688 100644
--- a/package.json
+++ b/package.json
@@ -14,7 +14,7 @@
"scripts": {
"dev": "NODE_ENV=development webpack --config webpack.dev.js",
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.dev.js",
- "build": "NODE_ENV=production webpack --progress --hide-modules --config webpack.prod.js",
+ "build": "NODE_ENV=production webpack --progress --config webpack.prod.js",
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --ext .js,.vue src --fix",
"stylelint": "stylelint src/**/*.vue src/**/*.scss src/**/*.css",
@@ -109,7 +109,7 @@
"vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.44.2",
- "webpack-cli": "^3.3.12",
+ "webpack-cli": "^4.2.0",
"webpack-merge": "^5.7.2"
},
"jest": {