Skip to content

Commit 0c4e467

Browse files
fix coinbase peer dep issue
1 parent 4933621 commit 0c4e467

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

package-lock.json

Lines changed: 4 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/modal/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,11 @@
4343
"@babel/runtime": "^7.x",
4444
"react": "^18 || ^19",
4545
"react-dom": "^18 || ^19",
46-
"vue": "^3.x"
46+
"vue": "^3.x",
47+
"@coinbase/wallet-sdk": "^4.3.x"
4748
},
4849
"devDependencies": {
50+
"@coinbase/wallet-sdk": "^4.3.x",
4951
"@babel/preset-react": "^7.26.3",
5052
"@mertasan/tailwindcss-variables": "^2.7.0",
5153
"@rollup/plugin-json": "^6.1.0",

0 commit comments

Comments
 (0)