Skip to content

Commit

Permalink
upgrade to SvelteKit 2
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainCodeman committed Dec 17, 2023
1 parent 23ec283 commit 81950ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@
"svelte": "^3.54.0 || ^4.0.0"
},
"devDependencies": {
"@sveltejs/adapter-static": "^2.0.2",
"@sveltejs/kit": "^1.20.4",
"@sveltejs/adapter-static": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@tailwindcss/forms": "^0.5.3",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
Expand All @@ -60,9 +61,9 @@
"tslib": "^2.5.3",
"tsup": "^7.0.0",
"typescript": "^5.1.3",
"vite": "^4.3.9"
"vite": "^5.0.0"
},
"dependencies": {
"highlight.js": "^11.8.0"
}
}
}
2 changes: 1 addition & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import adapter from '@sveltejs/adapter-static'
import { vitePreprocess } from '@sveltejs/kit/vite'
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'

/** @type {import('@sveltejs/kit').Config} */
const config = {
Expand Down

0 comments on commit 81950ef

Please sign in to comment.