Skip to content

Commit

Permalink
chore(deps): update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 25, 2024
1 parent 508949b commit 8c6729e
Show file tree
Hide file tree
Showing 8 changed files with 236 additions and 224 deletions.
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
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": "22.9.0",
"@types/node": "22.9.3",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "^4.3.1",
Expand All @@ -82,7 +82,7 @@
"lint-staged": "^15.2.5",
"postcss": "8.4.49",
"tailwindcss": "3.4.15",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vitest": "^2.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"eslint-config-next": "15.0.3",
"eslint-plugin-tailwindcss": "^3.11.0",
"eslint-plugin-testing-library": "^6.0.1",
"typescript": "5.6.3"
"typescript": "5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dotenv-cli": "^7.4.2",
"lint-staged": "^15.2.5",
"prisma": "5.22.0",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"dependencies": {
"@prisma/client": "5.21.1",
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.6.3"
"typescript": "5.7.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 @@ -20,7 +20,7 @@
"@vitest/coverage-v8": "^2.0.0",
"dotenv-cli": "^7.4.2",
"lint-staged": "^15.2.5",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vitest": "^2.0.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": "^4.0.0",
"dotenv-cli": "^7.4.2",
"lint-staged": "^15.2.5",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vitest": "^2.0.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": "^2.0.0",
"lint-staged": "^15.2.5",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vitest": "^2.0.0"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 8c6729e

Please sign in to comment.