table-library / react-table-library

:bento: React Table Library
https://react-table-library.com
MIT License
747 stars 47 forks source link

Update react-virtualized-auto-sizer dependency to support react 18 #99

Closed ivanvaccari closed 1 year ago

ivanvaccari commented 1 year ago

The current dependency "react-virtualized-auto-sizer" is fixed to 1.0.6 which in turn lock the version to be lower than 18.

react-virtualized-auto-sizer@1.0.7 updates dependency to include also react 18.

By updating it i can remove npm overrides which are causing me quite a lot of headaches 😄

Thanks

proddy commented 1 year ago

how did you fix that? Because I'm also tired of all the warnings in my project. We tried before with https://github.com/table-library/react-table-library/commit/d225372db6ca476bb40c285a16dabc1e18c9ad5b#commitcomment-83185847

rwieruch commented 1 year ago

Oh, there seems to be a new version for React 18 finally. Anyone who wants to open a PR? :)

proddy commented 1 year ago

I can do that.

btw there are other libs that could be updated too:

image

github-actions[bot] commented 1 year ago

:tada: This issue has been resolved in version 4.0.25 :tada:

The release is available on:

Your semantic-release bot :package::rocket: