Vets-Who-Code / vets-who-code-app

http://vetswhocode.io
48 stars 42 forks source link

Update React Rich Text Renderer to v15 #409

Closed Cameron-Porter closed 1 year ago

Cameron-Porter commented 2 years ago

Describe the bug Currently we are experiencing build failures due to outdated dependencies. A temp fix has been put into place, but a more permanent solution is what we are seeking.

To Reproduce Steps to reproduce the behavior:

  1. Run 'npm run build' with Node v16 on your local machine. Will see the dependency issue arise.

Expected behavior We expect the build to pass when on Node v16

Additional context This change may also require some code to be updated depending on what changes occurred from the version update of React Rich Text Renderer.