Skip to content

Commit

Permalink
fix(deps): update dependency prettier to ^3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
homarr-renovate[bot] authored Dec 4, 2024
1 parent 825b1a3 commit 0a63399
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"concurrently": "^9.1.0",
"eslint": "^9.16.0",
"node-loader": "^2.1.0",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion apps/tasks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@types/node": "^22.10.1",
"dotenv-cli": "^7.4.4",
"eslint": "^9.16.0",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"tsx": "4.19.2",
"typescript": "^5.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/websocket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@homarr/tsconfig": "workspace:^0.1.0",
"@types/ws": "^8.5.13",
"eslint": "^9.16.0",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@vitest/ui": "^2.1.8",
"cross-env": "^7.0.3",
"jsdom": "^25.0.1",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"testcontainers": "^10.15.0",
"turbo": "^2.3.3",
"typescript": "^5.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@homarr/tsconfig": "workspace:^0.1.0",
"@types/dockerode": "^3.3.32",
"eslint": "^9.16.0",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/bcrypt": "5.0.2",
"@types/cookies": "0.9.0",
"eslint": "^9.16.0",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@types/better-sqlite3": "7.6.12",
"dotenv-cli": "^7.4.4",
"eslint": "^9.16.0",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"tsx": "4.19.2",
"typescript": "^5.7.2"
}
Expand Down
50 changes: 25 additions & 25 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion tooling/prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"prettier": "@homarr/prettier-config",
"dependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"prettier": "^3.4.1"
"prettier": "^3.4.2"
},
"devDependencies": {
"@homarr/tsconfig": "workspace:^0.1.0",
Expand Down

0 comments on commit 0a63399

Please sign in to comment.