Skip to content

Commit

Permalink
fix(deps): update dependency prettier to ^3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
homarr-renovate[bot] authored Feb 22, 2025
1 parent ee1ed0d commit 162d861
Show file tree
Hide file tree
Showing 9 changed files with 67 additions and 67 deletions.
2 changes: 1 addition & 1 deletion apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"concurrently": "^9.1.2",
"eslint": "^9.21.0",
"node-loader": "^2.1.0",
"prettier": "^3.5.1",
"prettier": "^3.5.2",
"typescript": "^5.7.3"
}
}
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.13.5",
"dotenv-cli": "^8.0.0",
"eslint": "^9.21.0",
"prettier": "^3.5.1",
"prettier": "^3.5.2",
"tsx": "4.19.3",
"typescript": "^5.7.3"
}
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.14",
"eslint": "^9.21.0",
"prettier": "^3.5.1",
"prettier": "^3.5.2",
"typescript": "^5.7.3"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"conventional-changelog-conventionalcommits": "^8.0.0",
"cross-env": "^7.0.3",
"jsdom": "^26.0.0",
"prettier": "^3.5.1",
"prettier": "^3.5.2",
"semantic-release": "^24.2.3",
"testcontainers": "^10.18.0",
"turbo": "^2.4.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 @@ -57,7 +57,7 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.21.0",
"prettier": "^3.5.1",
"prettier": "^3.5.2",
"typescript": "^5.7.3"
}
}
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/bcrypt": "5.0.2",
"@types/cookies": "0.9.0",
"eslint": "^9.21.0",
"prettier": "^3.5.1",
"prettier": "^3.5.2",
"typescript": "^5.7.3"
}
}
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@types/better-sqlite3": "7.6.12",
"dotenv-cli": "^8.0.0",
"eslint": "^9.21.0",
"prettier": "^3.5.1",
"prettier": "^3.5.2",
"tsx": "4.19.3",
"typescript": "^5.7.3"
}
Expand Down
118 changes: 59 additions & 59 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.1",
"prettier": "^3.5.1"
"prettier": "^3.5.2"
},
"devDependencies": {
"@homarr/tsconfig": "workspace:^0.1.0",
Expand Down

0 comments on commit 162d861

Please # to comment.