Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,22 @@
"author": "Team Hyphen <hello@hyphen.ai>",
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "^2.3.14",
"@faker-js/faker": "^10.3.0",
"@swc/core": "^1.15.11",
"@biomejs/biome": "^2.4.8",
"@faker-js/faker": "^10.4.0",
"@swc/core": "^1.15.21",
"@testing-library/react": "^16.3.2",
"@types/node": "^25.2.2",
"@types/react": "^19.2.13",
"@types/node": "^25.5.0",
"@types/react": "^19.2.14",
"@vitest/coverage-v8": "^4.0.18",
"dotenv": "^17.2.4",
"happy-dom": "^20.5.0",
"happy-dom": "^20.8.8",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"rimraf": "^6.1.2",
"rimraf": "^6.1.3",
"tsd": "^0.33.0",
"tsup": "^8.5.1",
"typescript": "^5.9.3",
"vitest": "^4.0.18"
"vitest": "^4.1.1"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Align coverage plugin with the upgraded Vitest version

The commit upgrades vitest to ^4.1.1, but leaves @vitest/coverage-v8 at ^4.0.18, creating a toolchain version skew. In the lockfile, @vitest/coverage-v8@4.0.18 still declares vitest: 4.0.18 as its peer, so this can fail in environments that enforce peer dependencies and may cause coverage runtime incompatibilities. Update @vitest/coverage-v8 to the matching 4.1.x line to keep the test stack consistent.

Useful? React with 👍 / 👎.

},
"files": [
"dist",
Expand Down
Loading
Loading