Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
j4w8n committed Sep 11, 2024
1 parent 79e5adf commit ad4502c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.4",
"@sveltejs/kit": "^2.5.24",
"@sveltejs/kit": "^2.5.26",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@types/jsonwebtoken": "^9.0.6",
"svelte": "^4.2.19",
"svelte-check": "^3.8.6",
"tslib": "^2.7.0",
"typescript": "^5.5.4",
"vite": "^5.4.2"
"typescript": "^5.6.2",
"vite": "^5.4.4"
},
"type": "module",
"dependencies": {
"@supabase/ssr": "^0.5.0",
"@supabase/supabase-js": "^2.45.2",
"jose": "^5.7.0"
"@supabase/ssr": "^0.5.1",
"@supabase/supabase-js": "^2.45.4",
"jose": "^5.8.0"
}
}

0 comments on commit ad4502c

Please sign in to comment.