Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Add react 18 to peerDependencies #15

Open
LucasvonStein opened this issue Jan 9, 2023 · 0 comments
Open

Add react 18 to peerDependencies #15

LucasvonStein opened this issue Jan 9, 2023 · 0 comments

Comments

@LucasvonStein
Copy link

Is your feature request related to a problem? Please describe.

The current version do not include react 18 in peer dependency. Would be grate to see them added

Describe the solution you'd like

change peerDependencies from

"peerDependencies": {
	"react": "^16.14.0 || ^17.0.1",
	"react-dom": "^16.14.0 || ^17.0.1"
},

to

"peerDependencies": {
	"react": "^16.14.0 || ^17.0.1 || ^18.0.0",
	"react-dom": "^16.14.0 || ^17.0.1 || ^18.0.0"
},

Additional context

Thanks a lot for this module, it is really great! : )

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

No branches or pull requests

1 participant