diff --git a/apps/playground/package.json b/apps/playground/package.json index e4c0221a..fe003378 100644 --- a/apps/playground/package.json +++ b/apps/playground/package.json @@ -24,6 +24,7 @@ "@skeletonlabs/tw-plugin": "0.1.0", "@sveltejs/adapter-auto": "2.1.0", "@sveltejs/adapter-node": "1.3.1", + "@sveltejs/adapter-vercel": "3.0.3", "@sveltejs/kit": "1.24.1", "@tailwindcss/container-queries": "0.1.1", "@tailwindcss/forms": "0.5.6", @@ -62,9 +63,12 @@ "vitest": "0.34.4", "zod": "3.22.2" }, + "trustedDependencies": [ + "sharp" + ], "optionalDependencies": { "@playwright/test": "1.37.1", "@vitest/ui": "0.34.4" }, "type": "module" -} +} \ No newline at end of file diff --git a/bun.lockb b/bun.lockb index 3cecce87..5e38c51f 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index e538fab1..95adc430 100644 --- a/package.json +++ b/package.json @@ -57,4 +57,4 @@ }, "packageManager": "bun@1.0.2", "version": "0.1.2" -} \ No newline at end of file +}