Skip to content

Commit

Permalink
Add peer dependency for React 18 in accordion package
Browse files Browse the repository at this point in the history
  • Loading branch information
cassidoo committed Oct 14, 2022
1 parent 43f450d commit 8ec7b2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/accordion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,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-accordion.tsx",
"types": "./src/reach-accordion.tsx",
Expand Down

0 comments on commit 8ec7b2a

Please sign in to comment.