Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio committed Dec 19, 2020
1 parent 28a2ff3 commit 3cceef9
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions app/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,32 +18,32 @@
"cookie-parser": "^1.4.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"pino": "^6.7.0",
"pino": "^6.8.0",
<% if (specification === 'openapi_3') { %>
"express-openapi-validator": "^4.7.2"
"express-openapi-validator": "^4.9.2"
<% } else { %>
"swagger-express-middleware": "^4.0.2"
<% } %>
},
"devDependencies": {
"@types/chai": "^4.2.14",
"@types/express": "^4.17.8",
"@types/mocha": "^8.0.3",
"@types/pino": "^6.3.3",
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1",
"@types/express": "^4.17.9",
"@types/mocha": "^8.2.0",
"@types/pino": "^6.3.4",
"@typescript-eslint/eslint-plugin": "^4.10.0",
"@typescript-eslint/parser": "^4.10.0",
"chai": "^4.2.0",
"eslint": "^7.13.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint": "^7.16.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-prettier": "^3.3.0",
"mocha": "^8.2.1",
"nodemon": "^2.0.6",
"pino-pretty": "^4.3.0",
"prettier": "^2.1.2",
"prettier": "^2.2.1",
"shelljs": "^0.8.4",
"supertest": "^6.0.1",
"ts-node": "^9.0.0",
"typescript": "^4.0.5"
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
},
"author": "Carmine DiMascio <cdimascio@gmail.com> (https://github.com/cdimascio)"
}

0 comments on commit 3cceef9

Please sign in to comment.