Skip to content

Commit

Permalink
deps: upgrade dependencies (eggjs#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
popomore authored and atian25 committed Nov 4, 2016
1 parent 5178b27 commit e17c27a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
3 changes: 3 additions & 0 deletions .autod.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module.exports = {
plugin: 'autod-egg',
prefix: '^',
devprefix: '^',
registry: 'https://r.cnpmjs.org',
exclude: [
'test/fixtures',
'examples',
Expand All @@ -14,6 +15,8 @@ module.exports = {
devdep: [
'autod',
'autod-egg',
'eslint',
'egg-plugin-puml',
'nunjucks',
'koa',
'koa-router',
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,22 @@
"delegates": "^1.0.0",
"egg-cluster": "^1.0.0",
"egg-cookies": "^1.0.0",
"egg-core": "^0.6.0",
"egg-cors": "^0.0.2",
"egg-core": "^1.0.0",
"egg-cors": "^1.0.0",
"egg-development": "^1.0.2",
"egg-i18n": "^1.0.2",
"egg-logger": "^1.3.0",
"egg-logger": "^1.4.0",
"egg-logrotator": "^2.2.2",
"egg-multipart": "^1.0.0",
"egg-onerror": "^1.0.0",
"egg-rest": "^1.1.0",
"egg-schedule": "^2.2.1",
"egg-security": "^1.2.1",
"egg-session": "^0.0.2",
"egg-static": "^0.1.0",
"egg-userrole": "^0.1.0",
"egg-session": "^1.0.0",
"egg-static": "^1.0.0",
"egg-userrole": "^1.0.0",
"egg-userservice": "^1.0.0",
"egg-validate": "^0.0.2",
"egg-validate": "^1.0.0",
"egg-watcher": "^1.0.0",
"graceful": "^1.0.1",
"humanize-ms": "^1.2.0",
Expand All @@ -45,9 +45,9 @@
"koa-is-json": "^1.0.0",
"koa-override": "^1.0.0",
"mime-types": "^2.1.12",
"scmp": "^1.0.0",
"scmp": "^1.0.1",
"sdk-base": "^2.0.1",
"sendmessage": "^1.0.5",
"sendmessage": "^1.1.0",
"urllib": "^2.17.0"
},
"devDependencies": {
Expand All @@ -60,10 +60,10 @@
"egg-alinode": "^1.0.3",
"egg-bin": "^1.3.0",
"egg-ci": "^1.0.3",
"egg-mock": "^1.0.0",
"egg-mock": "^1.1.0",
"egg-plugin-puml": "1",
"egg-view-nunjucks": "^0.5.0",
"eslint": "^3.0.0",
"eslint": "^3.9.1",
"eslint-config-egg": "^3.1.0",
"estraverse": "^4.1.1",
"formstream": "^1.0.0",
Expand Down

0 comments on commit e17c27a

Please sign in to comment.