diff --git a/book/impls/10_minimum_example/070_sfc_compiler/plugin-sample/package.json b/book/impls/10_minimum_example/070_sfc_compiler/plugin-sample/package.json index d919f8f7..ae29ab1f 100644 --- a/book/impls/10_minimum_example/070_sfc_compiler/plugin-sample/package.json +++ b/book/impls/10_minimum_example/070_sfc_compiler/plugin-sample/package.json @@ -15,6 +15,6 @@ "@vitejs/plugin-vue": "^5.0.0", "typescript": "^5.0.2", "vite": "^6.0.0", - "vue-tsc": "^2.0.0" + "vue-tsc": "^1.4.2" } } diff --git a/examples/app/package.json b/examples/app/package.json index e8be926a..eb78d448 100644 --- a/examples/app/package.json +++ b/examples/app/package.json @@ -9,4 +9,4 @@ "devDependencies": { "vite": "^6.0.0" } -} \ No newline at end of file +}