Skip to content

Commit

Permalink
chore(deps): widen the peerDependencies in the package.json's (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoissonnet authored May 17, 2024
1 parent 983ab5c commit 83b0341
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-plugin-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"sinon": "7.2.3"
},
"peerDependencies": {
"eslint": "^4.0.0"
"eslint": ">=4.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"peerDependencies": {
"prop-types": "^15.7.1",
"react": "^16.8.0 || ^17.0.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"jest": {
"timers": "fake"
Expand Down

0 comments on commit 83b0341

Please sign in to comment.