Navigation Menu

Skip to content

Commit

Permalink
chore: upgrade dep package version
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Jan 11, 2019
1 parent 4030e04 commit 7dbd60c
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 15 deletions.
4 changes: 1 addition & 3 deletions packages/context/package.json
Expand Up @@ -26,10 +26,8 @@
"benchmark": "^2.1.4",
"chai": "^4.1.2",
"midway-bin": "^1.0.2",
"mocha": "^3.5.0",
"nyc": "^11.2.1",
"sdk-base": "^3.4.0",
"sinon": "^3.2.1",
"sinon": "^7.2.2",
"supertest": "^3.1.0"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/midway-bin/package.json
Expand Up @@ -23,14 +23,14 @@
],
"license": "MIT",
"dependencies": {
"egg-bin": "^4.9.0",
"egg-bin": "^4.10.0",
"fs-extra": "^7.0.1",
"globby": "^8.0.1",
"globby": "^9.0.0",
"mz-modules": "^2.1.0"
},
"devDependencies": {
"co-mocha": "^1.2.2",
"coffee": "^5.2.0",
"coffee": "^5.2.1",
"eslint": "^4.13.1",
"eslint-config-egg": "^7.0.0",
"mm": "^2.4.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/midway-core/package.json
Expand Up @@ -28,9 +28,9 @@
"dependencies": {
"camelcase": "^5.0.0",
"debug": "^4.1.1",
"egg-core": "^4.13.0",
"egg-core": "^4.13.1",
"extend2": "^1.0.0",
"globby": "^8.0.1",
"globby": "^9.0.0",
"inflection": "^1.12.0",
"injection": "^1.0.2",
"is-type-of": "^1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/midway-mock/package.json
Expand Up @@ -36,7 +36,7 @@
"midway-core": "^1.0.5"
},
"dependencies": {
"egg-mock": "^3.20.1",
"egg-mock": "^3.21.0",
"power-assert": "^1.6.1"
},
"author": "Harry Chen <czy88840616@gmail.com>",
Expand Down
4 changes: 2 additions & 2 deletions packages/midway-web/package.json
Expand Up @@ -34,9 +34,9 @@
"dependencies": {
"debug": "^4.1.1",
"egg": "^2.14.2",
"egg-core": "^4.13.0",
"egg-core": "^4.13.1",
"extend2": "^1.0.0",
"globby": "^8.0.1",
"globby": "^9.0.0",
"inflection": "^1.12.0",
"injection": "^1.0.2",
"is-type-of": "^1.2.1",
Expand Down
4 changes: 0 additions & 4 deletions packages/midway/.autod.conf.js
Expand Up @@ -13,9 +13,5 @@ module.exports = {
dep: [
],
devdep: [
],
keep: [
"egg",
"egg-core"
]
};
2 changes: 2 additions & 0 deletions packages/midway/package.json
Expand Up @@ -22,7 +22,9 @@
"midway-bin": "^1.0.2"
},
"dependencies": {
"egg": "^2.14.2",
"egg-cluster": "^1.22.2",
"egg-core": "^4.13.1",
"injection": "^1.0.2",
"midway-core": "^1.0.5",
"midway-web": "^1.0.5",
Expand Down

0 comments on commit 7dbd60c

Please sign in to comment.