Skip to content

Commit

Permalink
chore(strapi): update to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
luukvhoudt committed Nov 7, 2024
1 parent 9b44f4d commit ce6f447
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/strapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"license": "MIT",
"main": "src/index.js",
"dependencies": {
"@strapi/generate-new": "4.25.11",
"@strapi/strapi": "4.25.11"
"@strapi/generate-new": "4.25.12",
"@strapi/strapi": "5.3.0"
},
"peerDependencies": {
"@nx/devkit": "^20.0.0"
Expand Down
1 change: 0 additions & 1 deletion packages/strapi/src/generators/init/init.impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ function generateStrapi(options: NormalizedSchema) {
strapiDependencies: [
'@strapi/strapi',
'@strapi/plugin-users-permissions',
'@strapi/plugin-i18n'
],
additionalsDependencies: {},
useTypescript: true
Expand Down

0 comments on commit ce6f447

Please sign in to comment.