Skip to content

Commit

Permalink
Upgrade MUI from 1.0.0-beta.17 -> 1.0.0-beta.21
Browse files Browse the repository at this point in the history
This commit upgrades the material-ui package/module from version
1.0.0-beta.17 to 1.0.0-beta.21. This upgrade was prompted by the issue
described in #7.

Version bump: 1.0.1 -> 1.0.2
	modified:   package.json
	modified:   test/test.jsx.snap
	modified:   yarn.lock
  • Loading branch information
Giners committed Nov 29, 2017
1 parent cb08c67 commit ebc0891
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 222 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mui-places-autocomplete",
"version": "1.0.1",
"version": "1.0.2",
"description": "Material-UI React component that provides suggestions/autocompletes places using the Google Places API",
"repository": {
"type": "git",
Expand All @@ -19,7 +19,7 @@
},
"dependencies": {
"autosuggest-highlight": "^3.1.0",
"material-ui": "1.0.0-beta.17",
"material-ui": "1.0.0-beta.21",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-autosuggest": "^9.3.2",
Expand Down

0 comments on commit ebc0891

Please sign in to comment.