Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
more specific builder versions
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Mar 19, 2024
1 parent c069e45 commit 008e007
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions dev-server-frontend/src/HeaderMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,15 @@ export const HeaderMenu = () => {
@tscircuit/cli v{cliPackageJson.version}
</MenubarItem>
<MenubarItem disabled>
@tscircuit/builder v
{cliPackageJson.dependencies["@tscircuit/builder"].replace(
@tscircuit/builder (cli) v
{cliPackageJson.dependencies?.["@tscircuit/builder"]?.replace(
/\^/g,
""
)}
</MenubarItem>
<MenubarItem disabled>
@tscircuit/builder (ui) v
{packageJson.dependencies?.["@tscircuit/builder"]?.replace(
/\^/g,
""
)}
Expand Down

0 comments on commit 008e007

Please sign in to comment.