Skip to content

Commit

Permalink
chore(deps): update rollup (#5134)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va authored Feb 7, 2024
1 parent 4f40177 commit a226c2b
Show file tree
Hide file tree
Showing 3 changed files with 352 additions and 719 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,19 @@
"npm-run-all2": "^5.0.0",
"pathe": "^1.1.1",
"rimraf": "^5.0.5",
"rollup": "^4.4.0",
"rollup": "^4.9.6",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-esbuild": "^6.1.0",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-license": "^3.2.0",
"simple-git-hooks": "^2.9.0",
"tsx": "^4.6.1",
"typescript": "^5.2.2",
"vite": "^5.0.0",
"vite": "^5.0.12",
"vitest": "workspace:*"
},
"pnpm": {
"overrides": {
"rollup": "$rollup",
"vite": "$vite",
"vitest": "workspace:*"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest/src/typecheck/collect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export async function collectTests(ctx: WorkspaceProject, filepath: string): Pro
}
return null
}
walkAst(ast, {
walkAst(ast as any, {
CallExpression(node) {
const { callee } = node as any
const name = getName(callee)
Expand Down
Loading

0 comments on commit a226c2b

Please sign in to comment.