react-multi-split-pane icon indicating copy to clipboard operation
react-multi-split-pane copied to clipboard

Add react 18 to peerDependencies

Open LucasvonStein opened this issue 1 year ago • 0 comments

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! : )

LucasvonStein avatar Jan 09 '23 14:01 LucasvonStein