Skip to content

Commit

Permalink
Bump to 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerJDev committed Aug 7, 2023
1 parent 03be953 commit 13aae73
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
"eslint-plugin-mdx": "2.0.5",
"eslint-plugin-playwright": "0.15.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-primer-react": "4.0.0",
"eslint-plugin-primer-react": "4.0.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-ssr-friendly": "1.2.0",
Expand Down
2 changes: 0 additions & 2 deletions src/drafts/MarkdownEditor/MarkdownEditor.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,6 @@ describe('MarkdownEditor', () => {
<UncontrolledEditor>
<MarkdownEditor.Footer>
<MarkdownEditor.FooterButton>Footer A</MarkdownEditor.FooterButton>
{/* eslint-disable-next-line primer-react/direct-slot-children */}
<MarkdownEditor.Actions>
<MarkdownEditor.ActionButton>Action A</MarkdownEditor.ActionButton>
</MarkdownEditor.Actions>
Expand All @@ -327,7 +326,6 @@ describe('MarkdownEditor', () => {
<UncontrolledEditor disabled>
<MarkdownEditor.Footer>
<MarkdownEditor.FooterButton>Footer A</MarkdownEditor.FooterButton>
{/* eslint-disable-next-line primer-react/direct-slot-children */}
<MarkdownEditor.Actions>
<MarkdownEditor.ActionButton>Action A</MarkdownEditor.ActionButton>
<MarkdownEditor.ActionButton disabled={false}>Action B</MarkdownEditor.ActionButton>
Expand Down

0 comments on commit 13aae73

Please sign in to comment.