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

github.com/jimfrenette/hugo-starter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjimfrenette <jimfrenette@yahoo.com>2021-08-03 14:10:55 +0300
committerjimfrenette <jimfrenette@yahoo.com>2021-08-03 14:10:55 +0300
commite2c50b773ff167a1800e5f47e0939e3887172919 (patch)
treefa84cd140452f6b8956adc15f547ae52b700a049 /package.json
parent3e99a3d35a7f19e3b8c0e7b9f013880149d0b52d (diff)
frontend build dependencies update
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 68a47f3..81cb2a5 100644
--- a/package.json
+++ b/package.json
@@ -25,14 +25,14 @@
"babel-loader": "^8.0.5",
"css-loader": "^2.1.0",
"mini-css-extract-plugin": "^0.5.0",
- "node-sass": "^4.13.1",
+ "node-sass": "^4.14.1",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^2.1.1",
- "webpack": "^4.29.0",
- "webpack-merge": "^4.2.1",
+ "webpack": "^4.46.0",
+ "webpack-merge": "^4.2.2",
"webpack-nano": "^0.6.1"
}
}