Skip to content

Commit

Permalink
[npm] Upgrade dependencies (#6555)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Apr 9, 2017
1 parent 5ed098b commit 594f92c
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 25 deletions.
21 changes: 18 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,28 @@
## HEAD

## 0.17.2

###### _Apr 9, 2017_

Big thanks to the 21 contributors who made this release possible.

This release includes the update of the dependencies.
The latest release of `inline-style-prefixer` is introducing **significant** [performance improvements](https://github.com/rofrischmann/inline-style-prefixer/blob/master/Changelog.md#30) to our styling solution.

[Latest React's announcement](https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html) includes a deprecation of `React.PropTypes` and an introduction of a new package `prop-types`. We don't support that change yet, any help is welcome.

##### Component Fixes / Enhancements

- [AutoComplete] Fix menuProps and text props override defaults (#6497) @susielu
- [AutoComplete] Document menuProps property (#6443) @tanhauhau
- [AppBar] Add test for iconElementRight gets FlatButton (#6362) @agamrafaeli
- [Drawer] Allowing percentages width (#6315) @janzenz
- [DropDownMenu] Expose targetOrigin and anchorOrigin properties (#6370) @qin9smile
- [EnhancedTextArea] Fixes height bug for IE11 (#6418) @mmrtnz
- [GridTile] Add a subtitleStyle property (#6421) @ichi0g0y
- [ListItem] Add isKeyboardFocused prop (#6369) @samdroid-apps
- [Menu] Add attributes to support assistive technologies (#6539) @170102
- [TextField] Fix first character composition issue (#6456) @keifuji
- [TextField] Fix wrapped hintText rendering outside of container (#6305) @pancho111203
- [ToolbarGroup] Add more tests for other child components (#6423) @ibekavac

Expand All @@ -30,7 +45,7 @@

###### _Mar 12, 2017_

A big thanks to the 20 contributors who made this release possible.
Big thanks to the 20 contributors who made this release possible.

##### Component Fixes / Enhancements

Expand Down Expand Up @@ -75,7 +90,7 @@ A big thanks to the 20 contributors who made this release possible.
## 0.17.0
###### _Feb 12, 2017_

A big thanks to the 17 contributors who made this release possible.
Big thanks to the 17 contributors who made this release possible.

##### Breaking Changes
- [core] Upgrade react-tap-event-plugin and react peer dependency (#6057) @rosskevin
Expand Down Expand Up @@ -113,7 +128,7 @@ We have upgraded the peer dependency of Material-UI. You gonna need:
## 0.16.7
###### _Jan 15, 2017_

A big thanks to the 20 contributors who made this release possible.
Big thanks to the 20 contributors who made this release possible.

##### Component Fixes / Enhancements

Expand Down
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,50 +53,50 @@
"lodash.throttle": "^4.1.1",
"react-addons-create-fragment": "^15.4.0",
"react-addons-transition-group": "^15.4.0",
"react-event-listener": "^0.4.2",
"react-event-listener": "^0.4.5",
"recompose": "^0.23.0",
"simple-assign": "^0.1.0",
"warning": "^3.0.0"
},
"devDependencies": {
"app-module-path": "^2.2.0",
"babel-cli": "^6.24.0",
"babel-core": "^6.24.0",
"babel-eslint": "^7.1.0",
"babel-loader": "^6.4.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.1",
"babel-loader": "^6.4.1",
"babel-plugin-transform-dev-warning": "^0.1.0",
"babel-plugin-transform-react-constant-elements": "^6.23.0",
"babel-plugin-transform-react-inline-elements": "^6.22.0",
"babel-plugin-transform-react-remove-prop-types": "^0.3.0",
"babel-plugin-transform-react-remove-prop-types": "^0.3.3",
"babel-plugin-transform-replace-object-assign": "^0.2.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-1": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"chai": "^3.5.0",
"coveralls": "^2.12.0",
"cross-env": "^3.2.4",
"enzyme": "^2.7.1",
"eslint": "^3.17.1",
"coveralls": "^2.13.0",
"cross-env": "^4.0.0",
"enzyme": "^2.8.0",
"eslint": "^3.19.0",
"eslint-find-rules": "^1.14.3",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-flowtype": "^2.30.3",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-flowtype": "^2.30.4",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-material-ui": "./packages/eslint-plugin-material-ui",
"eslint-plugin-mocha": "^4.8.0",
"eslint-plugin-react": "^6.10.0",
"fs-extra": "^2.0.0",
"eslint-plugin-mocha": "^4.9.0",
"eslint-plugin-react": "^6.10.3",
"fs-extra": "^2.1.2",
"glob": "^7.1.1",
"istanbul": "^1.1.0-alpha.1",
"jsdom": "^9.12.0",
"json-loader": "^0.5.4",
"karma": "^1.5.0",
"karma": "^1.6.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.2",
"karma-mocha-reporter": "^2.2.3",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.0",
"karma-webpack": "^2.0.3",
"minimist": "^1.2.0",
"mocha": "^3.1.2",
"nodemon": "^1.11.0",
Expand All @@ -107,7 +107,7 @@
"react-tap-event-plugin": "^2.0.0",
"recursive-readdir-sync": "^1.0.6",
"rimraf": "^2.6.1",
"sinon": "^2.0.0",
"sinon": "^2.1.0",
"webpack": "^1.13.3"
}
}

0 comments on commit 594f92c

Please sign in to comment.