Upgrade TS to the newest version

This commit is contained in:
Leonid Logvinov 2018-02-01 12:50:55 +01:00
parent 09659cc304
commit 39e3733be4
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4
18 changed files with 20 additions and 20 deletions

View File

@ -71,7 +71,7 @@
"truffle-hdwallet-provider": "^0.0.3", "truffle-hdwallet-provider": "^0.0.3",
"tslint": "5.8.0", "tslint": "5.8.0",
"typedoc": "~0.8.0", "typedoc": "~0.8.0",
"typescript": "~2.6.1", "typescript": "2.7.1",
"web3-provider-engine": "^13.0.1", "web3-provider-engine": "^13.0.1",
"web3-typescript-typings": "^0.9.7", "web3-typescript-typings": "^0.9.7",
"webpack": "^3.1.0" "webpack": "^3.1.0"

View File

@ -43,7 +43,7 @@
"npm-run-all": "^4.1.2", "npm-run-all": "^4.1.2",
"shx": "^0.2.2", "shx": "^0.2.2",
"tslint": "5.8.0", "tslint": "5.8.0",
"typescript": "~2.6.1", "typescript": "2.7.1",
"web3-typescript-typings": "^0.9.7" "web3-typescript-typings": "^0.9.7"
} }
} }

View File

@ -35,7 +35,7 @@
"npm-run-all": "^4.1.2", "npm-run-all": "^4.1.2",
"shx": "^0.2.2", "shx": "^0.2.2",
"tslint": "5.8.0", "tslint": "5.8.0",
"typescript": "~2.6.1" "typescript": "2.7.1"
}, },
"dependencies": { "dependencies": {
"@0xproject/json-schemas": "^0.7.6", "@0xproject/json-schemas": "^0.7.6",

View File

@ -59,7 +59,7 @@
"shx": "^0.2.2", "shx": "^0.2.2",
"tslint": "5.8.0", "tslint": "5.8.0",
"typedoc": "~0.8.0", "typedoc": "~0.8.0",
"typescript": "~2.6.1", "typescript": "2.7.1",
"web3-typescript-typings": "^0.9.7" "web3-typescript-typings": "^0.9.7"
} }
} }

View File

@ -54,7 +54,7 @@
"tslint": "5.8.0", "tslint": "5.8.0",
"types-bn": "^0.0.1", "types-bn": "^0.0.1",
"types-ethereumjs-util": "0xproject/types-ethereumjs-util", "types-ethereumjs-util": "0xproject/types-ethereumjs-util",
"typescript": "~2.6.1", "typescript": "2.7.1",
"web3-typescript-typings": "^0.9.7", "web3-typescript-typings": "^0.9.7",
"yargs": "^10.0.3" "yargs": "^10.0.3"
}, },

View File

@ -31,7 +31,7 @@
"copyfiles": "^1.2.0", "copyfiles": "^1.2.0",
"web3-typescript-typings": "^0.9.4", "web3-typescript-typings": "^0.9.4",
"types-bn": "^0.0.1", "types-bn": "^0.0.1",
"typescript": "~2.6.1", "typescript": "2.7.1",
"web3-typescript-typings": "^0.9.7" "web3-typescript-typings": "^0.9.7"
}, },
"dependencies": { "dependencies": {

View File

@ -28,7 +28,7 @@
"tslint": "5.8.0", "tslint": "5.8.0",
"types-bn": "^0.0.1", "types-bn": "^0.0.1",
"types-ethereumjs-util": "0xproject/types-ethereumjs-util", "types-ethereumjs-util": "0xproject/types-ethereumjs-util",
"typescript": "~2.6.1" "typescript": "2.7.1"
}, },
"dependencies": { "dependencies": {
"@0xproject/utils": "^0.2.3", "@0xproject/utils": "^0.2.3",

View File

@ -41,6 +41,6 @@
"npm-run-all": "^4.1.2", "npm-run-all": "^4.1.2",
"shx": "^0.2.2", "shx": "^0.2.2",
"tslint": "5.8.0", "tslint": "5.8.0",
"typescript": "~2.6.1" "typescript": "2.7.1"
} }
} }

View File

@ -25,7 +25,7 @@
"@types/node": "^8.0.53", "@types/node": "^8.0.53",
"shx": "^0.2.2", "shx": "^0.2.2",
"tslint": "5.8.0", "tslint": "5.8.0",
"typescript": "~2.6.1" "typescript": "2.7.1"
}, },
"dependencies": { "dependencies": {
"chalk": "^2.3.0", "chalk": "^2.3.0",

View File

@ -49,7 +49,7 @@
"tslint": "5.8.0", "tslint": "5.8.0",
"types-bn": "^0.0.1", "types-bn": "^0.0.1",
"types-ethereumjs-util": "0xproject/types-ethereumjs-util", "types-ethereumjs-util": "0xproject/types-ethereumjs-util",
"typescript": "~2.6.1", "typescript": "2.7.1",
"web3-typescript-typings": "^0.9.5", "web3-typescript-typings": "^0.9.5",
"webpack": "^3.1.0" "webpack": "^3.1.0"
} }

View File

@ -36,7 +36,7 @@
"shx": "^0.2.2", "shx": "^0.2.2",
"source-map-loader": "^0.1.6", "source-map-loader": "^0.1.6",
"tslint": "5.8.0", "tslint": "5.8.0",
"typescript": "~2.6.1", "typescript": "2.7.1",
"web3-typescript-typings": "^0.9.7", "web3-typescript-typings": "^0.9.7",
"webpack": "^3.1.0", "webpack": "^3.1.0",
"webpack-node-externals": "^1.6.0" "webpack-node-externals": "^1.6.0"

View File

@ -29,7 +29,7 @@
"shx": "^0.2.2", "shx": "^0.2.2",
"tslint": "5.8.0", "tslint": "5.8.0",
"tslint-eslint-rules": "^4.1.1", "tslint-eslint-rules": "^4.1.1",
"typescript": "~2.6.1" "typescript": "2.7.1"
}, },
"dependencies": { "dependencies": {
"lodash": "^4.17.4", "lodash": "^4.17.4",

View File

@ -24,7 +24,7 @@
"shx": "^0.2.2", "shx": "^0.2.2",
"tslint": "5.8.0", "tslint": "5.8.0",
"web3-typescript-typings": "^0.9.5", "web3-typescript-typings": "^0.9.5",
"typescript": "~2.6.1" "typescript": "2.7.1"
}, },
"dependencies": { "dependencies": {
"bignumber.js": "~4.1.0", "bignumber.js": "~4.1.0",

View File

@ -27,7 +27,7 @@
"shx": "^0.2.2", "shx": "^0.2.2",
"tslint": "5.8.0", "tslint": "5.8.0",
"web3-typescript-typings": "^0.9.5", "web3-typescript-typings": "^0.9.5",
"typescript": "~2.6.1" "typescript": "2.7.1"
}, },
"dependencies": { "dependencies": {
"bignumber.js": "~4.1.0", "bignumber.js": "~4.1.0",

View File

@ -22,7 +22,7 @@
"@types/bignumber.js": "^4.0.2", "@types/bignumber.js": "^4.0.2",
"tslint": "5.8.0", "tslint": "5.8.0",
"tslint-config-0xproject": "^0.0.2", "tslint-config-0xproject": "^0.0.2",
"typescript": "~2.6.1" "typescript": "2.7.1"
}, },
"dependencies": { "dependencies": {
"bignumber.js": "~4.1.0" "bignumber.js": "~4.1.0"

View File

@ -26,7 +26,7 @@
"npm-run-all": "^4.1.2", "npm-run-all": "^4.1.2",
"shx": "^0.2.2", "shx": "^0.2.2",
"tslint": "5.8.0", "tslint": "5.8.0",
"typescript": "~2.6.1", "typescript": "2.7.1",
"web3-typescript-typings": "^0.9.7" "web3-typescript-typings": "^0.9.7"
}, },
"dependencies": { "dependencies": {

View File

@ -99,7 +99,7 @@
"source-map-loader": "^0.1.6", "source-map-loader": "^0.1.6",
"style-loader": "0.13.x", "style-loader": "0.13.x",
"tslint": "5.8.0", "tslint": "5.8.0",
"typescript": "~2.6.1", "typescript": "2.7.1",
"web3-typescript-typings": "^0.9.7", "web3-typescript-typings": "^0.9.7",
"webpack": "^3.1.0", "webpack": "^3.1.0",
"webpack-dev-middleware": "^1.10.0", "webpack-dev-middleware": "^1.10.0",

View File

@ -9109,9 +9109,9 @@ typescript@2.4.1:
version "2.4.1" version "2.4.1"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.4.1.tgz#c3ccb16ddaa0b2314de031e7e6fee89e5ba346bc" resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.4.1.tgz#c3ccb16ddaa0b2314de031e7e6fee89e5ba346bc"
typescript@~2.6.1: typescript@2.7.1:
version "2.6.2" version "2.7.1"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.6.2.tgz#3c5b6fd7f6de0914269027f03c0946758f7673a4" resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.7.1.tgz#bb3682c2c791ac90e7c6210b26478a8da085c359"
ua-parser-js@^0.7.9: ua-parser-js@^0.7.9:
version "0.7.17" version "0.7.17"