diff options
| author | Luke Parker <[email protected]> | 2026-04-22 15:18:51 +1000 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2026-04-23 00:25:36 -0400 |
| commit | 69b8ea0d66ce9a57e4692278853fb67cc163a67b (patch) | |
| tree | 393234a934e0d8c27f57f9e8b6f222b1df748d64 /packages/ui | |
| parent | b0455583aa8c73be47936c42c7fd96839c11e3ba (diff) | |
| download | opencode-69b8ea0d66ce9a57e4692278853fb67cc163a67b.tar.gz opencode-69b8ea0d66ce9a57e4692278853fb67cc163a67b.zip | |
chore: bump Bun to 1.3.13 (#23791)
Diffstat (limited to 'packages/ui')
| -rw-r--r-- | packages/ui/src/components/timeline-playground.stories.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ui/src/components/timeline-playground.stories.tsx b/packages/ui/src/components/timeline-playground.stories.tsx index c071db303..72f573061 100644 --- a/packages/ui/src/components/timeline-playground.stories.tsx +++ b/packages/ui/src/components/timeline-playground.stories.tsx @@ -318,7 +318,7 @@ const TOOL_SAMPLES = { tool: "bash", input: { command: "bun test --filter session", description: "Run session tests" }, output: - "bun test v1.3.11\n\n✓ session-turn.test.tsx (3 tests) 45ms\n✓ message-part.test.tsx (7 tests) 120ms\n\nTest Suites: 2 passed, 2 total\nTests: 10 passed, 10 total\nTime: 0.89s", + "bun test v1.3.13\n\n✓ session-turn.test.tsx (3 tests) 45ms\n✓ message-part.test.tsx (7 tests) 120ms\n\nTest Suites: 2 passed, 2 total\nTests: 10 passed, 10 total\nTime: 0.89s", title: "Run session tests", metadata: { command: "bun test --filter session" }, }, |
