pluginpal / strapi-plugin-config-sync

:recycle: CLI & GUI for continuous migration of config data across environments
https://www.pluginpal.io/plugin/config-sync
MIT License
251 stars 36 forks source link

fix: lock the react-diff-viewer-continued dependency to 3.2.6 #107

Closed boazpoolman closed 11 months ago

boazpoolman commented 11 months ago

What does it do?

Lock react-diff-viewer-continued to version 3.2.6

Why is it needed?

Because version 3.3.0 is faulty. See #105

How to test it?

For the latests commit on the master branch the error has been reproduced in the pipeline. See: https://github.com/boazpoolman/strapi-plugin-config-sync/actions/runs/6551531539/job/17792933173

To test this PR we just have to see the the pipeline is successful.

Related issue(s)/PR(s)

105