Skip to content

Commit

Permalink
v10.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio committed May 30, 2021
1 parent b7d8570 commit 84e37a3
Show file tree
Hide file tree
Showing 3 changed files with 4,176 additions and 88 deletions.
41 changes: 21 additions & 20 deletions app/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,39 +16,40 @@
"dependencies": {
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"dotenv": "^8.2.0",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"pino": "^6.10.0",
"pino": "^6.11.3",
<% if (specification === 'openapi_3') { %>
"express-openapi-validator": "^4.10.6"
"express-openapi-validator": "^4.12.11"
<% } else { %>
"swagger-express-middleware": "^4.0.2"
<% } %>
},
"devDependencies": {
"@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.7",
"@babel/preset-env": "^7.12.11",
"@babel/register": "^7.12.10",
"@babel/cli": "^7.14.3",
"@babel/core": "^7.14.3",
"@babel/node": "^7.14.2",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.2",
"@babel/plugin-proposal-optional-chaining": "^7.14.2",
"@babel/preset-env": "^7.14.4",
"@babel/register": "^7.13.16",
"babel-eslint": "^10.1.0",
"chai": "^4.2.0",
"eslint": "^7.17.0",
"eslint-plugin-import": "^2.22.1",
"chai": "^4.3.4",
"eslint": "^7.27.0",
"eslint-plugin-import": "^2.23.4",
<% if (linter === 'airbnb') { %>
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-airbnb-base": "^14.2.1",
<% } else { %>
"eslint-config-prettier": "^7.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.3.1",
"prettier": "^2.2.1",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.3.0",
<% } %>
"mocha": "^8.2.1",
"mocha": "^8.4.0",
"nodemon": "^2.0.7",
"pino-pretty": "^4.3.0",
"supertest": "^6.0.1"
"pino-pretty": "^5.0.1",
"prettier": "^2.3.0",
"supertest": "^6.1.3"
},
"author": "Carmine DiMascio <[email protected]> (https://github.com/cdimascio)"
}
Loading

0 comments on commit 84e37a3

Please sign in to comment.