File tree 3 files changed +18
-1
lines changed
3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1598
1598
"contributions" : [
1599
1599
" code"
1600
1600
]
1601
+ },
1602
+ {
1603
+ "login" : " jlp-craigmorten" ,
1604
+ "name" : " Craig Morten" ,
1605
+ "avatar_url" : " https://avatars.githubusercontent.com/u/124147726?v=4" ,
1606
+ "profile" : " https://github.com/jlp-craigmorten" ,
1607
+ "contributions" : [
1608
+ " code"
1609
+ ]
1601
1610
}
1602
1611
],
1603
1612
"repoHost" : " https://github.com" ,
1604
- "commitConvention" : " angular"
1613
+ "commitConvention" : " angular" ,
1614
+ "commitType" : " docs"
1605
1615
}
Original file line number Diff line number Diff line change @@ -343,6 +343,7 @@ Thanks goes to these people ([emoji key][emojis]):
343
343
<td align="center" valign="top" width="14.28%"><a href="https://github.com/raplemie"><img src="https://avatars.githubusercontent.com/u/1904889?v=4?s=100" width="100px;" alt="Raphaël LEMIEUX"/><br /><sub><b>Raphaël LEMIEUX</b></sub></a><br /><a href="https://github.com/testing-library/dom-testing-library/commits?author=raplemie" title="Code">💻</a></td>
344
344
<td align="center" valign="top" width="14.28%"><a href="https://github.com/arthurlvilasboas"><img src="https://avatars.githubusercontent.com/u/95368212?v=4?s=100" width="100px;" alt="Arthur Lauck Vilas Boas"/><br /><sub><b>Arthur Lauck Vilas Boas</b></sub></a><br /><a href="https://github.com/testing-library/dom-testing-library/commits?author=arthurlvilasboas" title="Documentation">📖</a></td>
345
345
<td align="center" valign="top" width="14.28%"><a href="https://github.com/DaniAcu"><img src="https://avatars.githubusercontent.com/u/26409015?v=4?s=100" width="100px;" alt="Daniel Acuña"/><br /><sub><b>Daniel Acuña</b></sub></a><br /><a href="https://github.com/testing-library/dom-testing-library/commits?author=DaniAcu" title="Code">💻</a></td>
346
+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/jlp-craigmorten"><img src="https://avatars.githubusercontent.com/u/124147726?v=4?s=100" width="100px;" alt="Craig Morten"/><br /><sub><b>Craig Morten</b></sub></a><br /><a href="https://github.com/testing-library/dom-testing-library/commits?author=jlp-craigmorten" title="Code">💻</a></td>
346
347
</tr>
347
348
</tbody >
348
349
</table >
Original file line number Diff line number Diff line change 70
70
},
71
71
"devDependencies" : {
72
72
"@testing-library/jest-dom" : " ^5.11.6" ,
73
+ "browserslist" : " 4.21.8" ,
74
+ "caniuse-lite" : " 1.0.30001502" ,
73
75
"jest-in-case" : " ^1.0.2" ,
74
76
"jest-snapshot-serializer-ansi" : " ^1.0.0" ,
75
77
"jest-watch-select-projects" : " ^2.0.0" ,
76
78
"jsdom" : " 20.0.0" ,
77
79
"kcd-scripts" : " ^13.0.0" ,
78
80
"typescript" : " ^4.1.2"
79
81
},
82
+ "overrides" : {
83
+ "browserslist" : " 4.21.8" ,
84
+ "caniuse-lite" : " 1.0.30001502"
85
+ },
80
86
"eslintConfig" : {
81
87
"extends" : [
82
88
" ./node_modules/kcd-scripts/eslint.js" ,
You can’t perform that action at this time.
0 commit comments