Merge remote-tracking branch 'origin/master' into lucia_addition

This commit is contained in:
Dan Mihailescu 2024-12-15 12:18:49 -05:00
commit c7e69b99f2
31 changed files with 559 additions and 94 deletions

View file

@ -31,6 +31,7 @@
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.9.0",
"@sveltejs/vite-plugin-svelte": "^5.0.0",
"@types/bun": "^1.1.14",
"autoprefixer": "^10.4.20",
"eslint": "^9.7.0",
"eslint-config-prettier": "^9.1.0",
@ -41,6 +42,7 @@
"prettier-plugin-tailwindcss": "^0.6.5",
"prisma": "^6.0.1",
"storybook": "^8.4.7",
"storybook-dark-mode": "^4.0.2",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"tailwindcss": "^3.4.9",
@ -56,14 +58,14 @@
"@prisma/client": "6.0.1",
"@supabase/supabase-js": "^2.47.6",
"@tailwindcss/typography": "^0.5.15",
"@types/bun": "^1.1.14",
"dayjs": "^1.11.13",
"graphql": "^16.9.0",
"graphql-yoga": "^5.10.4",
"lucia": "^3.2.2",
"oslo": "^1.2.1",
"pino": "^9.5.0",
"pino-pretty": "^13.0.0",
"storybook-dark-mode": "^4.0.2",
"tailwind-merge": "^2.5.5",
"zod": "^3.24.0"
}
}