Skip to content

Commit

Permalink
Merge pull request #1233 from buildo/remove-skinnable-dep
Browse files Browse the repository at this point in the history
remove react-skinnable dep (closes #1232)
  • Loading branch information
FrancescoCioria authored Apr 19, 2018
2 parents b30d7a9 + 4e8a80a commit ef60d6f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 14 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"react-flexview": "3.0.1",
"react-input-children": "4.0.1",
"react-select": "1.0.1",
"react-skinnable": "1.1.1",
"react-transition-group": "1.2.0",
"sass-flex-mixins": "0.1.0",
"tcomb": "3.2.22",
Expand Down
3 changes: 0 additions & 3 deletions src/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ import * as cx from 'classnames';
import { props, ReactElement, ReactChild, ReactChildren, ReactNode } from 'tcomb-react';
import * as t from 'tcomb';

import skinnable from 'react-skinnable';
export { skinnable };
export { contains } from 'react-skinnable';
export { props, t, ReactElement, ReactChild, ReactChildren, ReactNode };
export const stateClassUtil = (classes: string[]): string => cx(classes.map(cl => `is-${cl}`));

Expand Down
1 change: 0 additions & 1 deletion typings/react-skinnable.d.ts

This file was deleted.

10 changes: 1 addition & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ aws4@^1.2.1, aws4@^1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.6.0.tgz#83ef5ca860b2b32e4a0deedee8c771b9db57471e"

babel-cli@^6.16.0, babel-cli@^6.24.1:
babel-cli@^6.16.0:
version "6.26.0"
resolved "https://registry.yarnpkg.com/babel-cli/-/babel-cli-6.26.0.tgz#502ab54874d7db88ad00b887a06383ce03d002f1"
dependencies:
Expand Down Expand Up @@ -7296,14 +7296,6 @@ [email protected]:
prop-types "^15.5.8"
react-input-autosize "^2.1.0"

[email protected]:
version "1.1.1"
resolved "https://registry.yarnpkg.com/react-skinnable/-/react-skinnable-1.1.1.tgz#7c44c669c3350a27ff0d7851a4e25a10956317ca"
dependencies:
babel-cli "^6.24.1"
babel-preset-buildo "^0.1.1"
tcomb "^3.0.0"

[email protected]:
version "6.0.33"
resolved "https://registry.yarnpkg.com/react-styleguidist/-/react-styleguidist-6.0.33.tgz#3025d9b5d47ad6a83bdbed571e3146d8c5ce8bbf"
Expand Down

0 comments on commit ef60d6f

Please sign in to comment.