Skip to content

Commit

Permalink
chore(deps): update prettier to v3.2.5 (#377)
Browse files Browse the repository at this point in the history
* chore(deps): update prettier to v3.2.5

* chore: reformat code for prettier v3.2.5

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Justin Hall <[email protected]>
  • Loading branch information
renovate[bot] and wKovacs64 authored Feb 4, 2024
1 parent 0d120b2 commit 1698409
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 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 @@ -61,7 +61,7 @@
"ms": "2.1.3",
"npm-run-all2": "6.1.2",
"postcss": "8.4.33",
"prettier": "3.2.4",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "0.5.11",
"prop-types": "15.8.1",
"react": "18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx",
},
"jsx": "react-jsx"
}
}

0 comments on commit 1698409

Please sign in to comment.