-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
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
chore(v2): update dependencies #1985
Conversation
@@ -5,7 +5,7 @@ | |||
* LICENSE file in the root directory of this source tree. | |||
*/ | |||
|
|||
import chalk from 'chalk'; | |||
import chalk = require('chalk'); |
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.
Deploy preview for docusaurus-2 ready! Built with commit a5fa70c |
Deploy preview for docusaurus-preview ready! Built with commit a5fa70c |
@@ -10,8 +10,8 @@ | |||
"dependencies": { | |||
"@endiliey/lqip-loader": "^3.0.0", | |||
"@endiliey/responsive-loader": "^1.3.1", | |||
"react-ideal-image": "^0.0.5", | |||
"react-waypoint": "8.1.0", | |||
"@endiliey/react-ideal-image": "^0.0.8", |
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.
Forked because that repo is so outdated.... :( (it still uses babel 7). Maintainer don't want to respond to issues and PR as well. My update is minimal stereobooster/react-ideal-image@master...endiliey:master
Interestingly with this fork main bundle size reduced by 14kbs. Crazy ... Most likely because react waypoint is bundled better now in v9
Motivation
Stay updated :)
Have you read the Contributing Guidelines on pull requests?
yes
Test Plan