We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e642b7 commit 6b0d234Copy full SHA for 6b0d234
package.json
@@ -32,10 +32,7 @@
32
"test": "mocha -r ts-node/register ./spec/index.spec.ts"
33
},
34
"dependencies": {
35
- "@types/cors": "^2.8.5",
36
"@types/express": "^4.17.0",
37
- "@types/jsonwebtoken": "^8.3.2",
38
- "@types/lodash": "^4.14.135",
39
"cors": "^2.8.5",
40
"express": "^4.17.1",
41
"jsonwebtoken": "^8.5.1",
@@ -44,6 +41,9 @@
44
"devDependencies": {
45
42
"@types/chai": "^4.1.7",
46
43
"@types/chai-as-promised": "^7.1.0",
+ "@types/cors": "^2.8.5",
+ "@types/jsonwebtoken": "^8.3.2",
+ "@types/lodash": "^4.14.135",
47
"@types/mocha": "^5.2.7",
48
"@types/mock-require": "^2.0.0",
49
"@types/nock": "^10.0.3",
0 commit comments