Skip to content

Commit

Permalink
fix: use full versions for peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
schummar committed Jan 24, 2025
1 parent 4213413 commit 3a4c9c1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@
"docs:build": "npm -w docs run build"
},
"peerDependencies": {
"@material-ui/core": ">=4",
"@mui/material": ">=5",
"@types/react": ">=17",
"@types/react-dom": ">=17",
"react": ">=17",
"react-dom": ">=17",
"@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"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit 3a4c9c1

Please sign in to comment.