From a3f72e9ab94af57840acb6204a9ed369d449b589 Mon Sep 17 00:00:00 2001 From: Boaz Poolman Date: Mon, 10 Nov 2025 22:05:36 +0100 Subject: [PATCH] chore: update packages in playground --- playground/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/playground/package.json b/playground/package.json index eef7ebe..aba9bea 100644 --- a/playground/package.json +++ b/playground/package.json @@ -21,10 +21,10 @@ "yalc": "^1.0.0-pre.53" }, "dependencies": { - "@strapi/plugin-cloud": "5.16.0", - "@strapi/plugin-users-permissions": "5.16.0", - "@strapi/strapi": "5.16.0", - "better-sqlite3": "9.4.3", + "@strapi/plugin-cloud": "5.30.1", + "@strapi/plugin-users-permissions": "5.30.1", + "@strapi/strapi": "5.30.1", + "better-sqlite3": "11.3.0", "react": "^18.0.0", "react-dom": "^18.0.0", "react-router-dom": "^6.0.0", @@ -38,7 +38,7 @@ "uuid": "edadddbd-0f25-4da7-833b-d4cd7dcae2fc" }, "engines": { - "node": ">=18.0.0 <=20.x.x", + "node": ">=20.0.0 <=22.x.x", "npm": ">=6.0.0" }, "license": "MIT"