Skip to content

Commit

Permalink
build: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
j4w8n committed Aug 26, 2024
1 parent ae56880 commit ba0d26b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.2",
"@sveltejs/kit": "^2.5.18",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@sveltejs/adapter-auto": "^3.2.4",
"@sveltejs/kit": "^2.5.24",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@types/jsonwebtoken": "^9.0.6",
"svelte": "^4.2.18",
"svelte-check": "^3.8.5",
"tslib": "^2.6.3",
"svelte": "^4.2.19",
"svelte-check": "^3.8.6",
"tslib": "^2.7.0",
"typescript": "^5.5.4",
"vite": "^5.3.5"
"vite": "^5.4.2"
},
"type": "module",
"dependencies": {
"@supabase/ssr": "^0.4.1",
"@supabase/supabase-js": "^2.45.0",
"jose": "^5.6.3"
"@supabase/ssr": "^0.5.0",
"@supabase/supabase-js": "^2.45.2",
"jose": "^5.7.0"
}
}

0 comments on commit ba0d26b

Please sign in to comment.