Skip to content

Commit

Permalink
fix: missing web dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
  • Loading branch information
explodingcamera committed Aug 13, 2024
1 parent f2698d1 commit c88ebf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified web/bun.lockb
Binary file not shown.
3 changes: 2 additions & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"@explodingcamera/css": "^0.0.4",
"@fontsource-variable/figtree": "^5.0.21",
"@icons-pack/react-simple-icons": "^9.6.0",
"@nivo/line": "^0.87.0",
"@picocss/pico": "^2.0.6",
"@radix-ui/react-dialog": "^1.1.1",
"@react-spring/web": "^9.7.4",
Expand All @@ -34,5 +35,5 @@
"devDependencies": {
"@biomejs/biome": "1.8.3"
},
"trustedDependencies": ["@biomejs/biome"]
"trustedDependencies": ["@biomejs/biome", "esbuild", "sharp"]
}

0 comments on commit c88ebf0

Please sign in to comment.