Skip to content
Open
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@
"typedoc": "^0.25.13",
"typescript": "^5.4.5",
"typescript-eslint": "^8.0.0",
"vitest": "^1.6.0"
"vitest": "^4.1.0"

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 Add a compatible Vite peer for Vitest 4

With this bump, the lockfile resolves vitest@4.1.0 against vite@5.4.21 (pnpm-lock.yaml lines 186-188 and 16775-16795), but the same lockfile records Vitest 4.1.0's peer requirement as vite: ^6.0.0 || ^7.0.0 || ^8.0.0-0 (lines 7434-7444). When dependencies are installed from this lockfile, the test runner is left on an unsupported Vite peer, which can fail installs in strict-peer environments and can run Vitest's transformer/mocker with an incompatible Vite major; please add/update a direct Vite devDependency to a supported major and regenerate the lockfile.

Useful? React with 👍 / 👎.

},
"dependencies": {
"@framers/sql-storage-adapter": "^0.6.6",
Expand Down
Loading
Loading