foxglove / create-foxglove-extension

Create Foxglove Studio extensions
https://foxglove.dev
MIT License
34 stars 23 forks source link

Fix major versions of new extension dependencies #116

Closed foxymiles closed 1 year ago

foxymiles commented 1 year ago

Public-Facing Changes

Fix creation of new extensions

Description

Specify at least the major version of dependencies in new extensions to reduce the likelihood of incompatible dependencies. This won't be foolproof but should be more robust than our current approach of installing the latest version of everything which has broken multiple times now.

FG-4956