Skip to content

Commit

Permalink
chore(deps): update dependency @biomejs/biome to v1.9.1 (#1420)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Timeless0911 <[email protected]>
  • Loading branch information
renovate[bot] and Timeless0911 committed Sep 18, 2024
1 parent 73329fe commit 125bbb7
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 42 deletions.
6 changes: 4 additions & 2 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.1/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.1/schema.json",
"organizeImports": {
"enabled": true
},
Expand Down Expand Up @@ -82,7 +82,9 @@
"useValidAnchor": "off",
"noSvgWithoutTitle": "off",
"useHeadingContent": "off",
"useKeyWithClickEvents": "off"
"useKeyWithClickEvents": "off",
"noLabelWithoutControl": "off",
"noAriaHiddenOnFocusable": "off"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
]
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@biomejs/biome": "1.9.1",
"@changesets/cli": "^2.27.8",
"@modern-js/module-tools": "2.60.0",
"@modern-js/tsconfig": "2.60.0",
Expand Down
10 changes: 1 addition & 9 deletions packages/document/theme/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,7 @@ import { ToolStack } from './components/ToolStack';
import './index.css';

function HomeLayout() {
return (
<BasicHomeLayout
afterFeatures={
<>
<ToolStack />
</>
}
/>
);
return <BasicHomeLayout afterFeatures={<ToolStack />} />;
}

const Layout = () => {
Expand Down
60 changes: 30 additions & 30 deletions pnpm-lock.yaml

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

0 comments on commit 125bbb7

Please sign in to comment.