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 53082f9 commit 981632d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 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": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/node": "^7.12.6",
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/node": "^7.12.10",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
"@babel/plugin-proposal-optional-chaining": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/register": "^7.12.1",
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
"@babel/preset-env": "^7.12.11",
"@babel/register": "^7.12.10",
"babel-eslint": "^10.1.0",
"chai": "^4.2.0",
"eslint": "^7.12.1",
"eslint": "^7.16.0",
"eslint-plugin-import": "^2.22.1",
<% if (linter === 'airbnb') { %>
"eslint-config-airbnb-base": "^14.2.0",
<% } else { %>
"eslint-config-prettier": "^6.15.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "^2.1.2",
"eslint-plugin-prettier": "^3.3.0",
"prettier": "^2.2.1",
<% } %>
"mocha": "^8.2.1",
"nodemon": "^2.0.6",
Expand Down

0 comments on commit 981632d

Please sign in to comment.