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.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/sol-doc/package.json b/packages/sol-doc/package.json
index e56408f98..6bf76d47a 100644
--- a/packages/sol-doc/package.json
+++ b/packages/sol-doc/package.json
@@ -1,6 +1,6 @@
{
"name": "@0x/sol-doc",
- "version": "1.0.7",
+ "version": "1.0.8",
"description": "Solidity documentation generator",
"main": "lib/src/index.js",
"types": "lib/src/index.d.js",
@@ -25,9 +25,9 @@
"author": "F. Eugene Aumson",
"license": "Apache-2.0",
"dependencies": {
- "@0x/sol-compiler": "^1.1.12",
- "@0x/types": "^1.2.1",
- "@0x/utils": "^2.0.5",
+ "@0x/sol-compiler": "^1.1.13",
+ "@0x/types": "^1.3.0",
+ "@0x/utils": "^2.0.6",
"ethereum-types": "^1.1.2",
"ethereumjs-util": "^5.1.1",
"lodash": "^4.17.10",