Skip to content

Commit

Permalink
add React 18 to skip-nav peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
agneym committed Jul 9, 2023
1 parent 43f450d commit 47c84bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/metal-dryers-raise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@reach/skip-nav": minor
---

Add React 18 to peer dependencies
4 changes: 2 additions & 2 deletions packages/skip-nav/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"tsup": "^6.1.3"
},
"peerDependencies": {
"react": "^16.8.0 || 17.x",
"react-dom": "^16.8.0 || 17.x"
"react": "^16.8.0 || 17.x || 18.x",
"react-dom": "^16.8.0 || 17.x || 18.x"
},
"main": "./src/reach-skip-nav.tsx",
"types": "./src/reach-skip-nav.tsx",
Expand Down

0 comments on commit 47c84bd

Please sign in to comment.