File tree 2 files changed +3
-6
lines changed
2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 16
16
if : ${{ !contains(github.head_ref, 'all-contributors') }}
17
17
strategy :
18
18
matrix :
19
- node : [12.13, 12, 14 , 16]
19
+ node : [12.22, 14.17 , 16]
20
20
react : [16.9.0, ^16, ^17]
21
21
runs-on : ubuntu-latest
22
22
steps :
Original file line number Diff line number Diff line change 5
5
"main" : " lib/index.js" ,
6
6
"types" : " lib/index.d.ts" ,
7
7
"engines" : {
8
- "node" : " >=12"
8
+ "node" : " >=12.22.0 "
9
9
},
10
10
"keywords" : [
11
11
" testing" ,
56
56
"react-error-boundary" : " ^3.1.0"
57
57
},
58
58
"devDependencies" : {
59
- "@typescript-eslint/eslint-plugin" : " 5.10.0" ,
60
- "@typescript-eslint/parser" : " 5.10.0" ,
61
59
"all-contributors-cli" : " 6.20.0" ,
62
60
"codecov" : " 3.8.3" ,
63
61
"cross-env" : " ^7.0.3" ,
64
62
"docz" : " 2.3.1" ,
65
63
"docz-theme-default" : " 1.2.0" ,
66
64
"docz-utils" : " 2.3.0" ,
67
- "eslint" : " 7.32.0" ,
68
65
"get-pkg-repo" : " 4.1.1" ,
69
- "kcd-scripts" : " 11.2.2 " ,
66
+ "kcd-scripts" : " 12.0.0 " ,
70
67
"prettier" : " 2.5.1" ,
71
68
"react" : " 17.0.2" ,
72
69
"react-dom" : " 17.0.2" ,
You can’t perform that action at this time.
0 commit comments