Use latest version of @foxglove/studio during project setup
Closed this issue · 2 comments
defunctzombie commented
Rather than hard-coding the version for @foxglove/studio we should lookup and use the latest version. This avoids having to make new releases of fox to support new releases of @foxglove/studio
defunctzombie commented
What I meant is that we need to lookup the latest version - not hard-code it.
defunctzombie commented
The approach that tools like create-next-app take is to invoke yarn add
which adds the latest version to package.json. This avoids us having to write code to lookup a version.