Skip to content

Commit

Permalink
chore(deps): update dev dependencies to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 15, 2024
1 parent f3f7852 commit 927ce83
Show file tree
Hide file tree
Showing 5 changed files with 132 additions and 189 deletions.
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/coverage-v8": "^2.0.0",
"autoprefixer": "10.4.19",
"dotenv": "^16.4.5",
"dotenv-cli": "^7.4.2",
Expand All @@ -83,6 +83,6 @@
"postcss": "8.4.39",
"tailwindcss": "3.4.4",
"typescript": "5.5.3",
"vitest": "^1.6.0"
"vitest": "^2.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"@faker-js/faker": "^8.4.1",
"@minute/eslint-config": "workspace:*",
"@minute/tsconfig": "workspace:*",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/coverage-v8": "^2.0.0",
"dotenv-cli": "^7.4.2",
"lint-staged": "^15.2.5",
"typescript": "5.5.3",
"vitest": "^1.6.0"
"vitest": "^2.0.0"
},
"dependencies": {
"@minute/prisma": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"devDependencies": {
"@minute/eslint-config": "workspace:*",
"@minute/tsconfig": "workspace:*",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/coverage-v8": "^2.0.0",
"date-fns": "^3.6.0",
"dotenv-cli": "^7.4.2",
"lint-staged": "^15.2.5",
"typescript": "5.5.3",
"vitest": "^1.6.0"
"vitest": "^2.0.0"
},
"dependencies": {
"@minute/prisma": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"devDependencies": {
"@minute/eslint-config": "workspace:*",
"@minute/tsconfig": "workspace:*",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/coverage-v8": "^2.0.0",
"lint-staged": "^15.2.5",
"typescript": "5.5.3",
"vitest": "^1.6.0"
"vitest": "^2.0.0"
},
"dependencies": {
"remeda": "^2.0.8",
Expand Down
Loading

0 comments on commit 927ce83

Please sign in to comment.