Skip to content

Commit

Permalink
fix: update vite
Browse files Browse the repository at this point in the history
  • Loading branch information
kangmingtay committed Apr 15, 2024
1 parent 2a39002 commit 3a9d7bb
Show file tree
Hide file tree
Showing 3 changed files with 185 additions and 153 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.12"
"vite": "^5.2.8"
},
"type": "module",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"tslib": "^2.6.2",
"tsup": "^6.7.0",
"typescript": "^5.0.0",
"vite": "^5.0.12"
"vite": "^5.2.8"
},
"dependencies": {
"@supabase/auth-helpers-shared": "workspace:*"
Expand Down
Loading

0 comments on commit 3a9d7bb

Please sign in to comment.