Skip to content

Commit

Permalink
⬆️ Upgrade dependency prettier to v3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 8, 2024
1 parent 027e919 commit 2631fde
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
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

0 comments on commit 2631fde

Please sign in to comment.