-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
41 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "2.1.9", | ||
"version": "2.1.10", | ||
"npmClient": "yarn", | ||
"useWorkspaces": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@augurproject/artifacts", | ||
"version": "2.1.9", | ||
"version": "2.1.10", | ||
"description": "ABI and Contract Address Artifacts", | ||
"author": "Augur Team <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -14,7 +14,7 @@ | |
"build/**" | ||
], | ||
"dependencies": { | ||
"@augurproject/utils": "^2.1.9", | ||
"@augurproject/utils": "^2.1.10", | ||
"deepmerge": "4.2.2", | ||
"require-all": "3.0.0" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@augurproject/contract-dependencies-ethers", | ||
"version": "2.1.9", | ||
"version": "2.1.10", | ||
"description": "Contract Dependencies For EthersJS", | ||
"author": "The Augur Developers <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@augurproject/core", | ||
"version": "2.1.9", | ||
"version": "2.1.10", | ||
"description": "Core augur contracts and deployment process", | ||
"author": "The Augur Developers <[email protected]>", | ||
"repository": "http://github.com/AugurProject/augur-core", | ||
|
@@ -69,8 +69,8 @@ | |
"prepare": "tsc -b" | ||
}, | ||
"dependencies": { | ||
"@augurproject/artifacts": "^2.1.9", | ||
"@augurproject/contract-dependencies-ethers": "^2.1.9", | ||
"@augurproject/artifacts": "^2.1.10", | ||
"@augurproject/contract-dependencies-ethers": "^2.1.10", | ||
"@augurproject/solidity-docgen": "0.2.0-alpha.3", | ||
"bignumber.js": "9.0.0", | ||
"ethers": "4.0.47", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@augurproject/sdk-lite", | ||
"version": "2.1.9", | ||
"version": "2.1.10", | ||
"description": "Augur SDK Lite", | ||
"author": "The Augur Developers <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -25,8 +25,8 @@ | |
}, | ||
"homepage": "https://github.com/AugurProject/augur-lite#readme", | ||
"dependencies": { | ||
"@augurproject/artifacts": "^2.1.9", | ||
"@augurproject/utils": "^2.1.9", | ||
"@augurproject/artifacts": "^2.1.10", | ||
"@augurproject/utils": "^2.1.10", | ||
"async": "3.1.0", | ||
"ethers": "4.0.47", | ||
"lz-string": "1.4.4" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@augurproject/sdk", | ||
"version": "2.1.9", | ||
"version": "2.1.10", | ||
"description": "Augur SDK", | ||
"author": "The Augur Developers <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -40,14 +40,14 @@ | |
"@0x/mesh-browser-lite": "10.0.0-unstable-8", | ||
"@0x/mesh-rpc-client": "9.4.0", | ||
"@0x/order-utils": "10.2.4", | ||
"@augurproject/artifacts": "^2.1.9", | ||
"@augurproject/contract-dependencies-ethers": "^2.1.9", | ||
"@augurproject/core": "^2.1.9", | ||
"@augurproject/ethersjs-provider": "^2.1.9", | ||
"@augurproject/artifacts": "^2.1.10", | ||
"@augurproject/contract-dependencies-ethers": "^2.1.10", | ||
"@augurproject/core": "^2.1.10", | ||
"@augurproject/ethersjs-provider": "^2.1.10", | ||
"@augurproject/indexeddbshim": "6.1.1", | ||
"@augurproject/sdk-lite": "^2.1.9", | ||
"@augurproject/templates": "^2.1.9", | ||
"@augurproject/utils": "^2.1.9", | ||
"@augurproject/sdk-lite": "^2.1.10", | ||
"@augurproject/templates": "^2.1.10", | ||
"@augurproject/utils": "^2.1.10", | ||
"abi-decoder": "2.3.0", | ||
"async": "3.1.0", | ||
"axios": "0.19.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@augurproject/templates", | ||
"version": "2.1.9", | ||
"version": "2.1.10", | ||
"description": "ABI and Contract Address Artifacts", | ||
"author": "Augur Team <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -13,7 +13,7 @@ | |
"build/**" | ||
], | ||
"dependencies": { | ||
"@augurproject/sdk-lite": "^2.1.9", | ||
"@augurproject/sdk-lite": "^2.1.10", | ||
"ethers": "4.0.47", | ||
"moment": "2.26.0" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@augurproject/test", | ||
"version": "2.1.9", | ||
"version": "2.1.10", | ||
"description": "Augur Test", | ||
"author": "The Augur Developers <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -29,11 +29,11 @@ | |
}, | ||
"homepage": "https://github.com/AugurProject/augur#readme", | ||
"dependencies": { | ||
"@augurproject/artifacts": "^2.1.9", | ||
"@augurproject/core": "^2.1.9", | ||
"@augurproject/sdk": "^2.1.9", | ||
"@augurproject/sdk-lite": "^2.1.9", | ||
"@augurproject/tools": "^2.1.9", | ||
"@augurproject/artifacts": "^2.1.10", | ||
"@augurproject/core": "^2.1.10", | ||
"@augurproject/sdk": "^2.1.10", | ||
"@augurproject/sdk-lite": "^2.1.10", | ||
"@augurproject/tools": "^2.1.10", | ||
"ethereumjs-util": "6.1.0", | ||
"ethers": "4.0.47", | ||
"levelup": "4.2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@augurproject/tools", | ||
"version": "2.1.9", | ||
"version": "2.1.10", | ||
"description": "Tools and dev dependencies", | ||
"author": "Augur Team <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -40,11 +40,11 @@ | |
}, | ||
"homepage": "https://github.com/augurproject/augur#readme", | ||
"dependencies": { | ||
"@augurproject/artifacts": "^2.1.9", | ||
"@augurproject/core": "^2.1.9", | ||
"@augurproject/sdk": "^2.1.9", | ||
"@augurproject/sdk-lite": "^2.1.9", | ||
"@augurproject/utils": "^2.1.9", | ||
"@augurproject/artifacts": "^2.1.10", | ||
"@augurproject/core": "^2.1.10", | ||
"@augurproject/sdk": "^2.1.10", | ||
"@augurproject/sdk-lite": "^2.1.10", | ||
"@augurproject/utils": "^2.1.10", | ||
"@openzeppelin/gsn-helpers": "0.2.3", | ||
"cid-tool": "0.4.0", | ||
"commander": "4.1.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@augurproject/ui", | ||
"version": "2.1.9", | ||
"version": "2.1.10", | ||
"description": "Augur UI", | ||
"author": "The Augur Developers <[email protected]>", | ||
"license": "AAL", | ||
|
@@ -49,9 +49,9 @@ | |
"3id-blockchain-utils": "0.3.3", | ||
"@0x/order-utils": "10.2.4", | ||
"@analytics/segment": "0.4.0", | ||
"@augurproject/sdk": "^2.1.9", | ||
"@augurproject/sdk-lite": "^2.1.9", | ||
"@augurproject/utils": "^2.1.9", | ||
"@augurproject/sdk": "^2.1.10", | ||
"@augurproject/sdk-lite": "^2.1.10", | ||
"@augurproject/utils": "^2.1.10", | ||
"@metamask/detect-provider": "1.1.0", | ||
"@portis/web3": "2.0.0-beta.57", | ||
"@toruslabs/torus-embed": "1.7.1", | ||
|
@@ -107,7 +107,7 @@ | |
"web3": "1.2.1" | ||
}, | ||
"devDependencies": { | ||
"@augurproject/tools": "^2.1.9", | ||
"@augurproject/tools": "^2.1.10", | ||
"@babel/core": "7.9.0", | ||
"@babel/preset-env": "7.9.5", | ||
"@babel/preset-react": "7.9.4", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@augurproject/utils", | ||
"version": "2.1.9", | ||
"version": "2.1.10", | ||
"description": "Grab bag of formatting and ABI encoding/decoding functions", | ||
"author": "The Augur Developers <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@augurproject/ethersjs-provider", | ||
"version": "2.1.9", | ||
"version": "2.1.10", | ||
"description": "Ethers.JS Provider Implementation for Augur API", | ||
"author": "The Augur Developers <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -26,8 +26,8 @@ | |
}, | ||
"homepage": "https://github.com/AugurProject/augur#readme", | ||
"dependencies": { | ||
"@augurproject/artifacts": "^2.1.9", | ||
"@augurproject/contract-dependencies-ethers": "^2.1.9", | ||
"@augurproject/artifacts": "^2.1.10", | ||
"@augurproject/contract-dependencies-ethers": "^2.1.10", | ||
"@augurproject/types": "^2.1.1", | ||
"ethereum-types": "2.1.6", | ||
"ethers": "4.0.47" | ||
|