From d48237f6bcff5777a7df51a085eabc05ddb1d50b Mon Sep 17 00:00:00 2001 From: pieh Date: Thu, 5 Sep 2024 16:41:31 +0200 Subject: [PATCH] fix(remix-init): add missing dependencies to remix.init script --- remix.init/package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/remix.init/package.json b/remix.init/package.json index 4da76cd..f61e393 100644 --- a/remix.init/package.json +++ b/remix.init/package.json @@ -6,6 +6,8 @@ "private": true, "dependencies": { "@clack/prompts": "^0.7.0", - "argh": "^1.0.0" + "@npmcli/package-json": "^4.0.1", + "argh": "^1.0.0", + "execa": "5.1.1" } }