Skip to content

Commit

Permalink
chore(deps): update dependency prettier to v3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 11, 2024
1 parent 0e12b48 commit f54803d
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"eslint": "9.4.0",
"framer-motion": "11.2.10",
"jiti": "1.21.6",
"prettier": "3.3.1",
"prettier": "3.3.2",
"sugar-high": "0.6.1",
"tailwindcss": "3.4.4",
"ts-node": "10.9.2",
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@tatsutakeinjp/prettier-config": "workspace:*",
"@turbo/gen": "1.13.4",
"husky": "9.0.11",
"prettier": "3.3.1",
"prettier": "3.3.2",
"turbo": "1.13.4",
"typescript": "5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@tatsutakeinjp/prettier-config": "workspace:*",
"@tatsutakeinjp/tsconfig": "workspace:*",
"eslint": "9.4.0",
"prettier": "3.3.1",
"prettier": "3.3.2",
"typescript": "5.4.5"
},
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@tatsutakeinjp/prettier-config": "workspace:*",
"@tatsutakeinjp/tsconfig": "workspace:*",
"eslint": "9.4.0",
"prettier": "3.3.1",
"prettier": "3.3.2",
"typescript": "5.4.5"
},
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dotenv-cli": "7.4.2",
"drizzle-kit": "0.22.7",
"eslint": "9.4.0",
"prettier": "3.3.1",
"prettier": "3.3.2",
"typescript": "5.4.5"
},
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@tatsutakeinjp/tsconfig": "workspace:*",
"@types/react": "18.3.3",
"eslint": "9.4.0",
"prettier": "3.3.1",
"prettier": "3.3.2",
"react": "18.3.1",
"tailwindcss": "3.4.4",
"typescript": "5.4.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/validators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@tatsutakeinjp/prettier-config": "workspace:*",
"@tatsutakeinjp/tsconfig": "workspace:*",
"eslint": "9.4.0",
"prettier": "3.3.1",
"prettier": "3.3.2",
"typescript": "5.4.5"
},
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion tooling/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@tatsutakeinjp/tsconfig": "workspace:*",
"@types/eslint": "8.56.10",
"eslint": "9.4.0",
"prettier": "3.3.1",
"prettier": "3.3.2",
"typescript": "5.4.5"
},
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion tooling/prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.2.1",
"prettier": "3.3.1",
"prettier": "3.3.2",
"prettier-plugin-tailwindcss": "0.6.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion tooling/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@tatsutakeinjp/prettier-config": "workspace:*",
"@tatsutakeinjp/tsconfig": "workspace:*",
"eslint": "9.4.0",
"prettier": "3.3.1",
"prettier": "3.3.2",
"typescript": "5.4.5"
},
"eslintConfig": {
Expand Down

0 comments on commit f54803d

Please sign in to comment.