Skip to content

Commit 8214e31

Browse files
chore(deps): update vitest monorepo to v3
1 parent fc6963f commit 8214e31

File tree

3 files changed

+100
-375
lines changed

3 files changed

+100
-375
lines changed

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@
3737
"devDependencies": {
3838
"@rollup/plugin-typescript": "^12.0.0",
3939
"@types/jest-image-snapshot": "^6.4.0",
40-
"@vitest/coverage-v8": "^2.0.0",
40+
"@vitest/coverage-v8": "^3.0.0",
4141
"jest-file-snapshot": "^0.7.0",
4242
"jest-image-snapshot": "^6.4.0",
4343
"rollup": "^4.22.4",
4444
"sharp": "^0.33.4",
4545
"tslib": "^2.6.1",
4646
"typescript": "^5.1.6",
47-
"vitest": "^2.1.9"
47+
"vitest": "^3.0.0"
4848
}
4949
}

packages/vite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@types/jest-image-snapshot": "^6.4.0",
4545
"@types/jsdom": "^21.1.1",
4646
"@types/picomatch": "^3.0.0",
47-
"@vitest/coverage-v8": "^2.0.0",
47+
"@vitest/coverage-v8": "^3.0.0",
4848
"imagetools-core": "workspace:^",
4949
"jest-image-snapshot": "^6.4.0",
5050
"jsdom": "^26.0.0",
@@ -54,6 +54,6 @@
5454
"tslib": "^2.6.1",
5555
"typescript": "^5.1.6",
5656
"vite": "^6.0.9",
57-
"vitest": "^2.1.9"
57+
"vitest": "^3.0.0"
5858
}
5959
}

0 commit comments

Comments
 (0)