Skip to content

Commit

Permalink
Merge pull request #549 from garden-io/fix-koa-router-version
Browse files Browse the repository at this point in the history
chore(node_modules): lock koa-router version
  • Loading branch information
eysi09 authored Feb 20, 2019
2 parents 71cf748 + 8540138 commit 9e71353
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions garden-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"koa": "^2.6.2",
"koa-bodyparser": "^4.2.1",
"koa-mount": "^4.0.0",
"koa-router": "^7.4.0",
"koa-router": "7.4.0",
"koa-static": "^5.0.0",
"koa-websocket": "^5.0.1",
"lodash": "^4.17.11",
Expand Down Expand Up @@ -115,7 +115,7 @@
"@types/koa": "^2.0.47",
"@types/koa-bodyparser": "^4.2.1",
"@types/koa-mount": "^3.0.1",
"@types/koa-router": "^7.0.35",
"@types/koa-router": "7.0.35",
"@types/koa-websocket": "^5.0.3",
"@types/lodash": "^4.14.119",
"@types/log-symbols": "^2.0.0",
Expand Down

0 comments on commit 9e71353

Please sign in to comment.