Closed ricardochaves closed 1 year ago
I don't use the plugin anymore nor gatsby, so I cannot confirm everything will works or not.
If anyone can help and can provide a PR to make the plugin support Gatsby v5 as well, happy to review and merge it.
I'm using the updated v5 Gatsby with the current version of this package and things are working fine. Should be enough to add support by changing the package.json https://github.com/deckgo/gatsby-remark-highlight-code/blob/e2f0e3f2a09dcdda2967ca120555d792d82bd2f6/package.json#L16
to "gatsby": "^3.0.0 || ^4.0.0 || ^5.0.0",
Cool to know, can you provide a PR then @tlylt ?
Cool to know, can you provide a PR then @tlylt ?
I have created the PR following similar changes done in the commits for supporting v4.
Thanks a lot for the PR @tlylt 👍
PR is merged and a new version has been published to npm (v3.3.0
).
Thanks a lot for the PR @tlylt 👍
PR is merged and a new version has been published to npm (
v3.3.0
).
Thanks @peterpeterparker for the quick action! Just tested the released package and works fine on my site 🚀
Great to hear that, thanks for the feedback!
All your tests run successfully with version 5. Is that enough to validate that everything will work?