File tree Expand file tree Collapse file tree 3 files changed +2253
-970
lines changed
Expand file tree Collapse file tree 3 files changed +2253
-970
lines changed Original file line number Diff line number Diff line change @@ -54,9 +54,7 @@ def test_fail_on_invalid_exit_code(self) -> None:
5454
5555
5656Result: 1 file(s) with 1 test(s): 0 succeeded, 1 failed and 0 skipped
57- """ .format (
58- expected_line = self ._expect_line ()
59- ),
57+ """ .format (expected_line = self ._expect_line ()),
6058 error ,
6159 )
6260
@@ -79,8 +77,6 @@ def test_validation_invalid_input(self) -> None:
7977
8078
8179Result: 1 file(s) with 1 test(s): 0 succeeded, 1 failed and 0 skipped
82- """ .format (
83- expected_line = self ._expect_line ()
84- ),
80+ """ .format (expected_line = self ._expect_line ()),
8581 error ,
8682 )
Original file line number Diff line number Diff line change 1515 "write-heading-ids" : " docusaurus write-heading-ids"
1616 },
1717 "dependencies" : {
18- "@docusaurus/core" : " ^3.1 .0" ,
19- "@docusaurus/preset-classic" : " ^3.1 .0" ,
20- "@docusaurus/theme-mermaid" : " ^3.1 .0" ,
18+ "@docusaurus/core" : " ^3.6 .0" ,
19+ "@docusaurus/preset-classic" : " ^3.6 .0" ,
20+ "@docusaurus/theme-mermaid" : " ^3.6 .0" ,
2121 "@mdx-js/react" : " ^3.0.0" ,
2222 "clsx" : " ^2.0.0" ,
23- "docusaurus-plugin-internaldocs-fb" : " ^1.18.3 " ,
23+ "docusaurus-plugin-internaldocs-fb" : " ^1.19.0 " ,
2424 "prism-react-renderer" : " ^2.1.0" ,
2525 "react" : " ^18.2.0" ,
2626 "react-dom" : " ^18.2.0"
You can’t perform that action at this time.
0 commit comments