Skip to content

Commit

Permalink
chore(utils): update dependency prettier to v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 1, 2024
1 parent 66e952a commit 6fc6575
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 31 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"eslint-config-prettier": "9.1.0",
"husky": "9.0.11",
"lint-staged": "15.2.5",
"prettier": "3.2.5",
"prettier": "3.3.0",
"scaffdog": "3.0.0",
"turbo": "1.13.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-custom-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"typescript": "5.3.3"
},
"devDependencies": {
"prettier": "3.2.5"
"prettier": "3.3.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"typescript": "5.3.3"
},
"devDependencies": {
"prettier": "3.2.5"
"prettier": "3.3.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"format:fix": "prettier --write ."
},
"devDependencies": {
"prettier": "3.2.5"
"prettier": "3.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"typescript": "5.4.5",
"prettier": "3.2.5"
"prettier": "3.3.0"

}
}
61 changes: 35 additions & 26 deletions pnpm-lock.yaml

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

0 comments on commit 6fc6575

Please sign in to comment.