Skip to content

Commit

Permalink
[datetime] fix: reduce react peer dep range (#5700)
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya authored Oct 26, 2022
1 parent 4e9cfcf commit 14b01e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/datetime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"tslib": "~2.3.1"
},
"peerDependencies": {
"@types/react": "^16.14.32 || 17 || 18",
"react": "^16.8 || 17 || 18",
"react-dom": "^16.8 || 17 || 18"
"@types/react": "^16.14.32 || 17",
"react": "^16.8 || 17",
"react-dom": "^16.8 || 17"
},
"peerDependenciesMeta": {
"@types/react": {
Expand Down

1 comment on commit 14b01e2

@blueprint-bot
Copy link

Choose a reason for hiding this comment

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

[datetime] fix: reduce react peer dep range (#5700)

Previews: documentation | landing | table | demo

Please sign in to comment.