Skip to content

Commit

Permalink
deps: update dependencies (#3464)
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-horse authored and fengmk2 committed Feb 15, 2019
1 parent d440210 commit 4a3ab5a
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,35 +14,35 @@
],
"dependencies": {
"@types/accepts": "^1.3.5",
"@types/koa": "^2.0.46",
"@types/koa-router": "^7.0.32",
"@types/urllib": "^2.28.0",
"@types/koa": "^2.0.48",
"@types/koa-router": "^7.0.39",
"@types/urllib": "^2.28.1",
"accepts": "^1.3.5",
"agentkeepalive": "^4.0.0",
"cache-content-type": "^1.0.1",
"circular-json-for-egg": "^1.0.0",
"cluster-client": "^2.1.1",
"debug": "^4.0.1",
"cluster-client": "^2.1.2",
"debug": "^4.1.1",
"delegates": "^1.0.0",
"detect-port": "^1.3.0",
"egg-cluster": "^1.21.0",
"egg-cluster": "^1.22.2",
"egg-cookies": "^2.2.6",
"egg-core": "^4.14.0",
"egg-development": "^2.4.1",
"egg-development": "^2.4.2",
"egg-i18n": "^2.0.0",
"egg-jsonp": "^2.0.0",
"egg-logger": "^2.0.0",
"egg-logrotator": "^3.0.3",
"egg-multipart": "^2.2.1",
"egg-logger": "^2.3.1",
"egg-logrotator": "^3.0.5",
"egg-multipart": "^2.4.0",
"egg-onerror": "^2.1.0",
"egg-schedule": "^3.4.0",
"egg-security": "^2.4.0",
"egg-schedule": "^3.6.0",
"egg-security": "^2.4.2",
"egg-session": "^3.1.0",
"egg-static": "^2.1.1",
"egg-view": "^2.1.0",
"egg-view": "^2.1.2",
"egg-watcher": "^3.1.0",
"extend2": "^1.0.0",
"graceful": "^1.0.1",
"graceful": "^1.0.2",
"humanize-ms": "^1.2.1",
"is-type-of": "^1.2.1",
"koa-bodyparser": "^4.2.1",
Expand All @@ -52,7 +52,7 @@
"mz": "^2.7.0",
"on-finished": "^2.3.0",
"sendmessage": "^1.1.0",
"urllib": "^2.31.1",
"urllib": "^2.33.0",
"utility": "^1.15.0",
"ylru": "^1.2.1"
},
Expand All @@ -62,15 +62,15 @@
"assert-extends": "^1.0.1",
"autod": "^3.0.1",
"autod-egg": "^1.1.0",
"coffee": "^5.1.0",
"coffee": "^5.2.1",
"egg-alinode": "^1.0.3",
"egg-bin": "^4.9.0",
"egg-doctools": "^2.4.0",
"egg-mock": "^3.20.1",
"egg-bin": "^4.11.0",
"egg-doctools": "^2.8.3",
"egg-mock": "^3.21.0",
"egg-plugin-puml": "^2.4.0",
"egg-tracer": "^1.1.0",
"egg-view-nunjucks": "^2.2.0",
"eslint": "^5.6.1",
"eslint": "^5.13.0",
"eslint-config-egg": "^7.1.0",
"findlinks": "^1.1.0",
"formstream": "^1.1.0",
Expand All @@ -81,9 +81,9 @@
"pedding": "^1.1.0",
"runscript": "^1.3.0",
"spy": "^1.0.0",
"supertest": "^3.3.0",
"supertest": "^3.4.2",
"ts-node": "^3.0.6",
"typescript": "^3.2.2",
"typescript": "^3.3.3",
"webstorm-disable-index": "^1.1.2"
},
"main": "index.js",
Expand Down

0 comments on commit 4a3ab5a

Please sign in to comment.