Skip to content

Commit

Permalink
chore(deps): upgrade Prettier from 3.2.5 to 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
koistya committed Nov 10, 2024
1 parent d55a36d commit 67f17bd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/core/page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export function usePageEffect(

document.title =
location.pathname === "/"
? options?.title ?? appName
? (options?.title ?? appName)
: options?.title
? `${options.title} - ${appName}`
: appName;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"graphql-config": "^5.0.3",
"happy-dom": "^13.3.8",
"husky": "^9.0.10",
"prettier": "^3.2.5",
"prettier": "^3.3.3",
"react": "^18.2.0",
"relay-config": "^12.0.1",
"tsx": "~4.19.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11266,12 +11266,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^3.2.5":
version: 3.2.5
resolution: "prettier@npm:3.2.5"
"prettier@npm:^3.3.3":
version: 3.3.3
resolution: "prettier@npm:3.3.3"
bin:
prettier: bin/prettier.cjs
checksum: 10/d509f9da0b70e8cacc561a1911c0d99ec75117faed27b95cc8534cb2349667dee6351b0ca83fa9d5703f14127faa52b798de40f5705f02d843da133fc3aa416a
checksum: 10/5beac1f30b5b40162532b8e2f7c3a4eb650910a2695e9c8512a62ffdc09dae93190c29db9107fa7f26d1b6c71aad3628ecb9b5de1ecb0911191099be109434d7
languageName: node
linkType: hard

Expand Down Expand Up @@ -11914,7 +11914,7 @@ __metadata:
graphql-config: "npm:^5.0.3"
happy-dom: "npm:^13.3.8"
husky: "npm:^9.0.10"
prettier: "npm:^3.2.5"
prettier: "npm:^3.3.3"
react: "npm:^18.2.0"
relay-config: "npm:^12.0.1"
tsx: "npm:~4.19.2"
Expand Down

0 comments on commit 67f17bd

Please sign in to comment.