Skip to content

Commit

Permalink
fix: upgrade swagger-ui-dist
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Jun 21, 2019
1 parent 20e1947 commit 8adf565
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,28 +29,28 @@
"koa": "^2.7.0"
},
"devDependencies": {
"@types/jest": "24.0.13",
"@types/koa-router": "7.0.40",
"@types/lodash": "4.14.133",
"@types/node": "12.0.4",
"@types/jest": "24.0.15",
"@types/koa-router": "7.0.41",
"@types/lodash": "4.14.134",
"@types/node": "12.0.8",
"@types/supertest": "2.0.7",
"@typescript-eslint/eslint-plugin": "1.9.0",
"@typescript-eslint/parser": "1.9.0",
"del-cli": "1.1.0",
"@typescript-eslint/eslint-plugin": "1.10.2",
"@typescript-eslint/parser": "1.10.2",
"del-cli": "2.0.0",
"eslint": "5.16.0",
"eslint-config-prettier": "4.3.0",
"eslint-config-prettier": "5.0.0",
"eslint-config-xo-space": "0.21.0",
"eslint-config-xo-typescript": "0.12.0",
"eslint-config-xo-typescript": "0.14.0",
"eslint-plugin-import": "2.17.3",
"jest": "24.8.0",
"koa": "2.7.0",
"koa-router": "7.4.0",
"semantic-release": "15.13.12",
"semantic-release": "15.13.16",
"supertest": "4.0.2",
"swagger-ui-dist": "3.22.2",
"swagger-ui-dist": "3.22.3",
"ts-jest": "24.0.2",
"ts-node": "8.2.0",
"typescript": "3.5.1"
"ts-node": "8.3.0",
"typescript": "3.5.2"
},
"release": {
"branch": "master"
Expand Down

0 comments on commit 8adf565

Please sign in to comment.