Skip to content
Open
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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
},
"dependencies": {
"@binance/w3w-ethereum-provider": "1.1.8-alpha.0",
"@cowprotocol/cow-sdk": "7.2.5",
"@cowprotocol/sdk-ethers-v6-adapter": "0.3.0",
"@cowprotocol/cow-sdk": "8.0.0",
"@cowprotocol/sdk-ethers-v6-adapter": "0.3.11",
Copy link

Copilot AI Mar 11, 2026

Choose a reason for hiding this comment

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

package.json updates dependency versions but the repo uses a committed pnpm-lock.yaml. Please regenerate and commit the lockfile (e.g., run pnpm install) so CI and deployments resolve the intended versions.

Suggested change
"@cowprotocol/sdk-ethers-v6-adapter": "0.3.11",
"@cowprotocol/sdk-ethers-v6-adapter": "0.3.10",

Copilot uses AI. Check for mistakes.
"@floating-ui/react": "0.27.16",
"@floating-ui/react-dom": "2.1.6",
"@headlessui/react": "2.2.4",
Expand Down
Loading