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 17, 2025
1 parent 468734b commit 2ff7088
Show file tree
Hide file tree
Showing 6 changed files with 159 additions and 107 deletions.
4 changes: 2 additions & 2 deletions deployables/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/chrome": "^0.0.297",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@vitest/coverage-v8": "2.1.8",
"@vitest/coverage-v8": "3.0.1",
"@zodiac/eslint-config": "workspace:*",
"@zodiac/tailwind-config": "workspace:*",
"@zodiac/test-utils": "workspace:*",
Expand All @@ -54,7 +54,7 @@
"typescript": "^5.7.2",
"vite": "^6.0.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "2.1.8",
"vitest": "3.0.1",
"wrangler": "^3.87.0"
}
}
4 changes: 2 additions & 2 deletions deployables/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/node": "^22.7.5",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitest/coverage-v8": "2.1.8",
"@vitest/coverage-v8": "3.0.1",
"@walletconnect/core": "2.17.3",
"@walletconnect/ethereum-provider": "2.17.3",
"@walletconnect/keyvaluestorage": "^1.1.1",
Expand Down Expand Up @@ -83,7 +83,7 @@
"ser-kit": "1.1.0",
"tailwindcss": "^3.4.14",
"typescript": "^5.5.4",
"vitest": "2.1.8",
"vitest": "3.0.1",
"vitest-chrome": "0.1.0",
"zodiac-roles-deployments": "^2.2.2"
},
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.7.0",
"vitest": "2.1.8"
"vitest": "3.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@testing-library/react": "^16.0.1",
"@zodiac/chains": "workspace:*",
"@zodiac/schema": "workspace:*",
"vitest": "2.1.8",
"vitest": "3.0.1",
"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 @@ -31,14 +31,14 @@
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "14.6.0",
"@types/react": "^19.0.3",
"@vitest/coverage-v8": "2.1.8",
"@vitest/coverage-v8": "3.0.1",
"@zodiac/eslint-config": "workspace:*",
"@zodiac/typescript-config": "workspace:*",
"eslint": "^9.7.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router": "^7.1.1",
"vitest": "2.1.8"
"vitest": "3.0.1"
},
"peerDependencies": {
"react": "19.0.0",
Expand Down
Loading

0 comments on commit 2ff7088

Please sign in to comment.