diff --git a/playground/tailwind/package.json b/playground/tailwind/package.json index f029cc24..68b1d02b 100644 --- a/playground/tailwind/package.json +++ b/playground/tailwind/package.json @@ -15,6 +15,7 @@ "vue-router": "^4.2.5" }, "devDependencies": { + "@types/node": "^20.9.0", "@vitejs/plugin-vue": "workspace:*", "ts-node": "^10.9.1" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 36a7a1e1..480b5dbf 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -231,6 +231,9 @@ importers: specifier: ^4.2.5 version: 4.2.5(vue@3.3.8) devDependencies: + '@types/node': + specifier: ^20.9.0 + version: 20.9.0 '@vitejs/plugin-vue': specifier: workspace:* version: link:../../packages/plugin-vue