Skip to content

Commit

Permalink
fix(deps): update dependency prettier to ^3.3.2 (#656)
Browse files Browse the repository at this point in the history
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
  • Loading branch information
homarr-renovate[bot] committed Jun 11, 2024
1 parent 9cab001 commit d69cda0
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"concurrently": "^8.2.2",
"eslint": "^9.4.0",
"node-loader": "^2.0.0",
"prettier": "^3.3.1",
"prettier": "^3.3.2",
"typescript": "^5.4.5"
},
"prettier": "@homarr/prettier-config"
Expand Down
2 changes: 1 addition & 1 deletion apps/tasks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/node": "^20.14.2",
"dotenv-cli": "^7.4.2",
"eslint": "^9.4.0",
"prettier": "^3.3.1",
"prettier": "^3.3.2",
"tsx": "4.13.3",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/websocket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@homarr/tsconfig": "workspace:^0.1.0",
"@types/ws": "^8.5.10",
"eslint": "^9.4.0",
"prettier": "^3.3.1",
"prettier": "^3.3.2",
"typescript": "^5.4.5"
},
"prettier": "@homarr/prettier-config"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@vitest/ui": "^1.6.0",
"cross-env": "^7.0.3",
"jsdom": "^24.1.0",
"prettier": "^3.3.1",
"prettier": "^3.3.2",
"testcontainers": "^10.9.0",
"turbo": "^2.0.3",
"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 @@ -43,7 +43,7 @@
"@homarr/tsconfig": "workspace:^0.1.0",
"@types/dockerode": "^3.3.29",
"eslint": "^9.4.0",
"prettier": "^3.3.1",
"prettier": "^3.3.2",
"typescript": "^5.4.5"
},
"prettier": "@homarr/prettier-config"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/bcrypt": "5.0.2",
"@types/cookies": "0.9.0",
"eslint": "^9.4.0",
"prettier": "^3.3.1",
"prettier": "^3.3.2",
"typescript": "^5.4.5"
},
"prettier": "@homarr/prettier-config"
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@types/better-sqlite3": "7.6.10",
"dotenv-cli": "^7.4.2",
"eslint": "^9.4.0",
"prettier": "^3.3.1",
"prettier": "^3.3.2",
"typescript": "^5.4.5"
},
"prettier": "@homarr/prettier-config"
Expand Down
44 changes: 22 additions & 22 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 @@ -10,7 +10,7 @@
},
"dependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"prettier": "^3.3.1"
"prettier": "^3.3.2"
},
"devDependencies": {
"@homarr/tsconfig": "workspace:^0.1.0",
Expand Down

0 comments on commit d69cda0

Please sign in to comment.