diff options
| author | Paul Rubritz <paulr@tailscale.com> | 2025-10-15 10:59:15 -0400 |
|---|---|---|
| committer | Paul Rubritz <paulr@tailscale.com> | 2025-10-15 16:35:54 -0400 |
| commit | 24227fac197cdca6519a265f78eb7999eb591a12 (patch) | |
| tree | 750a9331f8cc098c574aceb3fd4ecc8ce6d203c9 /client/web/package.json | |
| parent | b411ffb52f1336e5284dd70641ccc654fd2b407f (diff) | |
| download | tailscale-ptruby/initial-tailscale-ui-components-integration.tar.xz tailscale-ptruby/initial-tailscale-ui-components-integration.zip | |
client/web: integrate tailscale-ui-components repoptruby/initial-tailscale-ui-components-integration
initial integration of the new tailscale-ui-components repo. uses the Badge component from that repo.
Fixes tailscale/corp#33380
Signed-off-by: Paul Rubritz <paulr@tailscale.com>
Diffstat (limited to 'client/web/package.json')
| -rw-r--r-- | client/web/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/web/package.json b/client/web/package.json index c45f7d6a8..51f6c7f38 100644 --- a/client/web/package.json +++ b/client/web/package.json @@ -4,7 +4,7 @@ "license": "BSD-3-Clause", "engines": { "node": "22.14.0", - "yarn": "1.22.19" + "yarn": "1.22.22" }, "type": "module", "private": true, @@ -12,6 +12,7 @@ "@radix-ui/react-collapsible": "^1.0.3", "@radix-ui/react-dialog": "^1.0.5", "@radix-ui/react-popover": "^1.0.6", + "@tailscale/tailscale-ui-components": "^0.0.5", "classnames": "^2.3.1", "react": "^18.2.0", "react-dom": "^18.2.0", |
