Skip to content

Commit

Permalink
Revert "Remove unnecessary dependencies"
Browse files Browse the repository at this point in the history
This reverts commit b8c7bfe
  • Loading branch information
iyobo committed Aug 30, 2020
1 parent 333b457 commit 1d3ae6c
Show file tree
Hide file tree
Showing 2 changed files with 149 additions and 19 deletions.
160 changes: 143 additions & 17 deletions package-lock.json

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

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,19 @@
"@types/lodash": "^4.14.149",
"@types/node": "^13.7.1",
"@types/supertest": "^2.0.8",
"@typescript-eslint/eslint-plugin": "^2.19.2",
"@typescript-eslint/parser": "^2.19.2",
"class-validator": "^0.11.0",
"class-validator": "^0.x",
"eslint": "^6.8.0",
"jest": "^25.1.0",
"koa": "^2.11.0",
"koa-bodyparser": "^4.2.1",
"koa-router": "^8.0.8",
"koa-session": "^5.13.1",
"supertest": "^4.0.2",
"ts-jest": "^25.2.0",
"typescript": "^3.7.5"
"ts-node": "^8.6.2",
"typescript": "^3.7.5",
"typescript-eslint": "0.0.1-alpha.0"
}
}

0 comments on commit 1d3ae6c

Please sign in to comment.