aboutsummaryrefslogtreecommitdiffstats
path: root/packages/fill-scenarios/package.json
diff options
context:
space:
mode:
authorfragosti <francesco.agosti93@gmail.com>2018-07-26 01:33:13 +0800
committerfragosti <francesco.agosti93@gmail.com>2018-07-26 01:33:13 +0800
commitda4b70fcae1da2c35905a30b79707b3f27b9fa3a (patch)
tree65dbdb8f75c8e93cd788149610522f5bf5ada643 /packages/fill-scenarios/package.json
parentad4c2b95e4722e6d227c26f436bedf7b06f5356a (diff)
parent05b35c0fdcbca7980d4195e96ec791c1c2d13398 (diff)
downloaddexon-0x-contracts-da4b70fcae1da2c35905a30b79707b3f27b9fa3a.tar.gz
dexon-0x-contracts-da4b70fcae1da2c35905a30b79707b3f27b9fa3a.tar.zst
dexon-0x-contracts-da4b70fcae1da2c35905a30b79707b3f27b9fa3a.zip
Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into feature/web3-wrapper/unexport-marshaller
Diffstat (limited to 'packages/fill-scenarios/package.json')
-rw-r--r--packages/fill-scenarios/package.json24
1 files changed, 12 insertions, 12 deletions
diff --git a/packages/fill-scenarios/package.json b/packages/fill-scenarios/package.json
index b6b1d8dce..3b832e53e 100644
--- a/packages/fill-scenarios/package.json
+++ b/packages/fill-scenarios/package.json
@@ -1,6 +1,6 @@
{
"name": "@0xproject/fill-scenarios",
- "version": "1.0.0-rc.1",
+ "version": "1.0.0",
"description": "0x order fill scenario generator",
"main": "lib/index.js",
"types": "lib/index.d.ts",
@@ -28,10 +28,10 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/fill-scenarios/README.md",
"devDependencies": {
- "@0xproject/abi-gen": "^1.0.0",
- "@0xproject/monorepo-scripts": "^1.0.0",
- "@0xproject/sol-compiler": "^1.0.0",
- "@0xproject/tslint-config": "^1.0.0",
+ "@0xproject/abi-gen": "^1.0.1",
+ "@0xproject/monorepo-scripts": "^1.0.1",
+ "@0xproject/sol-compiler": "^1.0.1",
+ "@0xproject/tslint-config": "^1.0.1",
"@types/lodash": "4.14.104",
"copyfiles": "^1.2.0",
"make-promises-safe": "^1.1.0",
@@ -41,13 +41,13 @@
"typescript": "2.7.1"
},
"dependencies": {
- "@0xproject/base-contract": "^1.0.0",
- "@0xproject/order-utils": "^1.0.0-rc.1",
- "@0xproject/types": "^1.0.0-rc.1",
- "ethereum-types": "^1.0.0",
- "@0xproject/typescript-typings": "^1.0.0",
- "@0xproject/utils": "^1.0.0",
- "@0xproject/web3-wrapper": "^1.0.0",
+ "@0xproject/base-contract": "^1.0.1",
+ "@0xproject/order-utils": "^1.0.0",
+ "@0xproject/types": "^1.0.0",
+ "@0xproject/typescript-typings": "^1.0.1",
+ "@0xproject/utils": "^1.0.1",
+ "@0xproject/web3-wrapper": "^1.0.1",
+ "ethereum-types": "^1.0.1",
"ethers": "3.0.22",
"lodash": "^4.17.4"
},