Skip to content

Commit

Permalink
fix: upgrade dep, fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Mar 14, 2022
1 parent 1857ffe commit f61748c
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const defaultOptions: KoaSwaggerUiOptions = {
exposeSpec: false,
hideTopbar: false,
favicon: '/favicon.png',
customCSS: ''
customCSS: '',
};

export function koaSwagger(
Expand Down
68 changes: 34 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"read-pkg-up": "^7.0.1"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "7.16.8",
"@babel/plugin-transform-modules-commonjs": "7.17.7",
"@babel/preset-typescript": "7.16.7",
"@ctrl/eslint-config": "3.3.1",
"@jest/globals": "27.5.1",
Expand All @@ -38,7 +38,7 @@
"koa": "2.13.4",
"koa-router": "10.1.1",
"supertest": "6.2.2",
"swagger-ui-dist": "4.6.1",
"swagger-ui-dist": "4.6.2",
"ts-node": "10.7.0",
"typescript": "4.6.2"
},
Expand Down

0 comments on commit f61748c

Please sign in to comment.