Skip to content

Commit

Permalink
sveltekit 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed May 17, 2024
1 parent 075778a commit b351fd3
Show file tree
Hide file tree
Showing 7 changed files with 352 additions and 203 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
},
"devDependencies": {
"@playwright/test": "^1.37.1",
"@sveltejs/adapter-vercel": "3.0.3",
"@sveltejs/kit": "^1.30.3",
"@sveltejs/adapter-vercel": "^4.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/site-kit": "6.0.0-next.39",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@types/diff": "^5.0.3",
"@types/prismjs": "^1.26.0",
"@types/ws": "^8.5.5",
Expand All @@ -31,7 +32,7 @@
"svelte-check": "^3.5.1",
"tiny-glob": "^0.2.9",
"typescript": "^5.3.3",
"vite": "^4.5.2"
"vite": "^5.0.0"
},
"type": "module",
"dependencies": {
Expand Down Expand Up @@ -68,4 +69,4 @@
"yootils": "^0.3.1"
},
"packageManager": "[email protected]"
}
}
Loading

0 comments on commit b351fd3

Please sign in to comment.