diff --git a/packages/strapi-plugin/package.json b/packages/strapi-plugin/package.json index 8052d77f8..f4cc7026c 100644 --- a/packages/strapi-plugin/package.json +++ b/packages/strapi-plugin/package.json @@ -13,7 +13,7 @@ "node": ">= 18" }, "peerDependencies": { - "@strapi/strapi": "^4.4.0", + "@strapi/strapi": "^4.4.0 || ^5.0.0", "react": "^17.0.2 || ^18.0.0", "react-dom": "^17.0.2 || ^18.0.0" }, diff --git a/yarn.lock b/yarn.lock index 7f7e098fa..b8603c394 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3025,7 +3025,7 @@ __metadata: remirror: "npm:3.0.1" styled-components: "npm:6.1.13" peerDependencies: - "@strapi/strapi": ^4.4.0 + "@strapi/strapi": ^4.4.0 || ^5.0.0 react: ^17.0.2 || ^18.0.0 react-dom: ^17.0.2 || ^18.0.0 languageName: unknown