Skip to content

Commit

Permalink
fix: update sveltekit, svelte, and adapter to fix isr bug (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
tconbeer authored May 3, 2024
1 parent ec59217 commit 65bb67f
Show file tree
Hide file tree
Showing 5 changed files with 411 additions and 230 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
],
"devDependencies": {
"@fastify/pre-commit": "^2.0.2",
"@sveltejs/adapter-vercel": "^3.0.3",
"@sveltejs/kit": "^1.24.1",
"@sveltejs/adapter-vercel": "^5.1.1",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.15",
Expand All @@ -32,13 +33,13 @@
"prettier-plugin-svelte": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"rehype-slug": "^6.0.0",
"svelte": "^4.2.0",
"svelte": "^4.2.15",
"svelte-check": "^3.5.1",
"svgo": "^3.0.5",
"tailwindcss": "^3.3.3",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.5.3"
"vite": "^5.0.0"
},
"type": "module"
}
}
Loading

0 comments on commit 65bb67f

Please sign in to comment.