Skip to content

Commit

Permalink
deps: upgrade egg-session@2 to support external session store (eggjs#480
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dead-horse authored and popomore committed Mar 1, 2017
1 parent 73095e2 commit bc3d97a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions .autod.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ module.exports = {
keep: [
],
semver: [
'koa-bodyparser@2',
],
test: 'scripts',
};
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"debug": "^2.6.1",
"delegates": "^1.0.0",
"egg-cluster": "^1.5.0",
"egg-cookies": "^2.2.0",
"egg-core": "^2.1.1",
"egg-cookies": "^2.2.1",
"egg-core": "^2.1.2",
"egg-development": "^1.2.0",
"egg-i18n": "^1.1.0",
"egg-jsonp": "^1.0.0",
Expand All @@ -31,32 +31,32 @@
"egg-onerror": "^1.3.0",
"egg-schedule": "^2.3.0",
"egg-security": "^1.6.0",
"egg-session": "^1.1.0",
"egg-session": "^2.0.0",
"egg-static": "^1.2.0",
"egg-userrole": "^1.1.1",
"egg-userservice": "^1.0.0",
"egg-validate": "^1.0.0",
"egg-view": "^1.0.0",
"egg-view": "^1.0.1",
"egg-watcher": "^2.1.0",
"graceful": "^1.0.1",
"is-type-of": "^1.0.0",
"koa-bodyparser": "^2.3.0",
"koa-is-json": "^1.0.0",
"mime-types": "^2.1.14",
"sendmessage": "^1.1.0",
"urllib": "^2.20.0",
"urllib": "^2.21.0",
"utility": "^1.11.0"
},
"devDependencies": {
"autod": "^2.7.1",
"autod-egg": "^1.0.0",
"coffee": "^3.3.0",
"egg-alinode": "^1.0.3",
"egg-bin": "^2.2.1",
"egg-bin": "^2.2.3",
"egg-mock": "^3.0.1",
"egg-plugin-puml": "^1.0.0",
"egg-view-nunjucks": "^2.0.0",
"eslint": "^3.16.0",
"eslint": "^3.16.1",
"eslint-config-egg": "^3.2.0",
"formstream": "^1.1.0",
"gh-pages": "^0.12.0",
Expand All @@ -69,8 +69,8 @@
"once": "^1.3.3",
"pedding": "^1.1.0",
"rds": "^0.1.0",
"rimraf": "^2.6.0",
"runscript": "^1.2.0",
"rimraf": "^2.6.1",
"runscript": "^1.2.1",
"should": "^11.2.0",
"supertest": "^3.0.0",
"taffydb": "^2.7.3"
Expand Down

0 comments on commit bc3d97a

Please sign in to comment.