Would it be possible to allow React 19 as a valid peer dependency for @signalwire/docusaurus-theme-llms-txt? Currently only accepts 18 in package.json
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
I don't think the code is leveraging any features that would break with 19, but I will test to confirm. I'm also happy to raise a PR.
Would it be possible to allow React 19 as a valid peer dependency for
@signalwire/docusaurus-theme-llms-txt? Currently only accepts 18 in package.jsonI don't think the code is leveraging any features that would break with 19, but I will test to confirm. I'm also happy to raise a PR.