aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-doc/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/sol-doc/package.json')
-rw-r--r--packages/sol-doc/package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/sol-doc/package.json b/packages/sol-doc/package.json
index 618cb7ef7..2f8525ff4 100644
--- a/packages/sol-doc/package.json
+++ b/packages/sol-doc/package.json
@@ -1,6 +1,6 @@
{
"name": "@0xproject/sol-doc",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "Solidity documentation generator",
"main": "lib/src/index.js",
"types": "lib/src/index.d.js",
@@ -24,10 +24,10 @@
"author": "F. Eugene Aumson",
"license": "Apache-2.0",
"dependencies": {
- "@0xproject/sol-compiler": "^1.1.5",
- "@0xproject/types": "^1.1.1",
- "@0xproject/utils": "^1.0.11",
- "ethereum-types": "^1.0.4",
+ "@0xproject/sol-compiler": "^1.1.6",
+ "@0xproject/types": "^1.1.2",
+ "@0xproject/utils": "^2.0.0",
+ "ethereum-types": "^1.0.9",
"lodash": "^4.17.10",
"yargs": "^12.0.2"
},