Skip to content

Commit

Permalink
chore(sveltekit): use new APIs in sveltekit-example-app (#10011)
Browse files Browse the repository at this point in the history
* fix: udpate svelte example app to use new API

* fix: wrap sveltekit/components SignIn/SignOut btns with slot

* fix: simplify src/auth.ts

* fix: pnpm-lock since examples/* aren't part of the pnpm workspace

* fix: more cleanup

* fix: add /signout +page.server.ts

* fix: cleanup header
  • Loading branch information
ndom91 authored Mar 1, 2024
1 parent 9cae5d5 commit 42a6a7e
Show file tree
Hide file tree
Showing 12 changed files with 1,328 additions and 167 deletions.
2 changes: 1 addition & 1 deletion apps/examples/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@sveltejs/adapter-auto": "3.1.0",
"@sveltejs/kit": "2.4.3",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"svelte": "4.2.9",
"svelte-check": "3.6.3",
"typescript": "5.2.2",
Expand Down
Loading

0 comments on commit 42a6a7e

Please sign in to comment.