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 Aug 19, 2024
1 parent f3930a9 commit 5acc5b5
Show file tree
Hide file tree
Showing 10 changed files with 228 additions and 133 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.5",
"@vitest/ui": "2.0.5",
"cross-env": "^7.0.3",
"electron": "~30.2.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.5",
"vitest-fetch-mock": "^0.3.0",
"vitest-mock-extended": "^2.0.0"
},
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.5"
},
"version": "0.16.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.17.0-canary-202408160752-cb4b196",
"react": "18.3.1",
"react-dom": "18.3.1",
"vitest": "1.6.0"
"vitest": "2.0.5"
},
"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 @@ -43,7 +43,7 @@
"rxjs": "^7.8.1",
"vite": "^5.2.8",
"vite-plugin-dts": "4.0.2",
"vitest": "1.6.0"
"vitest": "2.0.5"
},
"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 @@ -107,7 +107,7 @@
"typescript": "^5.4.5",
"unplugin-swc": "^1.5.1",
"vite": "^5.2.8",
"vitest": "1.6.0"
"vitest": "2.0.5"
},
"version": "0.16.0"
}
2 changes: 1 addition & 1 deletion packages/frontend/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,6 @@
"lodash-es": "^4.17.21",
"mime-types": "^2.1.35",
"react-refresh": "^0.10.0",
"vitest": "1.6.0"
"vitest": "2.0.5"
}
}
2 changes: 1 addition & 1 deletion packages/frontend/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"ts-node": "^10.9.2",
"undici": "^6.12.0",
"uuid": "^10.0.0",
"vitest": "1.6.0",
"vitest": "2.0.5",
"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.5"
},
"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.5"
},
"version": "0.16.0"
}
Loading

0 comments on commit 5acc5b5

Please sign in to comment.