fix: add yalc as dependency to the playground also

pull/147/head
Boaz Poolman 2024-10-12 17:14:26 +02:00
parent e3e2d3e0af
commit a6444d411d
1 changed files with 2 additions and 1 deletions

View File

@ -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",