Skip to content

Commit

Permalink
chore: prep v5
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrebodin committed Sep 16, 2024
1 parent 4902c7d commit adbcb07
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/cli/commands/plugin/init/action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,7 @@ const getPluginTemplate = ({ suggestedPackageName }: PluginTemplateOptions) => {
prettier: '*',
},
peerDependencies: {
// TODO: set this to 5.0.0 when Strapi 5 is released
'@strapi/strapi': '^5.0.0-rc',
'@strapi/strapi': '^5.0.0',
'@strapi/sdk-plugin': '^5.0.0',
},
strapi: {
Expand Down

0 comments on commit adbcb07

Please sign in to comment.