Skip to content
Merged
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 examples/nuxt-wagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@wagmi/core": "2.20.3",
"@wagmi/vue": "0.2.5",
"@walletconnect/logger": "2.1.2",
"nuxt": "3.16.0",
"nuxt": "3.19.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.

critical

While upgrading nuxt is correct, the pnpm-lock.yaml file has not been updated to reflect this change, as noted in the PR description. This is a critical issue that must be resolved before merging. Please run pnpm install to update the lockfile and commit the changes. Failing to do so will result in inconsistent dependencies and may prevent the security fix from being applied.

"viem": "2.37.2",
"vue": "3.5.13",
"vue-router": "latest"
Expand Down
Loading