diff options
| author | David Hill <[email protected]> | 2026-01-15 19:15:19 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-01-15 19:15:21 +0000 |
| commit | b4717d80925671f75fb514ff831f734956ee7404 (patch) | |
| tree | 686662d9c8310194b3e878fcc4d25b0e9e5fbf79 | |
| parent | dc8f8cc567fc8454ec59b769835e9121de1c3fbc (diff) | |
| download | opencode-b4717d80925671f75fb514ff831f734956ee7404.tar.gz opencode-b4717d80925671f75fb514ff831f734956ee7404.zip | |
bun/package.json updates
this may not be required
| -rw-r--r-- | bun.lock | 2 | ||||
| -rw-r--r-- | packages/ui/package.json | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -410,7 +410,7 @@ "@solid-primitives/resize-observer": "2.1.3", "@solidjs/meta": "catalog:", "@typescript/native-preview": "catalog:", - "dompurify": "catalog:", + "dompurify": "3.3.1", "fuzzysort": "catalog:", "katex": "0.16.27", "luxon": "catalog:", diff --git a/packages/ui/package.json b/packages/ui/package.json index 143945e40..b2d7a414e 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -48,10 +48,10 @@ "@solid-primitives/resize-observer": "2.1.3", "@solidjs/meta": "catalog:", "@typescript/native-preview": "catalog:", + "dompurify": "3.3.1", "fuzzysort": "catalog:", "katex": "0.16.27", "luxon": "catalog:", - "dompurify": "catalog:", "marked": "catalog:", "marked-katex-extension": "5.1.6", "marked-shiki": "catalog:", |
