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
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@
"esbuild"
],
"overrides": {
"@remix-run/dev>esbuild": "0.25.5"
"@remix-run/dev>esbuild": "0.25.5",
"qr": "0.5.5"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Apply qr pin in published dependency graph

Pinning qr under the monorepo root pnpm.overrides only affects installs of this repository, not consumers installing @rainbow-me/rainbowkit from npm, because that published package still depends on cuer (packages/rainbowkit/package.json dependency list) and does not carry the root override. In downstream apps, cuer can still resolve to qr@0.6.0, so the runtime border: 0 failure this commit targets will persist.

Useful? React with 👍 / 👎.

}
},
"engines": {
Expand Down
30 changes: 26 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.