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 Jan 8, 2025
1 parent 5e165e3 commit 6d18ebf
Show file tree
Hide file tree
Showing 6 changed files with 195 additions and 348 deletions.
10 changes: 5 additions & 5 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,18 +65,18 @@
"@minute/tsconfig": "workspace:*",
"@next/env": "^15.0.0",
"@playwright/test": "^1.44.1",
"@prisma/nextjs-monorepo-workaround-plugin": "^5.15.0",
"@prisma/nextjs-monorepo-workaround-plugin": "^6.0.0",
"@tanstack/react-query-devtools": "^4.36.1",
"@types/chroma-js": "^2.4.4",
"@types/chroma-js": "^3.0.0",
"@types/hh-mm-ss": "^1.2.3",
"@types/node": "22.10.5",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@types/react": "19.0.3",
"@types/react-dom": "19.0.2",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-v8": "^2.0.0",
"autoprefixer": "10.4.20",
"dotenv": "^16.4.5",
"dotenv-cli": "^7.4.2",
"dotenv-cli": "^8.0.0",
"jest-axe": "^9.0.0",
"jsdom": "^25.0.0",
"lint-staged": "^15.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"eslint-plugin-import": "^2.29.0",
"eslint-config-next": "15.1.3",
"eslint-plugin-tailwindcss": "^3.11.0",
"eslint-plugin-testing-library": "^6.0.1",
"eslint-plugin-testing-library": "^7.0.0",
"typescript": "5.7.2"
}
}
4 changes: 2 additions & 2 deletions packages/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"@minute/eslint-config": "workspace:*",
"@minute/tsconfig": "workspace:*",
"date-fns": "^4.0.0",
"dotenv-cli": "^7.4.2",
"dotenv-cli": "^8.0.0",
"lint-staged": "^15.2.5",
"prisma": "5.22.0",
"prisma": "6.2.1",
"typescript": "5.7.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@minute/eslint-config": "workspace:*",
"@minute/tsconfig": "workspace:*",
"@vitest/coverage-v8": "^2.0.0",
"dotenv-cli": "^7.4.2",
"dotenv-cli": "^8.0.0",
"lint-staged": "^15.2.5",
"typescript": "5.7.2",
"vitest": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/trpc/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",
"date-fns": "^4.0.0",
"dotenv-cli": "^7.4.2",
"dotenv-cli": "^8.0.0",
"lint-staged": "^15.2.5",
"typescript": "5.7.2",
"vitest": "^2.0.0"
Expand Down
Loading

0 comments on commit 6d18ebf

Please sign in to comment.