Updated package.json dependencies

This commit is contained in:
Greg Hysen 2019-03-12 11:09:39 -07:00
parent e77a608f45
commit b601220845

View File

@ -46,11 +46,11 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
"devDependencies": { "devDependencies": {
"@0x/abi-gen": "^2.0.4", "@0x/abi-gen": "^2.0.6",
"@0x/contracts-gen": "^1.0.3", "@0x/contracts-gen": "^1.0.5",
"@0x/contracts-test-utils": "^3.0.5", "@0x/contracts-test-utils": "^3.0.8",
"@0x/dev-utils": "^2.1.1", "@0x/dev-utils": "^2.1.3",
"@0x/sol-compiler": "^3.1.0", "@0x/sol-compiler": "^3.1.3",
"@0x/tslint-config": "^3.0.0", "@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/node": "*", "@types/node": "*",
@ -67,12 +67,12 @@
"typescript": "3.0.1" "typescript": "3.0.1"
}, },
"dependencies": { "dependencies": {
"@0x/base-contract": "^5.0.0", "@0x/base-contract": "^5.0.2",
"@0x/contracts-utils": "2.0.8", "@0x/contracts-utils": "^2.0.8",
"@0x/types": "^2.1.0", "@0x/types": "^2.1.1",
"@0x/typescript-typings": "^4.1.0", "@0x/typescript-typings": "^4.1.0",
"@0x/utils": "^4.2.0", "@0x/utils": "^4.2.2",
"@0x/web3-wrapper": "^6.0.0", "@0x/web3-wrapper": "^6.0.2",
"ethereum-types": "^2.1.0", "ethereum-types": "^2.1.0",
"lodash": "^4.17.11" "lodash": "^4.17.11"
}, },