---------------------- The information extracts do not specify a maximum version for to be used with refine. The tutorial from the refine documentation(https://refine.dev/docs/tutorial/understanding-dataprovider/create-dataprovider/) uses as an example. However, it does not explicitly state that higher versions are not supported.
It's generally recommended to use the latest stable version of a package to benefit from the latest features and security updates. However, you should also check the package's release notes and refine's compatibility to ensure there are no breaking changes that could affect your application.
Here's how you install in your project as per the tutorial:
If you want to install the latest version, you can omit the version number:
Remember to test your application thoroughly after upgrading to a newer version. ---------------------- Note: you can ask me a follow up question by @ mentioning me again ----------------------