Skip to content

Commit

Permalink
fix(deps): update vitest monorepo to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 25, 2025
1 parent e7f8c40 commit 20272f6
Show file tree
Hide file tree
Showing 6 changed files with 116 additions and 123 deletions.
4 changes: 2 additions & 2 deletions deployables/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/node": "22.10.10",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@vitest/coverage-v8": "2.1.8",
"@vitest/coverage-v8": "3.0.4",
"@zodiac/eslint-config": "workspace:*",
"@zodiac/test-utils": "workspace:*",
"@zodiac/typescript-config": "workspace:*",
Expand All @@ -69,6 +69,6 @@
"typescript": "5.7.3",
"vite": "6.0.11",
"vite-tsconfig-paths": "5.1.4",
"vitest": "2.1.8"
"vitest": "3.0.4"
}
}
4 changes: 2 additions & 2 deletions deployables/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/node": "22.10.10",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@vitest/coverage-v8": "2.1.8",
"@vitest/coverage-v8": "3.0.4",
"@zodiac/eslint-config": "workspace:*",
"@zodiac/test-utils": "workspace:*",
"@zodiac/typescript-config": "workspace:*",
Expand All @@ -61,7 +61,7 @@
"rimraf": "6.0.1",
"tailwindcss": "4.0.0",
"typescript": "5.7.3",
"vitest": "2.1.8",
"vitest": "3.0.4",
"vitest-chrome": "0.1.0"
},
"packageManager": "pnpm@9.15.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"@zodiac/test-utils": "workspace:*",
"@zodiac/typescript-config": "workspace:*",
"eslint": "9.18.0",
"vitest": "2.1.8"
"vitest": "3.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@testing-library/react": "16.2.0",
"@zodiac/chains": "workspace:*",
"@zodiac/schema": "workspace:*",
"vitest": "2.1.8",
"vitest": "3.0.4",
"vitest-chrome": "0.1.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
"@testing-library/react": "16.2.0",
"@testing-library/user-event": "14.6.1",
"@types/react": "19.0.8",
"@vitest/coverage-v8": "2.1.8",
"@vitest/coverage-v8": "3.0.4",
"@zodiac/eslint-config": "workspace:*",
"@zodiac/typescript-config": "workspace:*",
"eslint": "9.18.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-router": "7.1.3",
"vitest": "2.1.8"
"vitest": "3.0.4"
},
"peerDependencies": {
"react": "19.0.0",
Expand Down
Loading

0 comments on commit 20272f6

Please sign in to comment.