Skip to content

Commit

Permalink
feat(deps): support React up to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
naorpeled authored Oct 13, 2024
2 parents dbffa7c + 7488eea commit 4e747dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/useWorker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "npm run build && npm run test:unit"
},
"peerDependencies": {
"react": "^16.8.0"
"react": ">=16.8.0 <20.0.0"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
Expand Down

0 comments on commit 4e747dd

Please sign in to comment.