File tree 4 files changed +7
-8
lines changed
4 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 15
15
uses : artusjs/github-actions/.github/workflows/node-test.yml@master
16
16
with :
17
17
os : ' ubuntu-latest, macos-latest, windows-latest'
18
- version : ' 14, 16, 18'
18
+ version : ' 14, 16, 18, 20 '
19
19
install : ' npm i -g npminstall && npminstall'
Original file line number Diff line number Diff line change 1
1
'use strict' ;
2
2
3
- const debug = require ( 'debug' ) ( 'egg:util:messenger:ipc' ) ;
3
+ const debug = require ( 'util' ) . debuglog ( 'egg:util:messenger:ipc' ) ;
4
4
const is = require ( 'is-type-of' ) ;
5
5
const sendmessage = require ( 'sendmessage' ) ;
6
6
const EventEmitter = require ( 'events' ) ;
Original file line number Diff line number Diff line change 1
1
'use strict' ;
2
2
3
- const debug = require ( 'debug' ) ( 'egg:util:messenger:local' ) ;
3
+ const debug = require ( 'util' ) . debuglog ( 'egg:util:messenger:local' ) ;
4
4
const is = require ( 'is-type-of' ) ;
5
5
const EventEmitter = require ( 'events' ) ;
6
6
Original file line number Diff line number Diff line change 24
24
"cache-content-type" : " ^1.0.1" ,
25
25
"circular-json-for-egg" : " ^1.0.0" ,
26
26
"cluster-client" : " ^3.3.0" ,
27
- "debug" : " ^4.3.4" ,
28
27
"delegates" : " ^1.0.0" ,
29
28
"egg-cluster" : " ^2.0.0" ,
30
29
"egg-cookies" : " ^2.6.1" ,
38
37
"egg-multipart" : " ^3.1.0" ,
39
38
"egg-onerror" : " ^2.1.1" ,
40
39
"egg-schedule" : " ^4.0.0" ,
41
- "egg-security" : " ^2.11 .0" ,
40
+ "egg-security" : " ^3.0 .0" ,
42
41
"egg-session" : " ^3.3.0" ,
43
42
"egg-static" : " ^2.2.0" ,
44
43
"egg-view" : " ^2.1.3" ,
60
59
},
61
60
"devDependencies" : {
62
61
"@eggjs/tsconfig" : " ^1.1.0" ,
63
- "@types/node" : " ^18.11.18 " ,
62
+ "@types/node" : " ^20.1.2 " ,
64
63
"@umijs/preset-react" : " ^2.1.6" ,
65
64
"address" : " ^1.2.1" ,
66
65
"antd" : " ^4.23.2" ,
91
90
"spy" : " ^1.0.0" ,
92
91
"supertest" : " ^6.2.4" ,
93
92
"ts-node" : " ^10.9.1" ,
94
- "tsd" : " ^0.25.0 " ,
95
- "typescript" : " ^4.8.3 " ,
93
+ "tsd" : " ^0.28.1 " ,
94
+ "typescript" : " ^5.0.4 " ,
96
95
"umi" : " ^3.5.36"
97
96
},
98
97
"main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments