Skip to content

Commit

Permalink
Update peer dependency to include React 18
Browse files Browse the repository at this point in the history
  • Loading branch information
agneym committed Jul 9, 2023
1 parent 43f450d commit f47fda5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/skip-nav/package.json
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 f47fda5

Please sign in to comment.