Remove published types

This commit is contained in:
Leonid Logvinov
2018-05-29 17:10:19 -07:00
parent ae47da3801
commit 743c957918
5 changed files with 5 additions and 15 deletions

View File

@@ -41,6 +41,7 @@
"@types/react": "16.3.13", "@types/react": "16.3.13",
"@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/is-mobile": "0.3.0",
"basscss": "^8.0.3", "basscss": "^8.0.3",
"is-mobile": "^0.2.2", "is-mobile": "^0.2.2",
"lodash": "^4.17.4", "lodash": "^4.17.4",

View File

@@ -1,4 +0,0 @@
declare function isMobile(): boolean;
declare module 'is-mobile' {
export = isMobile;
}

View File

@@ -1,7 +0,0 @@
declare interface XML2JSONOpts {
compact?: boolean;
spaces?: number;
}
declare module 'xml-js' {
const xml2json: (xml: string, opts: XML2JSONOpts) => string;
}

View File

@@ -57,7 +57,7 @@
"web3": "^0.20.0", "web3": "^0.20.0",
"web3-provider-engine": "^14.0.4", "web3-provider-engine": "^14.0.4",
"whatwg-fetch": "^2.0.3", "whatwg-fetch": "^2.0.3",
"xml-js": "^1.3.2" "xml-js": "^1.6.4"
}, },
"devDependencies": { "devDependencies": {
"@types/accounting": "^0.4.1", "@types/accounting": "^0.4.1",

View File

@@ -12863,9 +12863,9 @@ xhr@^2.0.4, xhr@^2.2.0, xhr@^2.3.3:
parse-headers "^2.0.0" parse-headers "^2.0.0"
xtend "^4.0.0" xtend "^4.0.0"
xml-js@^1.3.2: xml-js@^1.6.4:
version "1.6.2" version "1.6.4"
resolved "https://registry.yarnpkg.com/xml-js/-/xml-js-1.6.2.tgz#4c4cb8413998f73701a202a1b8b2f17c985a72c5" resolved "https://registry.yarnpkg.com/xml-js/-/xml-js-1.6.4.tgz#fcf9fdc9fb6d691122a02fe5a55c30f84d93ab90"
dependencies: dependencies:
sax "^1.2.4" sax "^1.2.4"