Skip to content

Commit

Permalink
Be less strict with peerDependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Sep 15, 2024
1 parent e61a503 commit 716f0e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
],
"keywords": [],
"peerDependencies": {
"@emotion/react": "^11.9.0",
"@mui/material": "^5.9.3",
"@emotion/react": "^11.0.0",
"@mui/material": "^5.0.0",
"@types/react": "^16.0.0 || ^17.0.0 || ^18.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
Expand Down

0 comments on commit 716f0e0

Please sign in to comment.