Skip to content

Commit

Permalink
feat: SvelteKit v2 and Vite v5 (#510)
Browse files Browse the repository at this point in the history
* feat: SvelteKit v2 and Vite v5

* Remove duplicated tsconfig include
  • Loading branch information
lachlancollins authored Dec 15, 2023
1 parent 7c518a9 commit 94273b7
Show file tree
Hide file tree
Showing 5 changed files with 408 additions and 273 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@
"devDependencies": {
"@actions/core": "^1.10.1",
"@macfja/svelte-persistent-store": "2.4.1",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.30.3",
"@sveltejs/adapter-static": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@types/itemsjs": "^2.1.6",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
Expand All @@ -42,8 +43,8 @@
"svelte-select": "^4.4.7",
"typescript": "^5.3.3",
"undici": "^5.28.2",
"vite": "^4.5.1",
"vitest": "^0.33.0",
"vite": "^5.0.10",
"vitest": "^1.0.4",
"zod": "^3.22.4"
},
"lint-staged": {
Expand Down
Loading

0 comments on commit 94273b7

Please sign in to comment.