Skip to content

Commit

Permalink
chore(deps): update formatting & linting (#1277)
Browse files Browse the repository at this point in the history
* chore(deps): update formatting & linting

* chore: Fix linting

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: LekoArts <[email protected]>
  • Loading branch information
renovate[bot] and LekoArts authored Dec 7, 2023
1 parent 397a2b7 commit bcf7387
Show file tree
Hide file tree
Showing 5 changed files with 273 additions and 288 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@
"@vitest/coverage-v8": "^1.0.2",
"cross-env": "^7.0.3",
"cypress": "^13.6.1",
"eslint": "^8.50.0",
"eslint": "^8.55.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-mdx": "^2.2.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"fs-extra": "^11.2.0",
Expand All @@ -70,7 +70,7 @@
"jsdom": "^23.0.1",
"lint-staged": "^15.2.0",
"plop": "^4.0.0",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"start-server-and-test": "^2.0.3",
"typescript": "^5.3.3",
"vitest": "^1.0.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const buttonBaseStyles = {
} as const

const FallbackIcon = () => (
<button type="button" sx={buttonBaseStyles}>
<button type="button" sx={buttonBaseStyles} aria-label="Color mode toggle">
<div
sx={{
...iconBaseStyles,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const buttonBaseStyles = {
} as const

const FallbackIcon = () => (
<button type="button" sx={buttonBaseStyles}>
<button type="button" sx={buttonBaseStyles} aria-label="Color mode toggle">
<div
sx={{
...iconBaseStyles,
Expand Down
2 changes: 1 addition & 1 deletion www/src/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const Header = () => {
ml: 4,
"&:hover,&:focus": { boxShadow: `0 0 0 2px` },
}}
title="Change color mode"
aria-label="Change color mode"
onClick={cycleMode}
>
<ThemeSwitch />
Expand Down
Loading

0 comments on commit bcf7387

Please sign in to comment.