Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
geoperez committed Aug 19, 2019
1 parent 82a24be commit c4833a6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 30 deletions.
2 changes: 1 addition & 1 deletion lib/hoc/ClickOutside.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export declare function enhanceWithClickOutside(Component: any): {
render(): JSX.Element;
context: any;
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<{}>) => {} | Pick<{}, K>) | Pick<{}, K>, callback?: () => void): void;
forceUpdate(callBack?: () => void): void;
forceUpdate(callback?: () => void): void;
readonly props: Readonly<{}> & Readonly<{
children?: React.ReactNode;
}>;
Expand Down
41 changes: 14 additions & 27 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@material-ui/core": "^4.3.2",
"@material-ui/icons": "^4.2.1",
"@material-ui/styles": "^4.3.0",
"@types/react": "16.9.1",
"@types/react": "16.9.2",
"@types/react-dom": "16.8.5",
"parcel-bundler": "^1.12.3",
"parcel-plugin-clean-easy": "^1.0.2",
Expand All @@ -44,7 +44,7 @@
"tslint": "^5.18.0",
"tslint-react": "^4.0.0",
"typescript": "^3.5.3",
"uno-material-ui": "^1.3.1"
"uno-material-ui": "^1.4.0"
},
"peerDependencies": {
"react": "^16.9.0",
Expand Down

0 comments on commit c4833a6

Please sign in to comment.