Skip to content

Commit

Permalink
chore: update superseded package (#1185)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm authored Jul 15, 2024
1 parent 2ae567d commit 1a84700
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion apps/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"paneforge": "^0.0.2",
"svelte-headless-table": "^0.18.2",
"svelte-legos": "^0.2.2",
"svelte-local-storage-store": "^0.5.0",
"svelte-persisted-store": "^0.11.0",
"svelte-radix": "^1.1.0",
"svelte-sonner": "^0.3.19",
"sveltekit-superforms": "^2.11.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/www/src/lib/stores/config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { persisted } from "svelte-local-storage-store";
import { persisted } from "svelte-persisted-store";

import type { Style } from "$lib/registry/styles.js";
import type { Theme } from "$lib/registry/themes.js";
Expand Down
2 changes: 1 addition & 1 deletion apps/www/src/lib/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { derived, writable } from "svelte/store";
import type { TransitionConfig } from "svelte/transition";
import { twMerge } from "tailwind-merge";
import { error } from "@sveltejs/kit";
import { persisted } from "svelte-local-storage-store";
import { persisted } from "svelte-persisted-store";
import type { DocResolver } from "$lib/types/docs.js";

export function cn(...inputs: ClassValue[]) {
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

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

0 comments on commit 1a84700

Please sign in to comment.