Skip to content

Commit

Permalink
fix: strapi/strapi dependency managements
Browse files Browse the repository at this point in the history
  • Loading branch information
boazpoolman committed Sep 2, 2024
1 parent 2be88d5 commit 4307954
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 738 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"
"@strapi/strapi": "4.20.3"
},
"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"
"@strapi/strapi": "4.20.3"
},
"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"
"@strapi/strapi": "4.20.3"
},
"devDependencies": {
"react": "^18.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/addons/sitemap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
},
"peerDependencies": {
"@pluginpal/webtools-core": "1.0.0-beta.13",
"@strapi/strapi": "^4.0.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react-router-dom": "^5.2.0",
Expand Down
1 change: 0 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"eslint:fix": "../../node_modules/.bin/eslint --fix './**/*.{js,jsx,ts,tsx}'"
},
"peerDependencies": {
"@strapi/strapi": "^4.0.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react-router-dom": "^5.2.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"
"@strapi/strapi": "4.20.3"
},
"author": {
"name": "TODO"
Expand Down
Loading

0 comments on commit 4307954

Please sign in to comment.