Skip to content

Commit

Permalink
fix: upgrade swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Aug 18, 2019
1 parent 6a2fec4 commit 2fef475
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ module.exports = {
node: true,
jest: true,
},
extends: ['xo-space/esnext', 'xo-typescript', 'prettier/@typescript-eslint'],
extends: ['xo-space/esnext', 'xo-typescript'],
rules: {
'object-curly-spacing': ['error', 'always'],
'@typescript-eslint/indent': ['error', 2, { SwitchCase: 1 }],
'@typescript-eslint/explicit-function-return-type': 0,
'capitalized-comments': 0,
'@typescript-eslint/no-explicit-any': 0,
'comma-dangle': ['error', 'always-multiline'],
},
};
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,25 +29,24 @@
"koa": "^2.7.0"
},
"devDependencies": {
"@types/jest": "24.0.16",
"@types/jest": "24.0.17",
"@types/koa-router": "7.0.42",
"@types/lodash": "4.14.136",
"@types/node": "12.6.9",
"@types/lodash": "4.14.137",
"@types/node": "12.7.2",
"@types/supertest": "2.0.8",
"@typescript-eslint/eslint-plugin": "1.13.0",
"@typescript-eslint/parser": "1.13.0",
"del-cli": "2.0.0",
"eslint": "6.1.0",
"eslint-config-prettier": "6.0.0",
"eslint-config-xo-space": "0.21.0",
"eslint-config-xo-typescript": "0.15.0",
"eslint-config-xo-typescript": "0.16.0",
"eslint-plugin-import": "2.18.2",
"jest": "24.8.0",
"jest": "24.9.0",
"koa": "2.7.0",
"koa-router": "7.4.0",
"semantic-release": "15.13.19",
"semantic-release": "15.13.21",
"supertest": "4.0.2",
"swagger-ui-dist": "3.23.4",
"swagger-ui-dist": "3.23.5",
"ts-jest": "24.0.2",
"ts-node": "8.3.0",
"typescript": "3.5.3"
Expand Down

0 comments on commit 2fef475

Please sign in to comment.