Skip to content

Commit

Permalink
chore: upgrade to vitest 3 (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Feb 25, 2025
1 parent fc6963f commit 81db3d5
Show file tree
Hide file tree
Showing 3 changed files with 240 additions and 718 deletions.
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
"devDependencies": {
"@rollup/plugin-typescript": "^12.0.0",
"@types/jest-image-snapshot": "^6.4.0",
"@vitest/coverage-v8": "^2.0.0",
"@vitest/coverage-v8": "^3.0.7",
"jest-file-snapshot": "^0.7.0",
"jest-image-snapshot": "^6.4.0",
"rollup": "^4.22.4",
"sharp": "^0.33.4",
"tslib": "^2.6.1",
"typescript": "^5.1.6",
"vitest": "^2.1.9"
"vitest": "^3.0.7"
}
}
4 changes: 2 additions & 2 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@types/jest-image-snapshot": "^6.4.0",
"@types/jsdom": "^21.1.1",
"@types/picomatch": "^3.0.0",
"@vitest/coverage-v8": "^2.0.0",
"@vitest/coverage-v8": "^3.0.7",
"imagetools-core": "workspace:^",
"jest-image-snapshot": "^6.4.0",
"jsdom": "^26.0.0",
Expand All @@ -54,6 +54,6 @@
"tslib": "^2.6.1",
"typescript": "^5.1.6",
"vite": "^6.0.9",
"vitest": "^2.1.9"
"vitest": "^3.0.7"
}
}
Loading

0 comments on commit 81db3d5

Please sign in to comment.