Skip to content

Commit

Permalink
add: update to sveltekit2
Browse files Browse the repository at this point in the history
  • Loading branch information
matfire committed Jan 30, 2024
1 parent cac07e7 commit 7cbd0e8
Show file tree
Hide file tree
Showing 21 changed files with 480 additions and 136 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@
"@dagger.io/dagger": "^0.8.8",
"@floating-ui/dom": "^1.5.4",
"@playwright/test": "^1.40.1",
"@sveltejs/adapter-auto": "^2.1.1",
"@sveltejs/adapter-node": "^1.3.1",
"@sveltejs/kit": "^1.30.3",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/adapter-node": "^2.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@types/bcryptjs": "^2.4.6",
Expand All @@ -46,7 +47,7 @@
"tailwindcss": "^3.4.1",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^4.5.1"
"vite": "^5.0.0"
},
"type": "module",
"dependencies": {
Expand Down
Loading

0 comments on commit 7cbd0e8

Please sign in to comment.