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

Update package.json #494

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update package.json #494

wants to merge 1 commit into from

Conversation

hmassonn
Copy link

hello, this update of package.json permit using react 17 and pass 100% of npm run test so...

@@ -39,7 +39,7 @@
},
"peerDependencies": {
"d3": "^5.5.0",
"react": "^16.4.1"
"react": "^17.0.2"
Copy link
Owner

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.

Suggested change
"react": "^17.0.2"
"react": ">=16.4.1"

Copy link
Author

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",
Copy link
Owner

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 🤔

Copy link
Author

Choose a reason for hiding this comment

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

no

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants