Skip to content

Commit

Permalink
chore(deps): update dependency prettier to v3.2.4 (#616)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 18, 2024
1 parent a76849c commit 68a2d90
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 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 @@ -123,7 +123,7 @@
"jsdom": "23.2.0",
"lint-staged": "15.2.0",
"npm-run-all": "4.1.5",
"prettier": "3.2.1",
"prettier": "3.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "5.0.1",
Expand Down
8 changes: 4 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"noEmitOnError": true,
"plugins": [
{
"name": "typescript-plugin-css-modules"
}
"name": "typescript-plugin-css-modules",
},
],
"skipLibCheck": true,
"strict": true,
"target": "ESNext",
"types": ["@testing-library/jest-dom", "vitest/globals"]
}
"types": ["@testing-library/jest-dom", "vitest/globals"],
},
}

0 comments on commit 68a2d90

Please sign in to comment.