Skip to content

Commit

Permalink
feat: bump dependencies (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper authored Jan 18, 2023
1 parent 6c20c66 commit 385a67e
Show file tree
Hide file tree
Showing 4 changed files with 1,966 additions and 8,609 deletions.
8 changes: 5 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ jobs:
steps:
- checkout
- node/install-packages
- run:
name: test
command: npm run test:ci
- run:
name: lint
command: npm run lint
- run:
name: test
command: npm run test:ci
- store_test_results:
path: ./junit.xml
- codecov/upload
release:
executor:
Expand Down
1 change: 1 addition & 0 deletions lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export interface SwaggerOptions {

export interface KoaSwaggerUiOptions {
title: string;
// eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents
oauthOptions: boolean | any;
swaggerOptions: SwaggerOptions;
swaggerVersion: string;
Expand Down
Loading

0 comments on commit 385a67e

Please sign in to comment.