Skip to content

Commit dc4c5bc

Browse files
chore: bump vitest and rollup dev dependencies
1 parent c9d2169 commit dc4c5bc

File tree

4 files changed

+392
-237
lines changed

4 files changed

+392
-237
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"lerna": "^6.6.1",
2525
"prettier": "^2.8.7",
2626
"prettier-plugin-organize-imports": "^3.2.2",
27-
"rollup": "^4.4.1",
27+
"rollup": "^4.47.1",
2828
"rollup-plugin-dts": "^6.1.0",
2929
"rollup-plugin-esbuild": "^6.1.0",
3030
"ts-jest": "^29.1.0",

packages/vitest-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"@total-typescript/shoehorn": "^0.1.1",
3939
"execa": "^8.0.1",
40-
"vite": "^5.0.0",
40+
"vite": "^7.0.0",
4141
"vitest": "^3.2.4"
4242
}
4343
}

packages/vitest-plugin/src/__tests__/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ describe("codSpeedPlugin", () => {
8686
if (typeof config !== "function")
8787
throw new Error("config is not a function");
8888

89-
expect(config({}, fromPartial({}))).toStrictEqual({
89+
expect(config.call({} as never, {}, fromPartial({}))).toStrictEqual({
9090
test: {
9191
globalSetup: [
9292
expect.stringContaining("packages/vitest-plugin/src/globalSetup.ts"),

0 commit comments

Comments
 (0)