Skip to content

Commit

Permalink
Revert "fix: use the same strapi version throughout all packages"
Browse files Browse the repository at this point in the history
This reverts commit aeb0e32.
  • Loading branch information
boazpoolman committed Sep 2, 2024
1 parent aeb0e32 commit d08bddb
Show file tree
Hide file tree
Showing 5 changed files with 733 additions and 18 deletions.
2 changes: 1 addition & 1 deletion packages/addons/links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@pluginpal/webtools-helper-plugin": "1.0.0-beta.4",
"@strapi/strapi": "4.20.3"
"@strapi/strapi": "^4"
},
"devDependencies": {
"react": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/addons/menus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"@pluginpal/webtools-helper-plugin": "1.0.0-beta.4",
"@strapi/strapi": "4.20.3"
"@strapi/strapi": "^4"
},
"devDependencies": {
"react": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/addons/redirects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"@pluginpal/webtools-helper-plugin": "1.0.0-beta.4",
"@strapi/strapi": "4.20.3"
"@strapi/strapi": "^4"
},
"devDependencies": {
"react": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/helper-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typescript": "5.2.2"
},
"dependencies": {
"@strapi/strapi": "4.20.3"
"@strapi/strapi": "^4"
},
"author": {
"name": "TODO"
Expand Down
Loading

0 comments on commit d08bddb

Please sign in to comment.