Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move filesize to dev dependencies #401

Merged
merged 1 commit into from Dec 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -37,7 +37,6 @@
"acorn-walk": "^8.0.0",
"chalk": "^4.1.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can be replaced by colorette (light, fast and with simple API), already used in webpack-cli@4, so for developers which use webpack-cli and webpack-bundle-analyzer we will have less deps

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point but something for a different PR :)

"commander": "^6.2.0",
"filesize": "^6.1.0",
"gzip-size": "^6.0.0",
"lodash": "^4.17.20",
"opener": "^1.5.2",
Expand Down Expand Up @@ -69,6 +68,7 @@
"eslint-config-th0r-react": "2.0.1",
"eslint-plugin-react": "7.21.5",
"exports-loader": "1.1.1",
"filesize": "^6.1.0",
"globby": "11.0.1",
"gulp": "4.0.2",
"gulp-babel": "8.0.0",
Expand Down