foxglove/create-foxglove-extension

Use latest version of @foxglove/studio during project setup

Closed this issue · 2 comments

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

What I meant is that we need to lookup the latest version - not hard-code it.

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.