Add mocha types to deps

This commit is contained in:
fabioberger 2019-10-03 13:10:04 +08:00
parent bf4005b0ee
commit 17219d22c3

View File

@ -34,7 +34,6 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/test-utils/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/contracts/test-utils/README.md",
"devDependencies": { "devDependencies": {
"@types/mocha": "^5.2.7",
"npm-run-all": "^4.1.2", "npm-run-all": "^4.1.2",
"shx": "^0.2.2", "shx": "^0.2.2",
"tslint": "5.11.0", "tslint": "5.11.0",
@ -57,6 +56,7 @@
"@types/js-combinatorics": "^0.5.29", "@types/js-combinatorics": "^0.5.29",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/node": "*", "@types/node": "*",
"@types/mocha": "^5.2.7",
"bn.js": "^4.11.8", "bn.js": "^4.11.8",
"chai": "^4.0.1", "chai": "^4.0.1",
"chai-as-promised": "^7.1.0", "chai-as-promised": "^7.1.0",