[chore] updated to svelte 4

This commit is contained in:
kwaroran
2023-07-21 00:44:29 +09:00
parent a0dcc6f8b9
commit 67f8e9e514
2 changed files with 177 additions and 111 deletions

View File

@@ -54,7 +54,7 @@
"web-streams-polyfill": "^3.2.1"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^2.4.1",
"@tailwindcss/typography": "^0.5.9",
"@tauri-apps/cli": "1.4.0",
"@tsconfig/svelte": "^3.0.0",
@@ -73,14 +73,14 @@
"autoprefixer": "^10.4.14",
"internal-ip": "^7.0.0",
"postcss": "^8.4.23",
"svelte": "^3.54.0",
"svelte-check": "^3.0.0",
"svelte-preprocess": "^5.0.0",
"svelte": "^4.1.0",
"svelte-check": "^3.4.3",
"svelte-preprocess": "^5.0.4",
"tailwindcss": "^3.3.1",
"tslib": "^2.4.1",
"typescript": "^4.9.5",
"typescript": "^5.0.0",
"vite": "^4.3.9",
"vite-plugin-top-level-await": "^1.3.1",
"vite-plugin-wasm": "^3.2.2"
}
}
}