Skip to content

Commit

Permalink
deps: Upgrade prettier to 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedBassem committed Dec 21, 2024
1 parent 973d552 commit 1aa7639
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion apps/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"ajv": "latest",
"eslint": "^8.57.0",
"eslint-config-universe": "^12.0.0",
"prettier": "^3.2.5",
"prettier": "^3.4.2",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/web/lib/exportBookmarks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export function toExportFormat(
title:
bookmark.title ??
(bookmark.content.type === BookmarkTypes.LINK
? bookmark.content.title ?? null
? (bookmark.content.title ?? null)
: null),
tags: bookmark.tags.map((t) => t.name),
content,
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"next-i18next": "^15.3.1",
"next-pwa": "^5.6.0",
"next-themes": "^0.3.0",
"prettier": "^3.2.5",
"prettier": "^3.4.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-draggable": "^4.4.6",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"eslint": "^8.57.0",
"husky": "^9.0.11",
"install": "^0.13.0",
"prettier": "^3.2.5",
"prettier": "^3.4.2",
"turbo": "^2.1.2"
},
"prettier": "@hoarder/prettier-config",
Expand Down
56 changes: 28 additions & 28 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion tooling/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@hoarder/tsconfig": "workspace:^0.1.0",
"@types/eslint": "^8.56.5",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"prettier": "^3.4.2",
"typescript": "^5.3.3"
},
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion tooling/prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"prettier": "^3.2.5",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.5.11"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion tooling/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@hoarder/prettier-config": "workspace:^0.1.0",
"@hoarder/tsconfig": "workspace:^0.1.0",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"prettier": "^3.4.2",
"typescript": "^5.3.3"
},
"eslintConfig": {
Expand Down

0 comments on commit 1aa7639

Please sign in to comment.