-
Notifications
You must be signed in to change notification settings - Fork 560
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
Update Dependencies #1821
Update Dependencies #1821
Conversation
"eslint-plugin-prettier": "3.1.2", | ||
"eslint-plugin-react": "7.17.0", | ||
"eslint-plugin-react-hooks": "2.3.0", | ||
"fake-indexeddb": "3.0.0", | ||
"hard-source-webpack-plugin": "0.13.1", | ||
"html-webpack-plugin": "3.2.0", | ||
"husky": "3.1.0", | ||
"husky": "4.0.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix: make Yarn silent. When Husky was installed with Yarn 1.21.1, hooks output was too verbose (#626).
Support Yarn v2 new Plug'n'Play feature (thanks to @arcanis)
Improve path handling on Windows (in particular with Cygwin and Cmdr)
Remove dependencies and simplify code
Breaking requires Node 10+
Looks great.
"draft-js": "0.11.3", | ||
"core-js": "3.6.2", | ||
"date-fns": "2.9.0", | ||
"draft-js": "0.11.4", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On the ball - thanks again 🙇
Fix
Fixes: #1732 because of draft-js update
Updates Dependencies
Test
Run app and click around.
Review
Only one developer is required to review these changes, but anyone can perform the review.
Release
RELEASE-NOTES.txt
was updated with: