Skip to content

Commit

Permalink
fix: correctly declare react peer deps in package.json (#3676)
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya authored Jul 25, 2019
1 parent b4a92bc commit 8120811
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/datetime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
"react-day-picker": "^7.3.0",
"tslib": "~1.9.0"
},
"peerDependencies": {
"react": "^15.3.0 || 16",
"react-dom": "^15.3.0 || 16"
},
"devDependencies": {
"@blueprintjs/karma-build-scripts": "^0.11.0",
"@blueprintjs/node-build-scripts": "^0.10.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
"classnames": "^2.2",
"tslib": "~1.9.0"
},
"peerDependencies": {
"react": "^15.3.0 || 16",
"react-dom": "^15.3.0 || 16"
},
"devDependencies": {
"@blueprintjs/karma-build-scripts": "^0.11.0",
"@blueprintjs/node-build-scripts": "^0.10.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
"prop-types": "^15.6.0",
"tslib": "~1.9.0"
},
"peerDependencies": {
"react": "^15.3.0 || 16",
"react-dom": "^15.3.0 || 16"
},
"devDependencies": {
"@blueprintjs/node-build-scripts": "^0.10.0",
"@blueprintjs/test-commons": "^0.9.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/timezone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
"moment-timezone": "^0.5.13",
"tslib": "~1.9.0"
},
"peerDependencies": {
"react": "^15.3.0 || 16",
"react-dom": "^15.3.0 || 16"
},
"devDependencies": {
"@blueprintjs/node-build-scripts": "^0.10.0",
"@blueprintjs/test-commons": "^0.9.0",
Expand Down

1 comment on commit 8120811

@blueprint-bot
Copy link

Choose a reason for hiding this comment

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

fix: correctly declare react peer deps in package.json (#3676)

Previews: documentation | landing | table

Please sign in to comment.