aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-doc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/sol-doc')
-rw-r--r--packages/sol-doc/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/sol-doc/package.json b/packages/sol-doc/package.json
index 25225ed29..299ecce5c 100644
--- a/packages/sol-doc/package.json
+++ b/packages/sol-doc/package.json
@@ -1,6 +1,6 @@
{
"name": "@dexon-foundation/sol-doc",
- "version": "1.0.14",
+ "version": "1.0.15",
"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": {
- "@dexon-foundation/sol-compiler": "^2.0.4",
"@0x/types": "^1.5.2",
"@0x/utils": "^3.0.1",
+ "@dexon-foundation/sol-compiler": "^2.0.6",
"ethereum-types": "^1.1.6",
"ethereumjs-util": "^5.1.1",
"lodash": "^4.17.10",