Skip to content

Commit

Permalink
fix(deps): update dependency prettier to ^3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
homarr-renovate[bot] committed Jun 6, 2024
1 parent 251cedf commit 4782b1d
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 @@ -75,7 +75,7 @@
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"node-loader": "^2.0.0",
"prettier": "^3.3.0",
"prettier": "^3.3.1",
"tsx": "4.11.0",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/tasks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/node": "^20.14.1",
"dotenv-cli": "^7.4.2",
"eslint": "^8.57.0",
"prettier": "^3.3.0",
"prettier": "^3.3.1",
"tsx": "4.11.0",
"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 @@ -33,7 +33,7 @@
"@homarr/tsconfig": "workspace:^0.1.0",
"@types/ws": "^8.5.10",
"eslint": "^8.57.0",
"prettier": "^3.3.0",
"prettier": "^3.3.1",
"typescript": "^5.4.5"
},
"eslintConfig": {
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.0",
"prettier": "^3.3.1",
"turbo": "^1.13.3",
"typescript": "^5.4.5",
"vite-tsconfig-paths": "^4.3.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 @@ -40,7 +40,7 @@
"@homarr/tsconfig": "workspace:^0.1.0",
"@types/dockerode": "^3.3.29",
"eslint": "^8.57.0",
"prettier": "^3.3.0",
"prettier": "^3.3.1",
"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 @@ -41,7 +41,7 @@
"@types/bcrypt": "5.0.2",
"@types/cookies": "0.9.0",
"eslint": "^8.57.0",
"prettier": "^3.3.0",
"prettier": "^3.3.1",
"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 @@ -45,7 +45,7 @@
"@types/better-sqlite3": "7.6.10",
"dotenv-cli": "^7.4.2",
"eslint": "^8.57.0",
"prettier": "^3.3.0",
"prettier": "^3.3.1",
"typescript": "^5.4.5"
},
"eslintConfig": {
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.0"
"prettier": "^3.3.1"
},
"devDependencies": {
"@homarr/tsconfig": "workspace:^0.1.0",
Expand Down

0 comments on commit 4782b1d

Please sign in to comment.