Skip to content

Commit

Permalink
⬆️ Upgrade dependency prettier to v3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 23, 2024
1 parent 9186570 commit eb6dc57
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"eslint.validate": [
"javascript",
Expand Down
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.0.2",
"prettier": "3.2.2",
"prettier": "3.2.4",
"turbo": "1.11.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.0.2"
prettier: "npm:3.2.2"
prettier: "npm:3.2.4"
turbo: "npm:1.11.3"
typescript: "npm:5.3.3"
languageName: unknown
Expand Down Expand Up @@ -7929,12 +7929,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:3.2.2":
version: 3.2.2
resolution: "prettier@npm:3.2.2"
"prettier@npm:3.2.4":
version: 3.2.4
resolution: "prettier@npm:3.2.4"
bin:
prettier: bin/prettier.cjs
checksum: e84d0d2a4ce2b88ee1636904effbdf68b59da63d9f887128f2ed5382206454185432e7c0a9578bc4308bc25d099cfef47fd0b9c211066777854e23e65e34044d
checksum: 88dfeb78ac6096522c9a5b81f1413d875f568420d9bb6a5e5103527912519b993f2bcdcac311fcff5718d5869671d44e4f85827d3626f3a6ce32b9abc65d88e0
languageName: node
linkType: hard

Expand Down

0 comments on commit eb6dc57

Please sign in to comment.