libp2p / observer-toolkit

🐣 [WIP] toolkit for building libp2p introspection widgets + a few useful out-of-the-box widgets
https://libp2p.io
MIT License
2 stars 2 forks source link

Fix builds by pinning react-scripts and create-react-app numbers #26

Closed AlanSl closed 4 years ago

AlanSl commented 4 years ago

Latest merge build failed because a new release of create-react-app (3.3.0) wanted a newer version of webpack than other dependencies causing a build error as create-react-app found different versions of webpack in the tree. See https://github.com/nearform/libp2p-introspection-ui/runs/350197867

I've tested this PR on Staging and it builds correctly: successful run here https://github.com/nearform/libp2p-introspection-ui/runs/350219236 and https://nearform.github.io/libp2p-introspection-ui/ is as expected