diff --git a/guide/migration.md b/guide/migration.md index 7eab8b19..4eaa1f20 100644 --- a/guide/migration.md +++ b/guide/migration.md @@ -23,7 +23,7 @@ Vite 8 は、esbuild と Rollup の代わりに Rolldown と Oxc ベースのツ ```json { - "dependencies": { + "devDependencies": { "vite": "npm:rolldown-vite@7.2.2" // [!code --] "vite": "^8.0.0" // [!code ++] }