Skip to content

Commit

Permalink
fix: support react 18 as peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
benmneb committed Jun 18, 2022
1 parent 2980a9e commit d253a67
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
@@ -1,6 +1,6 @@
{
"name": "mui-image",
"version": "1.0.4",
"version": "1.0.5",
"description": "Display images as per the Material guidelines. For React apps using Material-UI v5.",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -24,7 +24,7 @@
"@emotion/styled": "^11.3.0",
"@mui/material": "^5.0.1",
"prop-types": "^15.7.2",
"react": "^17.0.2"
"react": "^17.0.2 || ^18.0.0"
},
"devDependencies": {
"@fontsource/fira-code": "^4.5.1",
Expand Down

0 comments on commit d253a67

Please sign in to comment.