Skip to content

Commit d0ee4ed

Browse files
committed
Merge remote-tracking branch 'upstream/master' into feat/more-tsx-tabs
2 parents 4f43794 + 732651f commit d0ee4ed

File tree

4 files changed

+17
-15
lines changed

4 files changed

+17
-15
lines changed

.all-contributorsrc

+9
Original file line numberDiff line numberDiff line change
@@ -1355,6 +1355,15 @@
13551355
"contributions": [
13561356
"doc"
13571357
]
1358+
},
1359+
{
1360+
"login": "shemExelate",
1361+
"name": "Shem Mahluf",
1362+
"avatar_url": "https://avatars.githubusercontent.com/u/46557021?v=4",
1363+
"profile": "https://github.com/shemExelate",
1364+
"contributions": [
1365+
"code"
1366+
]
13581367
}
13591368
],
13601369
"contributorsPerLine": 7,

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
324324
<tr>
325325
<td align="center"><a href="https://naruth.dev"><img src="https://avatars.githubusercontent.com/u/9120451?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Naruth Kongurai</b></sub></a><br /><a href="https://github.com/testing-library/testing-library-docs/commits?author=naruthk" title="Documentation">📖</a></td>
326326
<td align="center"><a href="https://github.com/ErfanMirzapour"><img src="https://avatars.githubusercontent.com/u/52346515?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Erfan Mirzapour</b></sub></a><br /><a href="https://github.com/testing-library/testing-library-docs/commits?author=ErfanMirzapour" title="Documentation">📖</a></td>
327+
<td align="center"><a href="https://github.com/shemExelate"><img src="https://avatars.githubusercontent.com/u/46557021?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Shem Mahluf</b></sub></a><br /><a href="https://github.com/testing-library/testing-library-docs/commits?author=shemExelate" title="Code">💻</a></td>
327328
</tr>
328329
</table>
329330

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-12
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,9 @@
2222
},
2323
"lint-staged": {
2424
"linters": {
25-
"*.js": [
26-
"prettier --write",
27-
"git add"
28-
],
29-
"*.mdx": [
30-
"prettier --write --parser=mdx",
31-
"git add"
32-
],
33-
"*.json": [
34-
"prettier --write --parser=json",
35-
"git add"
36-
]
25+
"*.js": ["prettier --write", "git add"],
26+
"*.mdx": ["prettier --write --parser=mdx", "git add"],
27+
"*.json": ["prettier --write --parser=json", "git add"]
3728
}
3829
},
3930
"husky": {
@@ -44,6 +35,7 @@
4435
"dependencies": {
4536
"@docusaurus/core": "^2.0.0-alpha.66",
4637
"@docusaurus/preset-classic": "^2.0.0-alpha.66",
38+
"classnames": "^2.3.1",
4739
"clsx": "^1.1.1",
4840
"react": "^16.10.2",
4941
"react-dom": "^16.10.2",

0 commit comments

Comments
 (0)