Skip to content

Commit

Permalink
Merge pull request #18 from codastic/fix-peer-dependencies
Browse files Browse the repository at this point in the history
Fix semver syntax in peer dependencies
  • Loading branch information
BJvdA authored Jul 26, 2021
2 parents 3ccc601 + e76c109 commit 8b12687
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"semantic-release": "semantic-release"
},
"peerDependencies": {
"next": "10.x | 11.x",
"react": "16.x | 17.x",
"react-dom": "16.x | 17.x"
"next": "10.x || 11.x",
"react": "16.x || 17.x",
"react-dom": "16.x || 17.x"
},
"dependencies": {
"cookie": "^0.4.1",
Expand Down

1 comment on commit 8b12687

@vercel
Copy link

@vercel vercel bot commented on 8b12687 Jul 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.