Skip to content

Commit

Permalink
chore: upgrade wagmi, viem (#1708)
Browse files Browse the repository at this point in the history
* chore: update wagmi to 2.2.1

* chore: update viem to 2.0.10

* fix: handle unhandled rejection silent

* chore: update viem to 2.1.1

* chore: fixed peer version

* Revert "fix: handle unhandled rejection silent"

This reverts commit 6a609e0.

---------

Co-authored-by: Magomed Khamidov <53529533+KosmosKey@users.noreply.github.com>
  • Loading branch information
DanielSinclair and magiziz authored Jan 16, 2024
1 parent 765f907 commit 38dc515
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 49 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@
"react-dom": "^18.2.0",
"recursive-readdir-files": "^2.3.1",
"typescript": "^5.0.4",
"viem": "^2.0.6",
"viem": "^2.1.1",
"vitest": "^0.33.0",
"wagmi": "^2.2.0"
"wagmi": "^2.2.1"
},
"packageManager": "pnpm@8.14.1",
"pnpm": {
Expand Down
4 changes: 2 additions & 2 deletions packages/create-rainbowkit/generated-test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"next": "^14.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"viem": "^2.0.6",
"wagmi": "^2.2.0"
"viem": "^2.1.1",
"wagmi": "^2.2.1"
},
"devDependencies": {
"@types/node": "^18.19.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-rainbowkit/templates/next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"next": "^14.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"viem": "^2.0.6",
"wagmi": "^2.2.0"
"viem": "^2.1.1",
"wagmi": "^2.2.1"
},
"devDependencies": {
"@types/node": "^18.19.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"siwe": "^2.1.4",
"viem": "^2.0.6",
"wagmi": "^2.2.0"
"viem": "^2.1.1",
"wagmi": "^2.2.1"
},
"scripts": {
"dev": "next dev",
Expand Down
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.x",
"wagmi": "2.x"
},
"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.x",
"wagmi": "2.x"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.2.0",
Expand Down
70 changes: 35 additions & 35 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"three": "^0.139.2",
"unified": "10.1.2",
"unist-util-visit": "4.1.0",
"viem": "^2.0.6",
"wagmi": "^2.2.0",
"viem": "^2.1.1",
"wagmi": "^2.2.1",
"@tanstack/react-query": "^5.17.9"
},
"devDependencies": {
Expand Down

0 comments on commit 38dc515

Please sign in to comment.