Skip to content

Commit

Permalink
feat: use egg-core@5 (eggjs#5111)
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 authored and iblogc committed Jan 9, 2023
1 parent be01241 commit 050ba6b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/// <reference types="node" />
import accepts = require('accepts');
import { AsyncLocalStorage } from 'async_hooks';
import { EventEmitter } from 'events'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"delegates": "^1.0.0",
"egg-cluster": "^2.0.0",
"egg-cookies": "^2.6.1",
"egg-core": "^4.29.0",
"egg-core": "^5.1.1",
"egg-development": "^2.7.0",
"egg-errors": "^2.3.1",
"egg-i18n": "^2.1.1",
Expand Down

0 comments on commit 050ba6b

Please sign in to comment.