generate-react-cli
Advanced tools
Comparing version
@@ -5,2 +5,4 @@ # Changelog | ||
### [4.0.1](https://github.com/arminbro/generate-react-cli/compare/v4.0.0...v4.0.1) (2020-04-05) | ||
## [4.0.0](https://github.com/arminbro/generate-react-cli/compare/v3.0.2...v4.0.0) (2020-03-21) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "generate-react-cli", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "A simple React CLI to generate components instantly and more.", | ||
@@ -47,3 +47,3 @@ "repository": "https://github.com/arminbro/generate-react-cli", | ||
"dependencies": { | ||
"chalk": "^3.0.0", | ||
"chalk": "^4.0.0", | ||
"commander": "^5.0.0", | ||
@@ -65,9 +65,9 @@ "deep-keys": "^0.5.0", | ||
"eslint-config-airbnb-base": "^14.1.0", | ||
"eslint-config-prettier": "^6.10.0", | ||
"eslint-plugin-import": "^2.20.1", | ||
"eslint-config-prettier": "^6.10.1", | ||
"eslint-plugin-import": "^2.20.2", | ||
"eslint-plugin-jsx-a11y": "^6.2.3", | ||
"eslint-plugin-prettier": "^3.1.2", | ||
"husky": "^4.2.3", | ||
"jest": "^25.1.0", | ||
"prettier": "^1.19.1", | ||
"jest": "^25.2.7", | ||
"prettier": "^2.0.2", | ||
"pretty-quick": "^2.0.1", | ||
@@ -74,0 +74,0 @@ "rimraf": "^3.0.2", |
33170
0.29%- Removed
Updated