Skip to content

Commit

Permalink
Upgrade uncontrollable to v7.1.1 (#43)
Browse files Browse the repository at this point in the history
* Upgrade uncontrollable to v7.1.1 and change to import es module with it

* Build Docs
  • Loading branch information
roth1002 authored Jan 13, 2020
1 parent 9117472 commit eb86e58
Show file tree
Hide file tree
Showing 7 changed files with 467 additions and 271 deletions.
2 changes: 1 addition & 1 deletion dist/react-sidenav.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/react-sidenav.min.css

Large diffs are not rendered by default.

726 changes: 461 additions & 265 deletions docs/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/bundle.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
</head>
<body>
<div id="container"></div>
<script type="text/javascript" src="bundle.js?042afdb679b36b041cf3"></script></body>
<script type="text/javascript" src="bundle.js?77c550a8802fb3f99ec9"></script></body>
</html>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"chained-function": "^0.5.0",
"classnames": "^2.2.5",
"prop-types": "^15.6.0",
"uncontrollable": "^4.1.0",
"uncontrollable": "^7.1.1",
"warning": "^3.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/SideNav.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import chainedFunction from 'chained-function';
import cx from 'classnames';
import PropTypes from 'prop-types';
import React, { PureComponent, cloneElement } from 'react';
import uncontrollable from 'uncontrollable';
import { uncontrollable } from 'uncontrollable';
import warning from 'warning';
import Toggle from './Toggle';
import Nav from './Nav';
Expand Down

0 comments on commit eb86e58

Please sign in to comment.