aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-08-23 21:29:22 +0800
committerFabio Berger <me@fabioberger.com>2018-08-23 21:29:22 +0800
commit0577ab96b8056b05dca1024227af53dad4ef5322 (patch)
tree58f027c9a6de15b6a117de0cc864a9b1a718b93d /packages
parent15a34dca790dc2ef25b302c2b2d50524865d2954 (diff)
downloaddexon-sol-tools-0577ab96b8056b05dca1024227af53dad4ef5322.tar
dexon-sol-tools-0577ab96b8056b05dca1024227af53dad4ef5322.tar.gz
dexon-sol-tools-0577ab96b8056b05dca1024227af53dad4ef5322.tar.bz2
dexon-sol-tools-0577ab96b8056b05dca1024227af53dad4ef5322.tar.lz
dexon-sol-tools-0577ab96b8056b05dca1024227af53dad4ef5322.tar.xz
dexon-sol-tools-0577ab96b8056b05dca1024227af53dad4ef5322.tar.zst
dexon-sol-tools-0577ab96b8056b05dca1024227af53dad4ef5322.zip
Upgrade Typedoc to 0.12.0, which works with TS 3.x
Diffstat (limited to 'packages')
-rw-r--r--packages/0x.js/package.json2
-rw-r--r--packages/connect/package.json2
-rw-r--r--packages/contract-wrappers/package.json2
-rw-r--r--packages/json-schemas/package.json2
-rw-r--r--packages/monorepo-scripts/package.json2
-rw-r--r--packages/order-utils/package.json2
-rw-r--r--packages/sol-compiler/package.json2
-rw-r--r--packages/sol-cov/package.json2
-rw-r--r--packages/subproviders/package.json2
-rw-r--r--packages/web3-wrapper/package.json2
10 files changed, 10 insertions, 10 deletions
diff --git a/packages/0x.js/package.json b/packages/0x.js/package.json
index af1e47cd8..755de9e18 100644
--- a/packages/0x.js/package.json
+++ b/packages/0x.js/package.json
@@ -68,7 +68,7 @@
"sinon": "^4.0.0",
"source-map-support": "^0.5.0",
"tslint": "5.11.0",
- "typedoc": "0xProject/typedoc",
+ "typedoc": "0.12.0",
"typescript": "3.0.1",
"webpack": "^3.1.0"
},
diff --git a/packages/connect/package.json b/packages/connect/package.json
index 13326df9b..f5772cf4d 100644
--- a/packages/connect/package.json
+++ b/packages/connect/package.json
@@ -76,7 +76,7 @@
"nyc": "^11.0.1",
"shx": "^0.2.2",
"tslint": "5.11.0",
- "typedoc": "0xProject/typedoc",
+ "typedoc": "0.12.0",
"typescript": "3.0.1"
},
"publishConfig": {
diff --git a/packages/contract-wrappers/package.json b/packages/contract-wrappers/package.json
index f8477e878..67cca9ec0 100644
--- a/packages/contract-wrappers/package.json
+++ b/packages/contract-wrappers/package.json
@@ -69,7 +69,7 @@
"sinon": "^4.0.0",
"source-map-support": "^0.5.0",
"tslint": "5.11.0",
- "typedoc": "0xProject/typedoc",
+ "typedoc": "0.12.0",
"typescript": "3.0.1",
"web3-provider-engine": "14.0.6"
},
diff --git a/packages/json-schemas/package.json b/packages/json-schemas/package.json
index 3434c9eb1..c67d15d6c 100644
--- a/packages/json-schemas/package.json
+++ b/packages/json-schemas/package.json
@@ -58,7 +58,7 @@
"nyc": "^11.0.1",
"shx": "^0.2.2",
"tslint": "5.11.0",
- "typedoc": "0xProject/typedoc",
+ "typedoc": "0.12.0",
"typescript": "3.0.1"
},
"publishConfig": {
diff --git a/packages/monorepo-scripts/package.json b/packages/monorepo-scripts/package.json
index 74be99550..551695129 100644
--- a/packages/monorepo-scripts/package.json
+++ b/packages/monorepo-scripts/package.json
@@ -65,7 +65,7 @@
"semver": "5.5.0",
"semver-diff": "^2.1.0",
"semver-sort": "0.0.4",
- "typedoc": "0xProject/typedoc",
+ "typedoc": "0.12.0",
"yargs": "^10.0.3"
},
"publishConfig": {
diff --git a/packages/order-utils/package.json b/packages/order-utils/package.json
index dbccded86..0d82affef 100644
--- a/packages/order-utils/package.json
+++ b/packages/order-utils/package.json
@@ -55,7 +55,7 @@
"shx": "^0.2.2",
"sinon": "^4.0.0",
"tslint": "5.11.0",
- "typedoc": "0xProject/typedoc",
+ "typedoc": "0.12.0",
"typescript": "3.0.1"
},
"dependencies": {
diff --git a/packages/sol-compiler/package.json b/packages/sol-compiler/package.json
index e13a28efa..ee7dffe30 100644
--- a/packages/sol-compiler/package.json
+++ b/packages/sol-compiler/package.json
@@ -58,7 +58,7 @@
"nyc": "^11.0.1",
"shx": "^0.2.2",
"tslint": "5.11.0",
- "typedoc": "0xProject/typedoc",
+ "typedoc": "0.12.0",
"types-bn": "^0.0.1",
"typescript": "3.0.1",
"web3-typescript-typings": "^0.10.2",
diff --git a/packages/sol-cov/package.json b/packages/sol-cov/package.json
index a6c383b6f..2bf09e63a 100644
--- a/packages/sol-cov/package.json
+++ b/packages/sol-cov/package.json
@@ -76,7 +76,7 @@
"shx": "^0.2.2",
"sinon": "^4.0.0",
"tslint": "5.11.0",
- "typedoc": "0xProject/typedoc",
+ "typedoc": "0.12.0",
"typescript": "3.0.1"
},
"publishConfig": {
diff --git a/packages/subproviders/package.json b/packages/subproviders/package.json
index 38b99c976..521785998 100644
--- a/packages/subproviders/package.json
+++ b/packages/subproviders/package.json
@@ -71,7 +71,7 @@
"shx": "^0.2.2",
"sinon": "^4.0.0",
"tslint": "5.11.0",
- "typedoc": "0xProject/typedoc",
+ "typedoc": "0.12.0",
"typescript": "3.0.1",
"webpack": "^3.1.0"
},
diff --git a/packages/web3-wrapper/package.json b/packages/web3-wrapper/package.json
index d584db453..3b347ac6f 100644
--- a/packages/web3-wrapper/package.json
+++ b/packages/web3-wrapper/package.json
@@ -49,7 +49,7 @@
"nyc": "^11.0.1",
"shx": "^0.2.2",
"tslint": "5.11.0",
- "typedoc": "0xProject/typedoc",
+ "typedoc": "0.12.0",
"typescript": "3.0.1"
},
"dependencies": {