Skip to content

Commit

Permalink
chore: fixed peer version
Browse files Browse the repository at this point in the history
  • Loading branch information
magiziz authored and DanielSinclair committed Jan 16, 2024
1 parent 83c8472 commit 881e537
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 149 deletions.
4 changes: 2 additions & 2 deletions packages/rainbow-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"peerDependencies": {
"react": ">=17",
"react-dom": ">=17",
"viem": "2.x.x",
"wagmi": "2.x.x"
"viem": "^2.1.1",
"wagmi": "^2.2.1"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/rainbowkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"peerDependencies": {
"react": ">=17",
"react-dom": ">=17",
"viem": "2.x.x",
"wagmi": "2.x.x"
"viem": "^2.1.1",
"wagmi": "^2.2.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.2.0",
Expand Down
153 changes: 8 additions & 145 deletions pnpm-lock.yaml

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

0 comments on commit 881e537

Please sign in to comment.