Skip to content

Commit

Permalink
feat: allow React 17 peer dependency (#4403)
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya authored Nov 10, 2020
1 parent 9285e67 commit 54bed17
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"tslib": "~1.13.0"
},
"peerDependencies": {
"react": "^15.3.0 || 16",
"react-dom": "^15.3.0 || 16"
"react": "^15.3.0 || 16 || 17",
"react-dom": "^15.3.0 || 16 || 17"
},
"devDependencies": {
"@blueprintjs/karma-build-scripts": "^1.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/datetime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"tslib": "~1.13.0"
},
"peerDependencies": {
"react": "^15.3.0 || 16",
"react-dom": "^15.3.0 || 16"
"react": "^15.3.0 || 16 || 17",
"react-dom": "^15.3.0 || 16 || 17"
},
"devDependencies": {
"@blueprintjs/karma-build-scripts": "^1.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/docs-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"tslib": "~1.13.0"
},
"peerDependencies": {
"react": "^15.3.0 || 16",
"react-dom": "^15.3.0 || 16"
"react": "^15.3.0 || 16 || 17",
"react-dom": "^15.3.0 || 16 || 17"
},
"devDependencies": {
"@blueprintjs/node-build-scripts": "^1.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"tslib": "~1.13.0"
},
"peerDependencies": {
"react": "^15.3.0 || 16",
"react-dom": "^15.3.0 || 16"
"react": "^15.3.0 || 16 || 17",
"react-dom": "^15.3.0 || 16 || 17"
},
"devDependencies": {
"@blueprintjs/karma-build-scripts": "^1.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"tslib": "~1.13.0"
},
"peerDependencies": {
"react": "^15.3.0 || 16",
"react-dom": "^15.3.0 || 16"
"react": "^15.3.0 || 16 || 17",
"react-dom": "^15.3.0 || 16 || 17"
},
"devDependencies": {
"@blueprintjs/node-build-scripts": "^1.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/timezone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"tslib": "~1.13.0"
},
"peerDependencies": {
"react": "^15.3.0 || 16",
"react-dom": "^15.3.0 || 16"
"react": "^15.3.0 || 16 || 17",
"react-dom": "^15.3.0 || 16 || 17"
},
"devDependencies": {
"@blueprintjs/node-build-scripts": "^1.4.0",
Expand Down

1 comment on commit 54bed17

@blueprint-bot
Copy link

Choose a reason for hiding this comment

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

feat: allow React 17 peer dependency (#4403)

Previews: documentation | landing | table

Please sign in to comment.