Upgrade kit from 1.0.0-next.202 to 1.0.0-next.299

annoyingly got stuck in dependency hell here because of breaking changes in vite-plugin-svelte
This commit is contained in:
Ryan Gossiaux
2023-06-14 12:10:22 -07:00
parent 20cf4f0e16
commit 782b3ee49c
6 changed files with 540 additions and 839 deletions

View File

@@ -35,7 +35,7 @@
"@babel/preset-env": "^7.16.5",
"@rgossiaux/svelte-heroicons": "^0.1.2",
"@sveltejs/adapter-auto": "next",
"@sveltejs/kit": "next",
"@sveltejs/kit": "^1.0.0-next.299",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.0",
"@testing-library/jest-dom": "^5.16.1",
@@ -69,5 +69,8 @@
"tslib": "^2.3.1",
"typescript": "^4.4.3"
},
"overrides": {
"@sveltejs/vite-plugin-svelte": "1.0.0-next.32"
},
"type": "module"
}