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

github.com/matsuyoshi30/harbor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatsuyoshi <sfbgwm30@gmail.com>2021-03-27 17:08:48 +0300
committermatsuyoshi <sfbgwm30@gmail.com>2021-03-27 18:28:07 +0300
commit249985a7b22a1c237792c3ef942035c5a32e14b2 (patch)
treecc52879f9ed81250002d142ebe467af5578a7fa1 /package.json
parentcb37dced774726948b627c08f760b254077209a1 (diff)
update webpack-merge webpack-cli
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 85eadc9..3d0654e 100644
--- a/package.json
+++ b/package.json
@@ -15,7 +15,7 @@
"dependencies": {
"instant.page": "^3.0.0",
"lunr": "^2.3.8",
- "webpack-merge": "^4.2.2"
+ "webpack-merge": "^5.7.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.8.1",
@@ -33,8 +33,8 @@
"prettier-eslint-cli": "^5.0.0",
"prettier-plugin-go-template": "^0.0.10",
"style-loader": "^1.1.3",
- "webpack": "^4.42.0",
- "webpack-cli": "^3.3.11"
+ "webpack": "^5.28.0",
+ "webpack-cli": "^4.5.0"
},
"husky": {
"hooks": {