Skip to content

Commit

Permalink
build(deps): required runtime types
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode authored and jfromaniello committed May 13, 2022
1 parent 07e7718 commit f3f5af5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -33,12 +33,12 @@
"/dist"
],
"dependencies": {
"@types/express-unless": "^0.5.3",
"@types/jsonwebtoken": "^8.5.8",
"express-unless": "^1.0.0",
"jsonwebtoken": "^8.5.1"
},
"devDependencies": {
"@types/express-unless": "^0.5.3",
"@types/jsonwebtoken": "^8.5.8",
"@types/mocha": "^9.1.0",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
Expand Down

0 comments on commit f3f5af5

Please sign in to comment.