Skip to content

Commit

Permalink
chore(deps): update dependency typescript to ^5.5.4 (#857)
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] authored Jul 22, 2024
1 parent 43e4801 commit 47834d4
Show file tree
Hide file tree
Showing 31 changed files with 143 additions and 143 deletions.
2 changes: 1 addition & 1 deletion apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"eslint": "^9.7.0",
"node-loader": "^2.0.0",
"prettier": "^3.3.3",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"prettier": "@homarr/prettier-config"
}
2 changes: 1 addition & 1 deletion apps/tasks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"eslint": "^9.7.0",
"prettier": "^3.3.3",
"tsx": "4.13.3",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"prettier": "@homarr/prettier-config"
}
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 @@
"@types/ws": "^8.5.11",
"eslint": "^9.7.0",
"prettier": "^3.3.3",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"prettier": "@homarr/prettier-config"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"prettier": "^3.3.3",
"testcontainers": "^10.10.4",
"turbo": "^2.0.9",
"typescript": "^5.5.3",
"typescript": "^5.5.4",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^2.0.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.7.0",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"prettier": "@homarr/prettier-config"
}
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@types/dockerode": "^3.3.30",
"eslint": "^9.7.0",
"prettier": "^3.3.3",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"prettier": "@homarr/prettier-config"
}
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/cookies": "0.9.0",
"eslint": "^9.7.0",
"prettier": "^3.3.3",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"prettier": "@homarr/prettier-config"
}
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.7.0",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"prettier": "@homarr/prettier-config"
}
2 changes: 1 addition & 1 deletion packages/cron-job-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.7.0",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"prettier": "@homarr/prettier-config"
}
2 changes: 1 addition & 1 deletion packages/cron-job-status/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.7.0",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"prettier": "@homarr/prettier-config"
}
2 changes: 1 addition & 1 deletion packages/cron-jobs-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@homarr/tsconfig": "workspace:^0.1.0",
"@types/node-cron": "^3.0.11",
"eslint": "^9.7.0",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"prettier": "@homarr/prettier-config"
}
2 changes: 1 addition & 1 deletion packages/cron-jobs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.7.0",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"prettier": "@homarr/prettier-config"
}
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"dotenv-cli": "^7.4.2",
"eslint": "^9.7.0",
"prettier": "^3.3.3",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"prettier": "@homarr/prettier-config"
}
2 changes: 1 addition & 1 deletion packages/definitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.7.0",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"prettier": "@homarr/prettier-config"
}
2 changes: 1 addition & 1 deletion packages/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.7.0",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"prettier": "@homarr/prettier-config"
}
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.7.0",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"prettier": "@homarr/prettier-config"
}
2 changes: 1 addition & 1 deletion packages/integrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.7.0",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"prettier": "@homarr/prettier-config"
}
2 changes: 1 addition & 1 deletion packages/log/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.7.0",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"prettier": "@homarr/prettier-config"
}
2 changes: 1 addition & 1 deletion packages/modals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.7.0",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"prettier": "@homarr/prettier-config"
}
2 changes: 1 addition & 1 deletion packages/notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.7.0",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"prettier": "@homarr/prettier-config"
}
2 changes: 1 addition & 1 deletion packages/ping/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.7.0",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"prettier": "@homarr/prettier-config"
}
2 changes: 1 addition & 1 deletion packages/redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.7.0",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"prettier": "@homarr/prettier-config"
}
2 changes: 1 addition & 1 deletion packages/server-settings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.7.0",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"prettier": "@homarr/prettier-config"
}
2 changes: 1 addition & 1 deletion packages/spotlight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.7.0",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"prettier": "@homarr/prettier-config"
}
2 changes: 1 addition & 1 deletion packages/translation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.7.0",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"prettier": "@homarr/prettier-config"
}
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@homarr/tsconfig": "workspace:^0.1.0",
"@types/css-modules": "^1.0.5",
"eslint": "^9.7.0",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"prettier": "@homarr/prettier-config"
}
2 changes: 1 addition & 1 deletion packages/validation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.7.0",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"prettier": "@homarr/prettier-config"
}
2 changes: 1 addition & 1 deletion packages/widgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@homarr/tsconfig": "workspace:^0.1.0",
"@types/video.js": "^7.3.58",
"eslint": "^9.7.0",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"prettier": "@homarr/prettier-config"
}
Loading

0 comments on commit 47834d4

Please sign in to comment.