Skip to content

Commit

Permalink
feat: prettier v3 (#43)
Browse files Browse the repository at this point in the history
## Context

Update prettier to latest version

## Changes

- [update dependency prettier to
v3](aa5d196)
- [update dependency eslint-plugin-prettier to
v5](850cf24)

## Checklist

- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
- [x] I have made corresponding changes to the documentation
- [x] I have tested my code for breaking changes and added the
corresponding footer in this PR if needed
- [x] I have added tests that prove my fix is effective or that my
feature works

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
remcolakens and renovate[bot] authored Oct 2, 2023
1 parent 6320f24 commit ef06b96
Show file tree
Hide file tree
Showing 2 changed files with 881 additions and 971 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@
"eslint": "^8.50.0",
"eslint-config-next": "^13.5.3",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-testing-library": "^6.0.2",
"husky": "^8.0.3",
"inquirer": "8.2.6",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^14.0.1",
"prettier": "^2.8.8",
"prettier": "^3.0.3",
"prettier-plugin-organize-imports": "^3.2.3",
"semantic-release": "^22.0.5",
"typescript": "^5.2.2"
Expand Down
Loading

0 comments on commit ef06b96

Please sign in to comment.