Skip to content

Commit

Permalink
chore: exit pre mode
Browse files Browse the repository at this point in the history
  • Loading branch information
innerdvations committed May 23, 2024
1 parent 51a61ad commit a1e73f0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/cli/commands/plugin/init/action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const USE_BETA_VERSIONS: string[] = [
'@strapi/design-system',
'@strapi/icons',
'@strapi/strapi',
'@strapi/sdk-plugin',
'@strapi/typescript-utils',
] as const;

Expand Down Expand Up @@ -252,13 +251,11 @@ 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-beta',
},
strapi: {
kind: 'plugin',
Expand Down

0 comments on commit a1e73f0

Please sign in to comment.