Skip to content

Commit

Permalink
feat: bump sveltekit (#733)
Browse files Browse the repository at this point in the history
Co-authored-by: joel <[email protected]>
  • Loading branch information
J0 and joel authored Jan 29, 2024
1 parent 7d3e444 commit f335b35
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 40 deletions.
2 changes: 1 addition & 1 deletion examples/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"tsconfig": "workspace:*",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^5.0.0"
"vite": "^5.0.12"
},
"type": "module",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@
"homepage": "https://github.com/supabase/auth-helpers/tree/main/packages/sveltekit#readme",
"devDependencies": {
"@supabase/supabase-js": "2.19.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/kit": "^2.4.3",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"rimraf": "^4.4.1",
"svelte": "^4.0.0",
"tsconfig": "workspace:*",
"tslib": "^2.6.2",
"tsup": "^6.7.0",
"typescript": "^5.0.0",
"vite": "^5.0.0"
"vite": "^5.0.12"
},
"dependencies": {
"@supabase/auth-helpers-shared": "workspace:*"
Expand Down
97 changes: 60 additions & 37 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 f335b35

Please sign in to comment.