From a6444d411d8256d6a4e18fb49d6e3c5bad7e9952 Mon Sep 17 00:00:00 2001 From: Boaz Poolman Date: Sat, 12 Oct 2024 17:14:26 +0200 Subject: [PATCH] fix: add yalc as dependency to the playground also --- playground/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playground/package.json b/playground/package.json index 74c156e..1f0de37 100644 --- a/playground/package.json +++ b/playground/package.json @@ -13,7 +13,8 @@ "devDependencies": { "jest": "^29.7.0", "jest-cli": "^29.7.0", - "supertest": "^6.3.3" + "supertest": "^6.3.3", + "yalc": "^1.0.0-pre.53" }, "dependencies": { "@strapi/plugin-cloud": "5.0.4",