Skip to content

Commit

Permalink
fix: don't use gte for peerDep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
schummar committed Jan 24, 2025
1 parent 3a4c9c1 commit 34272bb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@
"docs:build": "npm -w docs run build"
},
"peerDependencies": {
"@material-ui/core": ">=4.0.0",
"@mui/material": ">=5.0.0",
"@types/react": ">=17.0.0",
"@types/react-dom": ">=17.0.0",
"react": ">=17.0.0",
"react-dom": ">=17.0.0",
"xlsx": ">=0.18.5"
"@material-ui/core": "^4.0.0",
"@mui/material": "^5.0.0 || ^6.0.0",
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
"@types/react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0",
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0",
"xlsx": "^0.18.5"
},
"peerDependenciesMeta": {
"@emotion/styled": {
Expand Down

0 comments on commit 34272bb

Please sign in to comment.