Skip to content

Commit

Permalink
chore: bump up vitest monorepo to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 15, 2024
1 parent 1f50c1b commit 0bb2d37
Show file tree
Hide file tree
Showing 10 changed files with 190 additions and 200 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
"@vanilla-extract/vite-plugin": "^4.0.7",
"@vanilla-extract/webpack-plugin": "^2.3.7",
"@vitejs/plugin-react-swc": "^3.6.0",
"@vitest/coverage-istanbul": "1.6.0",
"@vitest/ui": "1.6.0",
"@vitest/coverage-istanbul": "2.0.3",
"@vitest/ui": "2.0.3",
"cross-env": "^7.0.3",
"electron": "~30.1.0",
"eslint": "^8.57.0",
Expand Down Expand Up @@ -106,7 +106,7 @@
"vite": "^5.2.8",
"vite-plugin-istanbul": "^6.0.0",
"vite-plugin-static-copy": "^1.0.2",
"vitest": "1.6.0",
"vitest": "2.0.3",
"vitest-fetch-mock": "^0.2.2",
"vitest-mock-extended": "^1.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/common/debug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"devDependencies": {
"@types/debug": "^4.1.12",
"vitest": "1.6.0"
"vitest": "2.0.3"
},
"version": "0.15.0"
}
2 changes: 1 addition & 1 deletion packages/common/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@blocksuite/store": "0.16.0-canary-202407141151-cfed0f4",
"react": "18.3.1",
"react-dom": "18.3.1",
"vitest": "1.6.0"
"vitest": "2.0.3"
},
"exports": {
"./automation": "./src/automation.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"rxjs": "^7.8.1",
"vite": "^5.2.8",
"vite-plugin-dts": "3.9.1",
"vitest": "1.6.0"
"vitest": "2.0.3"
},
"peerDependencies": {
"@affine/templates": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"storybook-dark-mode": "4.0.1",
"typescript": "^5.4.5",
"vite": "^5.2.8",
"vitest": "1.6.0"
"vitest": "2.0.3"
},
"version": "0.15.0"
}
2 changes: 1 addition & 1 deletion packages/frontend/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,6 @@
"fake-indexeddb": "^6.0.0",
"lodash-es": "^4.17.21",
"mime-types": "^2.1.35",
"vitest": "1.6.0"
"vitest": "2.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/frontend/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"ts-node": "^10.9.2",
"undici": "^6.12.0",
"uuid": "^10.0.0",
"vitest": "1.6.0",
"vitest": "2.0.3",
"which": "^4.0.0",
"zod": "^3.22.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@graphql-codegen/typescript-operations": "^4.2.0",
"@types/lodash-es": "^4.17.12",
"prettier": "^3.2.5",
"vitest": "1.6.0"
"vitest": "2.0.3"
},
"scripts": {
"postinstall": "gql-gen --errors-only"
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vitest": "1.6.0"
"vitest": "2.0.3"
},
"version": "0.15.0"
}
Loading

0 comments on commit 0bb2d37

Please sign in to comment.