Skip to content

Commit

Permalink
Merge pull request #1793 from skaut/vitest-3
Browse files Browse the repository at this point in the history
Updated vitest to v3
  • Loading branch information
marekdedic authored Jan 22, 2025
2 parents ea3d075 + 01fc251 commit 6af8472
Show file tree
Hide file tree
Showing 8 changed files with 972 additions and 523 deletions.
994 changes: 836 additions & 158 deletions packages/collector/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/collector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
"@eslint/js": "^9.17.0",
"@types/node": "^22.10.2",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/coverage-v8": "^3.0.3",
"@vitest/eslint-plugin": "^1.1.25",
"eslint": "^9.18.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -41,7 +41,7 @@
"prettier": "^3.4.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0",
"vitest": "^2.1.8"
"vitest": "^3.0.3"
},
"scripts": {
"lint:typecheck": "tsc --noEmit",
Expand Down
Loading

0 comments on commit 6af8472

Please sign in to comment.