Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Upgrade dependency prettier to v3.2.5 #324

Merged
merged 1 commit into from
Feb 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"eslint": "8.56.0",
"jsdom": "24.0.0",
"lerna": "8.1.2",
"prettier": "3.2.4",
"prettier": "3.2.5",
"turbo": "1.12.3",
"typescript": "5.3.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/crash-reporter/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "https://json.schemastore.org/tsconfig.json",
"extends": "../../tsconfig.settings.json",
"compilerOptions": {
"baseUrl": ".",
},
"baseUrl": "."
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "https://json.schemastore.org/tsconfig.json",
"extends": "./tsconfig.settings.json",
"extends": "./tsconfig.settings.json"
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ __metadata:
eslint: "npm:8.56.0"
jsdom: "npm:24.0.0"
lerna: "npm:8.1.2"
prettier: "npm:3.2.4"
prettier: "npm:3.2.5"
turbo: "npm:1.12.3"
typescript: "npm:5.3.3"
languageName: unknown
Expand Down Expand Up @@ -7963,12 +7963,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:3.2.4":
version: 3.2.4
resolution: "prettier@npm:3.2.4"
"prettier@npm:3.2.5":
version: 3.2.5
resolution: "prettier@npm:3.2.5"
bin:
prettier: bin/prettier.cjs
checksum: 10c0/88dfeb78ac6096522c9a5b81f1413d875f568420d9bb6a5e5103527912519b993f2bcdcac311fcff5718d5869671d44e4f85827d3626f3a6ce32b9abc65d88e0
checksum: 10c0/ea327f37a7d46f2324a34ad35292af2ad4c4c3c3355da07313339d7e554320f66f65f91e856add8530157a733c6c4a897dc41b577056be5c24c40f739f5ee8c6
languageName: node
linkType: hard

Expand Down