Skip to content

Commit

Permalink
deps: upgrade all plugins to adapt egg@2 (#1653)
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-horse authored Nov 13, 2017
1 parent 4993ee8 commit 448d094
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
],
"dependencies": {
"@types/accepts": "^1.3.3",
"@types/koa": "^2.0.39",
"@types/koa-router": "^7.0.23",
"@types/koa": "^2.0.40",
"@types/koa-router": "^7.0.24",
"accepts": "^1.3.4",
"agentkeepalive": "^3.3.0",
"cluster-client": "^1.7.1",
Expand All @@ -24,19 +24,19 @@
"egg-cluster": "^1.12.4",
"egg-cookies": "^2.2.1",
"egg-core": "^4.0.0",
"egg-development": "^1.3.2",
"egg-i18n": "^1.2.0",
"egg-jsonp": "^1.2.1",
"egg-development": "^2.0.0",
"egg-i18n": "^2.0.0",
"egg-jsonp": "^2.0.0",
"egg-logger": "^1.6.0",
"egg-logrotator": "^2.3.0",
"egg-multipart": "^1.5.1",
"egg-onerror": "^1.5.0",
"egg-schedule": "^2.6.0",
"egg-security": "^1.12.1",
"egg-session": "^2.1.1",
"egg-static": "^1.4.1",
"egg-view": "^1.1.2",
"egg-watcher": "^2.2.0",
"egg-logrotator": "^3.0.0",
"egg-multipart": "^2.0.0",
"egg-onerror": "^2.0.0",
"egg-schedule": "^3.0.0",
"egg-security": "^2.0.0",
"egg-session": "^3.0.0",
"egg-static": "^2.0.0",
"egg-view": "^2.0.0",
"egg-watcher": "^3.0.0",
"extend2": "^1.0.0",
"graceful": "^1.0.1",
"humanize-ms": "^1.2.1",
Expand All @@ -52,7 +52,7 @@
},
"devDependencies": {
"address": "^1.0.3",
"autod": "^2.10.1",
"autod": "^3.0.0",
"autod-egg": "^1.0.0",
"coffee": "^4.1.0",
"egg-alinode": "^1.0.3",
Expand All @@ -62,7 +62,7 @@
"egg-plugin-puml": "^2.4.0",
"egg-tracer": "^1.1.0",
"egg-view-nunjucks": "^2.1.4",
"eslint": "^4.10.0",
"eslint": "^4.11.0",
"eslint-config-egg": "^5.1.1",
"findlinks": "^1.1.0",
"formstream": "^1.1.0",
Expand Down
6 changes: 3 additions & 3 deletions test/lib/core/loader/load_plugin.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,17 +220,17 @@ describe('test/lib/core/loader/load_plugin.test.js', () => {
assert.deepEqual(appLoader.orderPlugins.map(plugin => {
return plugin.name;
}), [
'onerror',
'session',
'security',
'jsonp',
'onerror',
'i18n',
'watcher',
'multipart',
'security',
'development',
'schedule',
'logrotator',
'static',
'jsonp',
'view',
'b',
'c1',
Expand Down

0 comments on commit 448d094

Please sign in to comment.