aboutsummaryrefslogtreecommitdiffstats
path: root/packages/typescript-typings/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/typescript-typings/package.json')
-rw-r--r--packages/typescript-typings/package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/typescript-typings/package.json b/packages/typescript-typings/package.json
index 8b7a640c9..c004f1111 100644
--- a/packages/typescript-typings/package.json
+++ b/packages/typescript-typings/package.json
@@ -1,6 +1,6 @@
{
"name": "@0xproject/typescript-typings",
- "version": "1.0.0",
+ "version": "1.0.1",
"engines": {
"node": ">=6.12"
},
@@ -25,11 +25,11 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/typescript-typings#readme",
"dependencies": {
- "ethereum-types": "^1.0.0",
- "bignumber.js": "~4.1.0"
+ "bignumber.js": "~4.1.0",
+ "ethereum-types": "^1.0.1"
},
"devDependencies": {
- "@0xproject/monorepo-scripts": "^1.0.0",
+ "@0xproject/monorepo-scripts": "^1.0.1",
"copyfiles": "^1.2.0",
"shx": "^0.2.2"
},