Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: ktmouk <[email protected]>
  • Loading branch information
renovate[bot] and ktmouk authored Jun 24, 2024
1 parent ebf8a4a commit 9dd7ea4
Show file tree
Hide file tree
Showing 11 changed files with 4,202 additions and 5,087 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.9.0
20.15.0
8 changes: 4 additions & 4 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@dnd-kit/modifiers": "^7.0.0",
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
"@headlessui/react": "2.0.4",
"@headlessui/react": "2.1.0",
"@hookform/resolvers": "^3.6.0",
"@minute/prisma": "workspace:*",
"@minute/services": "workspace:*",
Expand All @@ -39,7 +39,7 @@
"emoji-mart": "^5.6.0",
"hh-mm-ss": "^1.2.0",
"jotai": "^2.8.3",
"next": "14.2.3",
"next": "14.2.4",
"next-auth": "^4.24.7",
"next-intl": "^3.15.0",
"next-safe": "^3.5.0",
Expand Down Expand Up @@ -69,7 +69,7 @@
"@tanstack/react-query-devtools": "^4.36.1",
"@types/chroma-js": "^2.4.4",
"@types/hh-mm-ss": "^1.2.3",
"@types/node": "20.14.2",
"@types/node": "20.14.8",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "^4.3.1",
Expand All @@ -82,7 +82,7 @@
"lint-staged": "^15.2.5",
"postcss": "8.4.38",
"tailwindcss": "3.4.4",
"typescript": "5.4.5",
"typescript": "5.5.2",
"vitest": "^1.6.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ export const CalendarEvent = ({
<div
className="py-1 px-1.5 w-full h-full text-left border-l-2"
style={{
backgroundColor: `${chroma(color).mix(chroma("white"), 0.65).hex()}`,
borderLeftColor: `${chroma(color).hex()}`,
color: `${chroma(color).darken(0.7).hex()}`,
backgroundColor: chroma(color).mix(chroma("white"), 0.65).hex(),
borderLeftColor: chroma(color).hex(),
color: chroma(color).darken(0.7).hex(),
}}
>
<span className="mr-1 break-all">
Expand All @@ -32,7 +32,7 @@ export const CalendarEvent = ({
<span
className="font-mono text-white whitespace-normal rounded-sm md:whitespace-nowrap"
style={{
color: `${chroma(color).darken(0.7).hex()}`,
color: chroma(color).darken(0.7).hex(),
}}
>
{format(startDate, "HH:mm")} - {format(endDate, "HH:mm")}
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.9"
services:
db:
image: postgres:16.2
image: postgres:16.3
ports:
- 5432:5432
environment:
Expand All @@ -10,7 +10,7 @@ services:
POSTGRES_DB: minute

db_test:
image: postgres:16.2
image: postgres:16.3
ports:
- 5433:5432
environment:
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint": "8.39.0",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-config-next": "14.2.4",
"eslint-plugin-tailwindcss": "^3.11.0",
"eslint-plugin-testing-library": "^6.0.1",
"typescript": "5.2.2"
"typescript": "5.5.2"
}
}
2 changes: 1 addition & 1 deletion packages/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dotenv-cli": "^7.4.2",
"lint-staged": "^15.2.5",
"prisma": "^5.15.0",
"typescript": "5.4.5"
"typescript": "5.5.2"
},
"dependencies": {
"@prisma/client": "^5.15.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/schemas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@minute/prisma": "workspace:*",
"@minute/tsconfig": "workspace:*",
"lint-staged": "^15.2.5",
"typescript": "5.4.5"
"typescript": "5.5.2"
},
"dependencies": {
"server-only": "^0.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@vitest/coverage-v8": "^1.6.0",
"dotenv-cli": "^7.4.2",
"lint-staged": "^15.2.5",
"typescript": "5.4.5",
"typescript": "5.5.2",
"vitest": "^1.6.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"date-fns": "^3.6.0",
"dotenv-cli": "^7.4.2",
"lint-staged": "^15.2.5",
"typescript": "5.4.5",
"typescript": "5.5.2",
"vitest": "^1.6.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@minute/tsconfig": "workspace:*",
"@vitest/coverage-v8": "^1.6.0",
"lint-staged": "^15.2.5",
"typescript": "5.4.5",
"typescript": "5.5.2",
"vitest": "^1.6.0"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 9dd7ea4

Please sign in to comment.