Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
5 changes: 5 additions & 0 deletions .changeset/fix-qr-border-2677.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rainbow-me/rainbowkit": patch
---

Pin transitive `qr` to `0.5.5` to avoid the `border=0` crash introduced in [qr@0.6.0](https://github.com/paulmillr/qr/releases/tag/0.6.0). Temporary workaround until [cuer#11](https://github.com/wevm/cuer/pull/11) is merged and released. Fixes #2677.
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"
}
},
"engines": {
Expand Down
1 change: 1 addition & 0 deletions packages/rainbowkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"@vanilla-extract/sprinkles": "1.6.5",
"clsx": "2.1.1",
"cuer": "0.0.3",
"qr": "0.5.5",
Comment thread
shottah marked this conversation as resolved.
Outdated
"react-remove-scroll": "2.7.2",
"ua-parser-js": "^2.0.9"
},
Expand Down
13 changes: 9 additions & 4 deletions pnpm-lock.yaml

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