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 e68e3a237..c413e248f 100644
--- a/packages/sol-doc/package.json
+++ b/packages/sol-doc/package.json
@@ -1,6 +1,6 @@
{
"name": "@0x/sol-doc",
- "version": "2.0.1",
+ "version": "2.0.2",
"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": "^3.0.1",
- "@0x/types": "^2.0.1",
- "@0x/utils": "^4.0.2",
+ "@0x/sol-compiler": "^3.0.2",
+ "@0x/types": "^2.0.2",
+ "@0x/utils": "^4.0.3",
"ethereum-types": "^2.0.0",
"ethereumjs-util": "^5.1.1",
"lodash": "^4.17.11",