diff --git a/src/cli/commands/plugin/init/action.ts b/src/cli/commands/plugin/init/action.ts index 2853d2e..8481753 100644 --- a/src/cli/commands/plugin/init/action.ts +++ b/src/cli/commands/plugin/init/action.ts @@ -251,11 +251,13 @@ const PLUGIN_TEMPLATE = defineTemplate(async ({ logger, gitConfig, packagePath } * version, failing that we leave the fallback of *. */ '@strapi/strapi': '*', + '@strapi/sdk-plugin': '*', prettier: '*', }, peerDependencies: { // TODO: set this to 5.0.0 when Strapi 5 is released '@strapi/strapi': '^5.0.0-beta', + '@strapi/sdk-plugin': '^5.0.0', }, strapi: { kind: 'plugin',