Skip to content

Commit

Permalink
deps: update dependencies, add @types/urllib to autod config (#2423)
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-horse authored and popomore committed Apr 18, 2018
1 parent 9ca3af8 commit 4ab7df2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
1 change: 1 addition & 0 deletions .autod.conf.js
Expand Up @@ -25,6 +25,7 @@ module.exports = {
'@types/accepts',
'@types/koa',
'@types/koa-router',
'@types/urllib',
],
test: 'scripts',
};
24 changes: 12 additions & 12 deletions package.json
Expand Up @@ -14,27 +14,27 @@
],
"dependencies": {
"@types/accepts": "^1.3.5",
"@types/koa": "^2.0.44",
"@types/koa": "^2.0.45",
"@types/koa-router": "^7.0.27",
"@types/urllib": "^2.25.0",
"accepts": "^1.3.5",
"agentkeepalive": "^3.4.1",
"circular-json": "^0.5.3",
"cluster-client": "^2.0.0",
"cluster-client": "^2.1.0",
"debug": "^3.1.0",
"delegates": "^1.0.0",
"egg-cluster": "^1.15.0",
"egg-cluster": "^1.16.0",
"egg-cookies": "^2.2.2",
"egg-core": "^4.4.1",
"egg-core": "^4.6.0",
"egg-development": "^2.2.0",
"egg-i18n": "^2.0.0",
"egg-jsonp": "^2.0.0",
"egg-logger": "^1.6.1",
"egg-logrotator": "^3.0.2",
"egg-logger": "^1.6.2",
"egg-logrotator": "^3.0.3",
"egg-multipart": "^2.0.0",
"egg-onerror": "^2.0.0",
"egg-schedule": "^3.3.0",
"egg-security": "^2.1.0",
"egg-security": "^2.2.2",
"egg-session": "^3.1.0",
"egg-static": "^2.1.0",
"egg-view": "^2.1.0",
Expand All @@ -49,7 +49,7 @@
"mime-types": "^2.1.18",
"on-finished": "^2.3.0",
"sendmessage": "^1.1.0",
"urllib": "^2.26.0",
"urllib": "^2.27.0",
"utility": "^1.13.1",
"ylru": "^1.2.0"
},
Expand All @@ -59,13 +59,13 @@
"autod-egg": "^1.1.0",
"coffee": "^4.1.0",
"egg-alinode": "^1.0.3",
"egg-bin": "^4.3.7",
"egg-bin": "^4.7.0",
"egg-doctools": "^2.3.1",
"egg-mock": "^3.15.0",
"egg-mock": "^3.17.0",
"egg-plugin-puml": "^2.4.0",
"egg-tracer": "^1.1.0",
"egg-view-nunjucks": "^2.1.6",
"eslint": "^4.19.0",
"egg-view-nunjucks": "^2.2.0",
"eslint": "^4.19.1",
"eslint-config-egg": "^7.0.0",
"findlinks": "^1.1.0",
"formstream": "^1.1.0",
Expand Down

0 comments on commit 4ab7df2

Please sign in to comment.