Skip to content

Commit 2c04510

Browse files
authored
Merge branch 'main' into chores/add-accessibility-alt-text-bot
2 parents f569972 + ab9c3ae commit 2c04510

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

.all-contributorsrc

+11-1
Original file line numberDiff line numberDiff line change
@@ -1598,8 +1598,18 @@
15981598
"contributions": [
15991599
"code"
16001600
]
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+
]
16011610
}
16021611
],
16031612
"repoHost": "https://github.com",
1604-
"commitConvention": "angular"
1613+
"commitConvention": "angular",
1614+
"commitType": "docs"
16051615
}

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ Thanks goes to these people ([emoji key][emojis]):
343343
<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>
344344
<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>
345345
<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>
346347
</tr>
347348
</tbody>
348349
</table>

package.json

+6
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,19 @@
7070
},
7171
"devDependencies": {
7272
"@testing-library/jest-dom": "^5.11.6",
73+
"browserslist": "4.21.8",
74+
"caniuse-lite": "1.0.30001502",
7375
"jest-in-case": "^1.0.2",
7476
"jest-snapshot-serializer-ansi": "^1.0.0",
7577
"jest-watch-select-projects": "^2.0.0",
7678
"jsdom": "20.0.0",
7779
"kcd-scripts": "^13.0.0",
7880
"typescript": "^4.1.2"
7981
},
82+
"overrides": {
83+
"browserslist": "4.21.8",
84+
"caniuse-lite": "1.0.30001502"
85+
},
8086
"eslintConfig": {
8187
"extends": [
8288
"./node_modules/kcd-scripts/eslint.js",

0 commit comments

Comments
 (0)