Skip to content

Commit

Permalink
📦 move react-transition-group to regular dependency (#2511)
Browse files Browse the repository at this point in the history
* move react-transition-group to regular dependency

remove now-obsolete devDeps in other packages

* remove r-t-g from getting-started docs
  • Loading branch information
giladgray authored May 16, 2018
1 parent bae75e3 commit a866049
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 16 deletions.
5 changes: 2 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
"normalize.css": "^8.0.0",
"popper.js": "^1.14.1",
"react-popper": "^0.8.2",
"react-transition-group": "^2.2.1",
"tslib": "^1.9.0"
},
"peerDependencies": {
"react": "^15.3.0 || 16",
"react-dom": "^15.3.0 || 16",
"react-transition-group": "^2.2.1"
"react-dom": "^15.3.0 || 16"
},
"devDependencies": {
"@blueprintjs/karma-build-scripts": "^0.6.1",
Expand All @@ -62,7 +62,6 @@
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-test-renderer": "^16.2.0",
"react-transition-group": "^2.2.1",
"typescript": "~2.7.2",
"webpack": "^3.10.0"
},
Expand Down
1 change: 0 additions & 1 deletion packages/datetime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-test-renderer": "^16.2.0",
"react-transition-group": "^2.2.1",
"typescript": "~2.7.2",
"webpack": "^3.10.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/docs-app/src/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The `main` module exports all symbols from all modules so you don't have to impo
1. If you see `UNMET PEER DEPENDENCY` errors, you should manually install React (v15.3 or greater):

```sh
yarn add react react-dom react-transition-group
yarn add react react-dom
```

1. After installation, you'll be able to import the React components in your application:
Expand Down Expand Up @@ -137,7 +137,7 @@ install typings for Blueprint's dependencies before you can consume it:
```sh
# required for all @blueprintjs packages:
npm install --save @types/react @types/react-dom @types/react-transition-group
npm install --save @types/react @types/react-dom
# @blueprintjs/timezone requires:
npm install --save @types/moment-timezone
Expand Down
1 change: 0 additions & 1 deletion packages/docs-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"npm-run-all": "^4.1.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-transition-group": "^2.2.1",
"typescript": "~2.7.2",
"webpack": "^3.10.0"
},
Expand Down
1 change: 0 additions & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-test-renderer": "^16.2.0",
"react-transition-group": "^2.2.1",
"typescript": "~2.7.2",
"webpack": "^3.10.0"
},
Expand Down
1 change: 0 additions & 1 deletion packages/labs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-test-renderer": "^16.2.0",
"react-transition-group": "^2.2.1",
"typescript": "~2.7.2",
"webpack": "^3.10.0"
},
Expand Down
3 changes: 1 addition & 2 deletions packages/landing-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"@blueprintjs/core": "^3.0.0-beta.0",
"classnames": "^2.2.5",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-transition-group": "^2.2.1"
"react-dom": "^16.2.0"
},
"devDependencies": {
"@blueprintjs/webpack-build-scripts": "^0.5.2",
Expand Down
1 change: 0 additions & 1 deletion packages/select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-test-renderer": "^16.2.0",
"react-transition-group": "^2.2.1",
"typescript": "~2.7.2",
"webpack": "^3.10.0"
},
Expand Down
3 changes: 1 addition & 2 deletions packages/table-dev-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"dom4": "^2.0.1",
"normalize.css": "^8.0.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-transition-group": "^2.2.1"
"react-dom": "^16.2.0"
},
"devDependencies": {
"@blueprintjs/webpack-build-scripts": "^0.5.2",
Expand Down
1 change: 0 additions & 1 deletion packages/table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-test-renderer": "^16.2.0",
"react-transition-group": "^2.2.1",
"typescript": "~2.7.2",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.11.1"
Expand Down
1 change: 0 additions & 1 deletion packages/timezone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-test-renderer": "^16.2.0",
"react-transition-group": "^2.2.1",
"typescript": "~2.7.2",
"webpack": "^3.10.0"
},
Expand Down

1 comment on commit a866049

@blueprint-bot
Copy link

Choose a reason for hiding this comment

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

📦 move react-transition-group to regular dependency (#2511)

Preview: documentation | landing | table

Please sign in to comment.