From 4e8a80afca9ff8cdce2ca30657c6f89434b3a95d Mon Sep 17 00:00:00 2001 From: Giovanni Gonzaga Date: Thu, 19 Apr 2018 11:23:13 +0200 Subject: [PATCH] remove react-skinnable dep --- package.json | 1 - src/utils/index.ts | 3 --- typings/react-skinnable.d.ts | 1 - yarn.lock | 10 +--------- 4 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 typings/react-skinnable.d.ts diff --git a/package.json b/package.json index 2d266d008..fefe4a77e 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/utils/index.ts b/src/utils/index.ts index 267d025d6..23ed94d5c 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -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}`)); diff --git a/typings/react-skinnable.d.ts b/typings/react-skinnable.d.ts deleted file mode 100644 index b2ea0aad9..000000000 --- a/typings/react-skinnable.d.ts +++ /dev/null @@ -1 +0,0 @@ -declare module 'react-skinnable'; diff --git a/yarn.lock b/yarn.lock index 6b414c639..b9bccc9ac 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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: @@ -7296,14 +7296,6 @@ react-select@1.0.1: prop-types "^15.5.8" react-input-autosize "^2.1.0" -react-skinnable@1.1.1: - 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" - react-styleguidist@6.0.33: version "6.0.33" resolved "https://registry.yarnpkg.com/react-styleguidist/-/react-styleguidist-6.0.33.tgz#3025d9b5d47ad6a83bdbed571e3146d8c5ce8bbf"