Remove remaining unused deps

This commit is contained in:
Fabio Berger 2018-04-03 15:27:45 +09:00
parent 913264c811
commit 1b7c7037b8
7 changed files with 97 additions and 1173 deletions

View File

@ -44,11 +44,8 @@
"@0xproject/subproviders": "^0.8.4", "@0xproject/subproviders": "^0.8.4",
"@0xproject/types": "^0.5.0", "@0xproject/types": "^0.5.0",
"@0xproject/typescript-typings": "^0.0.3", "@0xproject/typescript-typings": "^0.0.3",
"@0xproject/utils": "^0.5.0",
"@0xproject/web3-wrapper": "^0.5.0", "@0xproject/web3-wrapper": "^0.5.0",
"ethereumjs-util": "^5.1.2",
"lodash": "^4.17.4", "lodash": "^4.17.4",
"request-promise-native": "^1.0.5",
"web3": "^0.20.0", "web3": "^0.20.0",
"web3-provider-engine": "^13.0.1" "web3-provider-engine": "^13.0.1"
}, },

View File

@ -39,7 +39,6 @@
"@types/react": "^16.0.34", "@types/react": "^16.0.34",
"@types/react-dom": "^16.0.3", "@types/react-dom": "^16.0.3",
"@types/react-scroll": "0.0.31", "@types/react-scroll": "0.0.31",
"@types/react-tap-event-plugin": "0.0.30",
"basscss": "^8.0.3", "basscss": "^8.0.3",
"compare-versions": "^3.0.1", "compare-versions": "^3.0.1",
"lodash": "^4.17.4", "lodash": "^4.17.4",
@ -48,7 +47,6 @@
"react-dom": "15.6.1", "react-dom": "15.6.1",
"react-markdown": "^3.2.2", "react-markdown": "^3.2.2",
"react-scroll": "^1.5.2", "react-scroll": "^1.5.2",
"react-tap-event-plugin": "^2.0.1",
"react-tooltip": "^3.2.7" "react-tooltip": "^3.2.7"
}, },
"publishConfig": { "publishConfig": {

View File

@ -44,15 +44,12 @@
"@0xproject/subproviders": "^0.8.4", "@0xproject/subproviders": "^0.8.4",
"@0xproject/types": "^0.5.0", "@0xproject/types": "^0.5.0",
"@0xproject/typescript-typings": "^0.0.3", "@0xproject/typescript-typings": "^0.0.3",
"@0xproject/utils": "^0.5.0",
"ethereumjs-util": "^5.1.1", "ethereumjs-util": "^5.1.1",
"glob": "^7.1.2", "glob": "^7.1.2",
"istanbul": "^0.4.5", "istanbul": "^0.4.5",
"lodash": "^4.17.4", "lodash": "^4.17.4",
"semaphore-async-await": "^1.5.1", "semaphore-async-await": "^1.5.1",
"solidity-coverage": "^0.4.10", "solidity-parser-antlr": "^0.2.8"
"solidity-parser-antlr": "^0.2.8",
"solidity-parser-sc": "^0.4.4"
}, },
"devDependencies": { "devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.16", "@0xproject/monorepo-scripts": "^0.1.16",

View File

@ -1,6 +1,5 @@
import { Callback, ErrorCallback, NextCallback, Subprovider } from '@0xproject/subproviders'; import { Callback, ErrorCallback, NextCallback, Subprovider } from '@0xproject/subproviders';
import { BlockParam, CallData, JSONRPCRequestPayload, TransactionTrace, TxData } from '@0xproject/types'; import { BlockParam, CallData, JSONRPCRequestPayload, TransactionTrace, TxData } from '@0xproject/types';
import { promisify } from '@0xproject/utils';
import * as _ from 'lodash'; import * as _ from 'lodash';
import { Lock } from 'semaphore-async-await'; import { Lock } from 'semaphore-async-await';

View File

@ -28,10 +28,8 @@
"accounting": "^0.4.1", "accounting": "^0.4.1",
"basscss": "^8.0.3", "basscss": "^8.0.3",
"blockies": "^0.0.2", "blockies": "^0.0.2",
"dateformat": "^2.0.0",
"deep-equal": "^1.0.1", "deep-equal": "^1.0.1",
"dharma-loan-frame": "^0.0.12", "dharma-loan-frame": "^0.0.12",
"ethereumjs-tx": "^1.3.3",
"ethereumjs-util": "^5.1.1", "ethereumjs-util": "^5.1.1",
"find-versions": "^2.0.0", "find-versions": "^2.0.0",
"jsonschema": "^1.2.0", "jsonschema": "^1.2.0",
@ -39,25 +37,17 @@
"lodash": "^4.17.4", "lodash": "^4.17.4",
"material-ui": "^0.17.1", "material-ui": "^0.17.1",
"moment": "2.21.0", "moment": "2.21.0",
"query-string": "^5.0.1",
"react": "15.6.1", "react": "15.6.1",
"react-copy-to-clipboard": "^4.2.3", "react-copy-to-clipboard": "^4.2.3",
"react-document-title": "^2.0.3", "react-document-title": "^2.0.3",
"react-dom": "15.6.1", "react-dom": "15.6.1",
"react-ga": "^2.4.1", "react-ga": "^2.4.1",
"react-html5video": "^2.1.0",
"react-inlinesvg": "^0.5.5",
"react-markdown": "^3.2.2",
"react-recaptcha": "^2.3.2",
"react-redux": "^5.0.3", "react-redux": "^5.0.3",
"react-router-dom": "^4.1.1", "react-router-dom": "^4.1.1",
"react-router-hash-link": "^1.1.0",
"react-scroll": "^1.5.2", "react-scroll": "^1.5.2",
"react-tap-event-plugin": "^2.0.1", "react-tap-event-plugin": "^2.0.1",
"react-tooltip": "^3.2.7", "react-tooltip": "^3.2.7",
"react-waypoint": "^7.0.4",
"redux": "^3.6.0", "redux": "^3.6.0",
"scroll-to-element": "^2.0.0",
"semver-sort": "0.0.4", "semver-sort": "0.0.4",
"thenby": "^1.2.3", "thenby": "^1.2.3",
"truffle-contract": "2.0.1", "truffle-contract": "2.0.1",
@ -68,13 +58,11 @@
}, },
"devDependencies": { "devDependencies": {
"@types/accounting": "^0.4.1", "@types/accounting": "^0.4.1",
"@types/dateformat": "^1.0.1",
"@types/deep-equal": "^1.0.0", "@types/deep-equal": "^1.0.0",
"@types/jsonschema": "^1.1.1", "@types/jsonschema": "^1.1.1",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/material-ui": "0.18.0", "@types/material-ui": "0.18.0",
"@types/node": "^8.0.53", "@types/node": "^8.0.53",
"@types/query-string": "^5.0.1",
"@types/react": "^16.0.34", "@types/react": "^16.0.34",
"@types/react-copy-to-clipboard": "^4.2.0", "@types/react-copy-to-clipboard": "^4.2.0",
"@types/react-dom": "^16.0.3", "@types/react-dom": "^16.0.3",

View File

@ -1,12 +1,9 @@
declare module 'react-tooltip'; declare module 'react-tooltip';
declare module 'react-router-hash-link';
declare module 'truffle-contract'; declare module 'truffle-contract';
declare module 'keccak'; declare module 'keccak';
declare module 'whatwg-fetch'; declare module 'whatwg-fetch';
declare module 'react-html5video';
declare module 'web3-provider-engine/subproviders/filters'; declare module 'web3-provider-engine/subproviders/filters';
declare module 'thenby'; declare module 'thenby';
declare module 'react-recaptcha';
declare module 'react-document-title'; declare module 'react-document-title';
declare module 'react-ga'; declare module 'react-ga';

1244
yarn.lock

File diff suppressed because it is too large Load Diff