package.json.in: Restrict chai-as-promised and add @types
* package.json.in (devDependencies)[chai-as-promised]: Restrict version. [@types/chai-as-promised]: Add and restrict to same version. Otherwise, there is a typescript incompatibility.master
parent
18e86ebfe7
commit
9eb5d6c118
|
@ -29,15 +29,16 @@
|
|||
"amqplib": "0.5.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": ">=3.6",
|
||||
"@types/node": "~4.9",
|
||||
"chai": ">=1.9.1 < 4",
|
||||
"@types/chai": ">=1.9.1 < 4",
|
||||
"chai-as-promised": ">=6.0.0",
|
||||
"mocha": "5.2.0",
|
||||
"@types/mocha": "5.2.0",
|
||||
"sinon": ">=1.17.4",
|
||||
"es6-promise": "~3"
|
||||
"typescript": ">=3.6",
|
||||
"@types/node": "~4.9",
|
||||
"chai": ">=1.9.1 < 4",
|
||||
"@types/chai": ">=1.9.1 < 4",
|
||||
"chai-as-promised": "7.1.0",
|
||||
"@types/chai-as-promised": "7.1.0",
|
||||
"mocha": "5.2.0",
|
||||
"@types/mocha": "5.2.0",
|
||||
"sinon": ">=1.17.4",
|
||||
"es6-promise": "~3"
|
||||
},
|
||||
|
||||
"licenses": [
|
||||
|
|
Loading…
Reference in New Issue