Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Commit 12e11e1

Browse files
committed
Update dependencies
1 parent 7677f40 commit 12e11e1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
- Added a temporary hack to bypass [startup info logging](https://github.com/webpack/webpack-dev-server/blob/50c09a4b64c013cca0acb6013bdaa28d0f342149/lib/utils/status.js#L9-L16) Webpack Dev Server currently does even when its `quiet` option is set.
66
- CSS minification hasn't been enabled since nwb v0.23.0 as css-loader v1.0.0 stopped doing it by default - re-enable it using [Optimize CSS Assets Webpack Plugin](https://github.com/NMFR/optimize-css-assets-webpack-plugin) [[#467](https://github.com/insin/nwb/issues/467)]
77

8+
## Dependencies
9+
10+
- minimist v1.2.4 → v1.2.5
11+
812
# 0.24.2 / 2020-03-12
913

1014
## Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"fs-extra": "8.1.0",
4040
"gzip-size": "5.1.1",
4141
"inquirer": "7.1.0",
42-
"minimist": "1.2.4",
42+
"minimist": "1.2.5",
4343
"ora": "4.0.3",
4444
"resolve": "1.15.1",
4545
"run-series": "1.1.8",

0 commit comments

Comments
 (0)