Upgrade to kit 1.0.0-next.431

This commit is contained in:
Ryan Gossiaux
2023-06-14 13:55:52 -07:00
parent bb0c9ee8fb
commit 4c58b218b4
4 changed files with 104 additions and 24 deletions

View File

@@ -19,7 +19,7 @@
"scripts": {
"dev": "vite dev",
"build": "svelte-kit build",
"package": "svelte-kit package && find package/ -type f -exec sed -i '' -e 's/process.env.NODE_ENV/\"production\"/' {} \\;",
"package": "svelte-package && find package/ -type f -exec sed -i '' -e 's/process.env.NODE_ENV/\"production\"/' {} \\;",
"preview": "svelte-kit preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
@@ -35,7 +35,8 @@
"@babel/preset-env": "^7.16.5",
"@rgossiaux/svelte-heroicons": "^0.1.2",
"@sveltejs/adapter-auto": "next",
"@sveltejs/kit": "^1.0.0-next.406",
"@sveltejs/kit": "^1.0.0-next.431",
"@sveltejs/package": "1.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.0",
"@testing-library/jest-dom": "^5.16.1",