Skip to content

Commit

Permalink
chore(deps): update package
Browse files Browse the repository at this point in the history
  • Loading branch information
moonlitgrace committed Jan 5, 2025
1 parent 91e3093 commit 0a2355a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 21 deletions.
40 changes: 21 additions & 19 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"readable-numbers": "^1.0.8",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"svelte-medium-image-zoom": "^0.1.3",
"svelte-medium-image-zoom": "^0.1.4",
"tailwind-merge": "^2.5.4",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.9",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/lib/components/ui/zoom.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
let { children } = $props();
</script>

<Zoom class_button_unzoom="btn" class_button_zoom="btn" zoom_margin={10}>
<Zoom class_button="btn" zoom_margin={10}>
{#snippet icon_zoom()}
<coreicons-shape-expand class="size-5"></coreicons-shape-expand>
{/snippet}
Expand Down

0 comments on commit 0a2355a

Please sign in to comment.