Skip to content

Commit b80520c

Browse files
committed
Upgrade dev dependencies to latest versions; react-bootstrap@0.30.5 fixes the demo unknown props warnings.
1 parent 450fc7b commit b80520c

File tree

3 files changed

+23
-19
lines changed

3 files changed

+23
-19
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### v2.0.2 (9 October 2016)
2+
3+
* [UPGRADE] Upgrade dev dependencies to latest versions; `react-bootstrap@0.30.5` fixes the demo unknown props warnings.
4+
15
### v2.0.1 (14 September 2016)
26

37
* [DOCUMENTATION] Minor grammar improvement in the README.

demo/components/Demo.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class Demo extends React.Component {
3030
<div>
3131
<Navbar>
3232
<NavbarBrand>ReactCSSTransitionReplace</NavbarBrand>
33-
<Nav right>
33+
<Nav pullRight>
3434
<NavItem href="https://github.com/marnusw/react-css-transition-replace" target="_blank">GitHub</NavItem>
3535
</Nav>
3636
</Navbar>

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,37 +17,37 @@
1717
"react-addons-css-transition-group": "^15.0.0"
1818
},
1919
"peerDependencies": {
20-
"react": "^0.14.0 || ^15.0.0",
21-
"react-dom": "^0.14.0 || ^15.0.0"
20+
"react": "^15.0.0",
21+
"react-dom": "^15.0.0"
2222
},
2323
"devDependencies": {
24-
"babel-cli": "^6.10.1",
24+
"babel-cli": "^6.16.0",
2525
"babel-eslint": "^6.1.0",
2626
"babel-plugin-add-module-exports": "^0.2.1",
2727
"babel-plugin-check-es2015-constants": "^6.8.0",
2828
"babel-plugin-syntax-trailing-function-commas": "^6.13.0",
29-
"babel-plugin-transform-class-properties": "^6.11.5",
29+
"babel-plugin-transform-class-properties": "^6.16.0",
3030
"babel-plugin-transform-decorators-legacy": "^1.3.4",
3131
"babel-plugin-transform-es2015-arrow-functions": "^6.8.0",
3232
"babel-plugin-transform-es2015-block-scoped-functions": "^6.8.0",
3333
"babel-plugin-transform-es2015-block-scoping": "^6.15.0",
3434
"babel-plugin-transform-es2015-classes": "^6.14.0",
3535
"babel-plugin-transform-es2015-computed-properties": "^6.8.0",
36-
"babel-plugin-transform-es2015-destructuring": "^6.9.0",
36+
"babel-plugin-transform-es2015-destructuring": "^6.16.0",
3737
"babel-plugin-transform-es2015-duplicate-keys": "^6.8.0",
3838
"babel-plugin-transform-es2015-for-of": "^6.8.0",
3939
"babel-plugin-transform-es2015-function-name": "^6.9.0",
4040
"babel-plugin-transform-es2015-literals": "^6.8.0",
41-
"babel-plugin-transform-es2015-modules-commonjs": "^6.14.0",
41+
"babel-plugin-transform-es2015-modules-commonjs": "^6.16.0",
4242
"babel-plugin-transform-es2015-object-super": "^6.8.0",
43-
"babel-plugin-transform-es2015-parameters": "^6.11.4",
43+
"babel-plugin-transform-es2015-parameters": "^6.17.0",
4444
"babel-plugin-transform-es2015-shorthand-properties": "^6.8.0",
4545
"babel-plugin-transform-es2015-spread": "^6.8.0",
4646
"babel-plugin-transform-es2015-sticky-regex": "^6.8.0",
4747
"babel-plugin-transform-es2015-template-literals": "^6.8.0",
4848
"babel-plugin-transform-es2015-typeof-symbol": "^6.8.0",
4949
"babel-plugin-transform-es2015-unicode-regex": "^6.11.0",
50-
"babel-plugin-transform-object-rest-spread": "^6.8.0",
50+
"babel-plugin-transform-object-rest-spread": "^6.16.0",
5151
"babel-plugin-transform-object-set-prototype-of-to-assign": "^6.8.0",
5252
"babel-plugin-transform-proto-to-assign": "^6.9.0",
5353
"babel-plugin-transform-react-constant-elements": "^6.9.1",
@@ -56,22 +56,22 @@
5656
"babel-plugin-transform-react-jsx": "^6.8.0",
5757
"babel-plugin-transform-react-pure-class-to-function": "^1.0.1",
5858
"babel-plugin-transform-react-remove-prop-types": "^0.2.9",
59-
"babel-polyfill": "^6.9.1",
59+
"babel-polyfill": "^6.16.0",
6060
"babelify": "^7.3.0",
61-
"browser-sync": "^2.13.0",
62-
"browserify": "^13.0.1",
63-
"del": "^2.2.1",
64-
"eslint": "^3.0.1",
61+
"browser-sync": "^2.17.2",
62+
"browserify": "^13.1.0",
63+
"del": "^2.2.2",
64+
"eslint": "^3.7.1",
6565
"eslint-plugin-react": "^5.2.2",
6666
"gulp": "^3.9.1",
6767
"gulp-eslint": "^3.0.1",
6868
"gulp-flatten": "^0.2.0",
6969
"gulp-notify": "^2.2.0",
70-
"lodash.assign": "^4.0.9",
71-
"react": "^15.2.0",
72-
"react-bootstrap": "^0.29.5",
73-
"react-dom": "^15.2.0",
74-
"rimraf": "^2.5.3",
70+
"lodash.assign": "^4.2.0",
71+
"react": "^15.3.2",
72+
"react-bootstrap": "^0.30.5",
73+
"react-dom": "^15.3.2",
74+
"rimraf": "^2.5.4",
7575
"vinyl-buffer": "^1.0.0",
7676
"vinyl-source-stream": "^1.1.0",
7777
"watchify": "^3.7.0"

0 commit comments

Comments
 (0)