Skip to content

Commit

Permalink
fix: wider react peer-dependency range
Browse files Browse the repository at this point in the history
  • Loading branch information
boazpoolman committed Dec 20, 2023
1 parent 084d8e3 commit d37fb75
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/witty-plants-type.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@pluginpal/webtools-core": patch
---

Updated react peer-dependency range to allow ^17 || ^18
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"peerDependencies": {
"@strapi/strapi": "^4",
"react": "^18"
"react": "^17 || ^18"
},
"dependencies": {
"@pluginpal/webtools-helper-plugin": "1.0.0-beta.1",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3740,7 +3740,7 @@ __metadata:
strapi-typed: "npm:^1.0.16"
peerDependencies:
"@strapi/strapi": ^4
react: ^18
react: ^17 || ^18
languageName: unknown
linkType: soft

Expand Down

0 comments on commit d37fb75

Please sign in to comment.