1
0
Fork 0

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
Mike Gerwitz 2019-09-09 15:12:44 -04:00
parent 18e86ebfe7
commit 9eb5d6c118
1 changed files with 10 additions and 9 deletions

View File

@ -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": [