Skip to content

Commit

Permalink
fix(deps): update dependency koa to v2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and jaywcjlove committed Aug 21, 2020
1 parent 96c9e4c commit 1b2c3aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"delay": "2500"
},
"devDependencies": {
"@types/koa": "2.11.3",
"@types/koa": "2.11.4",
"nodemon": "2.0.4",
"tsbb": "file:../../"
},
"dependencies": {
"@babel/runtime": "7.11.2",
"koa": "2.12.1"
"koa": "2.13.0"
}
}

0 comments on commit 1b2c3aa

Please sign in to comment.