Skip to content

Commit

Permalink
fix: allow react v17 and v18 in peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed May 4, 2024
1 parent 3539264 commit 3e5ad63
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 26 deletions.
39 changes: 17 additions & 22 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"throttles": "^1.0.1"
},
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0"
"react": "^16.8.0 || ^17 || ^18",
"react-dom": "^16.8.0 || ^17 || ^18"
},
"devDependencies": {
"@babel/cli": "^7.24.5",
Expand All @@ -65,8 +65,8 @@
"microbundle": "0.15.1",
"npm-run-all2": "^6.1.2",
"puppeteer": "^22.7.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sirv-cli": "^2.0.2",
"size-limit": "^11.1.2",
"uvu": "^0.5.6"
Expand Down

0 comments on commit 3e5ad63

Please sign in to comment.