Skip to content

Commit eb86e58

Browse files
authored
Upgrade uncontrollable to v7.1.1 (#43)
* Upgrade uncontrollable to v7.1.1 and change to import es module with it * Build Docs
1 parent 9117472 commit eb86e58

File tree

7 files changed

+467
-271
lines changed

7 files changed

+467
-271
lines changed

dist/react-sidenav.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react-sidenav.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/bundle.js

Lines changed: 461 additions & 265 deletions
Large diffs are not rendered by default.

docs/bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
</head>
1212
<body>
1313
<div id="container"></div>
14-
<script type="text/javascript" src="bundle.js?042afdb679b36b041cf3"></script></body>
14+
<script type="text/javascript" src="bundle.js?77c550a8802fb3f99ec9"></script></body>
1515
</html>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"chained-function": "^0.5.0",
4949
"classnames": "^2.2.5",
5050
"prop-types": "^15.6.0",
51-
"uncontrollable": "^4.1.0",
51+
"uncontrollable": "^7.1.1",
5252
"warning": "^3.0.0"
5353
},
5454
"devDependencies": {

src/SideNav.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import chainedFunction from 'chained-function';
22
import cx from 'classnames';
33
import PropTypes from 'prop-types';
44
import React, { PureComponent, cloneElement } from 'react';
5-
import uncontrollable from 'uncontrollable';
5+
import { uncontrollable } from 'uncontrollable';
66
import warning from 'warning';
77
import Toggle from './Toggle';
88
import Nav from './Nav';

0 commit comments

Comments
 (0)