aboutsummaryrefslogtreecommitdiffstats
path: root/packages/utils/package.json
diff options
context:
space:
mode:
authorAlex Browne <stephenalexbrowne@gmail.com>2018-08-09 05:12:18 +0800
committerGitHub <noreply@github.com>2018-08-09 05:12:18 +0800
commit13f0d27f7cf6fadacc01d013305975ce44af4482 (patch)
tree1089536b29731a2c24290c754eb318ec7f5cb6b2 /packages/utils/package.json
parenta6ccfaf9caf20cbc4969c0673cf0c83c33553e0a (diff)
parent6e2e658162a5a128b722ba105f92fa5267c4bd62 (diff)
downloaddexon-0x-contracts-13f0d27f7cf6fadacc01d013305975ce44af4482.tar.gz
dexon-0x-contracts-13f0d27f7cf6fadacc01d013305975ce44af4482.tar.zst
dexon-0x-contracts-13f0d27f7cf6fadacc01d013305975ce44af4482.zip
Merge pull request #945 from 0xProject/fix/typescript-2.9.2
Update TypeScript to version 2.9.2
Diffstat (limited to 'packages/utils/package.json')
-rw-r--r--packages/utils/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/utils/package.json b/packages/utils/package.json
index b1a0d8eb9..ee150cb0e 100644
--- a/packages/utils/package.json
+++ b/packages/utils/package.json
@@ -32,7 +32,7 @@
"npm-run-all": "^4.1.2",
"shx": "^0.2.2",
"tslint": "5.11.0",
- "typescript": "2.7.1"
+ "typescript": "2.9.2"
},
"dependencies": {
"@0xproject/types": "^1.0.1-rc.3",