-
Notifications
You must be signed in to change notification settings - Fork 231
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 package.json #494
base: master
Are you sure you want to change the base?
Update package.json #494
Conversation
@@ -39,7 +39,7 @@ | |||
}, | |||
"peerDependencies": { | |||
"d3": "^5.5.0", | |||
"react": "^16.4.1" | |||
"react": "^17.0.2" |
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.
I'm ok on allowing react 16 or greater, but we shouldn't block clients to use react 16.
"react": "^17.0.2" | |
"react": ">=16.4.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.
you could create a new version for this
@@ -64,7 +64,7 @@ | |||
"eslint-plugin-promise": "4.2.1", | |||
"eslint-plugin-react": "7.14.3", | |||
"eslint-plugin-standard": "4.0.1", | |||
"html-webpack-plugin": "2.30.1", | |||
"html-webpack-plugin": "^4.0.0", |
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.
Wonder if this does need other dependency updates 🤔
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.
no
hello, this update of package.json permit using react 17 and pass 100% of npm run test so...