Skip to content

Commit

Permalink
chore: bump prettier (#6154)
Browse files Browse the repository at this point in the history
# Motivation

Bump Prettier to the latest version.  
[Latest minor fixes and numerous bug
fixes](https://prettier.io/blog/2024/11/26/3.4.0.html)

This update is free since no format changes are necessary.

# Changes

- `npm i prettier@latest prettier-plugin-organize-imports@latest
prettier-plugin-svelte@latest`
- `npm run format`


# Tests

- Not necessary

# Todos

- [ ] Add entry to changelog (if necessary).
Not necessary
  • Loading branch information
yhabib authored Jan 14, 2025
1 parent d072bbc commit 3ee8525
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 29 deletions.
51 changes: 25 additions & 26 deletions frontend/package-lock.json

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

6 changes: 3 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
"jsdom": "^25.0.1",
"node-fetch": "^3.3.2",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.0.0",
"prettier-plugin-svelte": "^3.2.6",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-svelte": "^3.3.2",
"sass": "^1.69.4",
"svelte": "^4.2.19",
"svelte-check": "^4.0.2",
Expand Down

0 comments on commit 3ee8525

Please sign in to comment.