Skip to content

Commit

Permalink
chore: bump to sveltekit 2
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDog896 committed Jul 23, 2024
1 parent bf98eab commit 7847cd6
Show file tree
Hide file tree
Showing 3 changed files with 330 additions and 186 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@sveltejs/adapter-static": "^2.0.2",
"@sveltejs/kit": "^1.20.4",
"@sveltejs/adapter-static": "^3.0.2",
"@sveltejs/kit": "^2.5.18",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"eslint": "^8.28.0",
Expand All @@ -26,7 +27,7 @@
"svelte-check": "^3.4.3",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^4.4.2"
"vite": "^5.3.4"
},
"type": "module"
}
}
Loading

0 comments on commit 7847cd6

Please sign in to comment.