Skip to content

Commit

Permalink
Add peer dependency for React 18 in visually-hidden package (#953)
Browse files Browse the repository at this point in the history
  • Loading branch information
cassidoo committed Aug 7, 2022
1 parent 2827c27 commit cc1ef74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/visually-hidden/package.json
Expand Up @@ -21,8 +21,8 @@
"react-dom": "^17.0.2"
},
"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": "dist/reach-visually-hidden.cjs.js",
"module": "dist/reach-visually-hidden.esm.js",
Expand Down

0 comments on commit cc1ef74

Please sign in to comment.