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 5, 2019
1 parent bd9b541 commit 6a2fec4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@types/koa": "^2.0.49",
"handlebars": "^4.1.2",
"lodash": "^4.17.14",
"lodash": "^4.17.15",
"read-pkg-up": "^6.0.0"
},
"peerDependencies": {
Expand All @@ -32,10 +32,10 @@
"@types/jest": "24.0.16",
"@types/koa-router": "7.0.42",
"@types/lodash": "4.14.136",
"@types/node": "12.6.8",
"@types/node": "12.6.9",
"@types/supertest": "2.0.8",
"@typescript-eslint/eslint-plugin": "1.12.0",
"@typescript-eslint/parser": "1.12.0",
"@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",
Expand All @@ -45,9 +45,9 @@
"jest": "24.8.0",
"koa": "2.7.0",
"koa-router": "7.4.0",
"semantic-release": "15.13.18",
"semantic-release": "15.13.19",
"supertest": "4.0.2",
"swagger-ui-dist": "3.23.1",
"swagger-ui-dist": "3.23.4",
"ts-jest": "24.0.2",
"ts-node": "8.3.0",
"typescript": "3.5.3"
Expand Down

0 comments on commit 6a2fec4

Please sign in to comment.