Skip to content

Commit

Permalink
chore: update strapi throughout all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
boazpoolman committed Sep 2, 2024
1 parent aeb0e32 commit 97c218d
Show file tree
Hide file tree
Showing 7 changed files with 238 additions and 281 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.24.2"
},
"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.24.2"
},
"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.24.2"
},
"devDependencies": {
"react": "^18.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/addons/sitemap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@
"dependencies": {
"@pluginpal/webtools-helper-plugin": "1.0.0-beta.4",
"@strapi/design-system": "1.19.0",
"@strapi/helper-plugin": "4.20.3",
"@strapi/helper-plugin": "4.24.2",
"@strapi/icons": "1.19.0",
"@strapi/strapi": "4.20.3",
"@strapi/utils": "4.20.3",
"@strapi/strapi": "4.24.2",
"@strapi/utils": "4.24.2",
"chalk": "^4.1.2",
"commander": "^8.3.0",
"immutable": "^3.8.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
"dependencies": {
"@pluginpal/webtools-helper-plugin": "^1.0.0-beta.4",
"@strapi/design-system": "1.19.0",
"@strapi/helper-plugin": "4.20.3",
"@strapi/helper-plugin": "4.24.2",
"@strapi/icons": "1.19.0",
"@strapi/strapi": "4.20.3",
"@strapi/utils": "4.20.3",
"@strapi/strapi": "4.24.2",
"@strapi/utils": "4.24.2",
"formik": "^2.4.0",
"lodash": "^4.17.21",
"react-copy-to-clipboard": "^5.1.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.24.2"
},
"author": {
"name": "TODO"
Expand Down
Loading

0 comments on commit 97c218d

Please sign in to comment.