From e3f551e965ee6e2b23230d02179e2b268bf70d92 Mon Sep 17 00:00:00 2001 From: Boaz Poolman Date: Fri, 31 May 2024 08:19:56 +0200 Subject: [PATCH] chore: update playground dependencies --- playground/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/playground/package.json b/playground/package.json index 374927d..e10f20a 100644 --- a/playground/package.json +++ b/playground/package.json @@ -16,9 +16,9 @@ "supertest": "^6.3.3" }, "dependencies": { - "@strapi/strapi": "5.0.0-beta.2", - "@strapi/plugin-users-permissions": "5.0.0-beta.2", - "@strapi/plugin-cloud": "5.0.0-beta.2", + "@strapi/strapi": "5.0.0-beta.8", + "@strapi/plugin-users-permissions": "5.0.0-beta.8", + "@strapi/plugin-cloud": "5.0.0-beta.8", "better-sqlite3": "9.4.3", "react": "^18.0.0", "react-dom": "^18.0.0",