Skip to content

Commit

Permalink
deps: upgrade dependencies (eggjs#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
popomore authored and hugh.hyj committed Sep 16, 2021
1 parent d8861ab commit 1252744
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 18 deletions.
5 changes: 5 additions & 0 deletions .autod.conf.js
Expand Up @@ -15,5 +15,10 @@ module.exports = {
'eslint-config-egg',
],
keep: [
'@types/depd',
'@types/koa',
],
semver: [
'globby@8',
],
};
35 changes: 17 additions & 18 deletions package.json
Expand Up @@ -42,22 +42,22 @@
}
},
"devDependencies": {
"autod": "^3.0.1",
"autod": "^3.1.0",
"await-event": "^2.1.0",
"coffee": "^5.2.1",
"egg-bin": "^4.8.1",
"egg-ci": "^1.8.0",
"egg-bin": "^4.13.0",
"egg-ci": "^1.12.0",
"egg-utils": "^2.4.1",
"eslint": "^4.19.1",
"eslint-config-egg": "^7.0.0",
"jest": "^23.6.0",
"js-yaml": "^3.11.0",
"mm": "^2.4.0",
"eslint": "^5.16.0",
"eslint-config-egg": "^7.4.1",
"jest": "^24.8.0",
"js-yaml": "^3.13.1",
"mm": "^2.5.0",
"mz-modules": "^2.1.0",
"pedding": "^1.1.0",
"rimraf": "^2.6.2",
"rimraf": "^2.6.3",
"spy": "^1.0.0",
"supertest": "^3.0.0",
"supertest": "^4.0.2",
"ts-node": "^8.0.3",
"typescript": "^3.3.3333"
},
Expand All @@ -66,20 +66,19 @@
"@types/depd": "^1.1.32",
"@types/koa": "^2.0.48",
"co": "^4.6.0",
"debug": "^3.1.0",
"depd": "^1.1.2",
"egg-logger": "^1.7.1",
"debug": "^4.1.1",
"depd": "^2.0.0",
"egg-logger": "^2.4.1",
"egg-path-matching": "^1.0.1",
"extend2": "^1.0.0",
"get-ready": "^2.0.1",
"globby": "^8.0.1",
"inflection": "^1.12.0",
"is-type-of": "^1.2.0",
"koa": "^2.5.2",
"globby": "^8.0.2",
"is-type-of": "^1.2.1",
"koa": "^2.7.0",
"koa-convert": "^1.2.0",
"node-homedir": "^1.1.1",
"ready-callback": "^2.1.0",
"utility": "^1.14.0"
"utility": "^1.16.1"
},
"files": [
"index.js",
Expand Down

0 comments on commit 1252744

Please sign in to comment.