Skip to content

Commit

Permalink
update wagmi and viem peer dependencies (#239)
Browse files Browse the repository at this point in the history
Co-authored-by: Lochie Axon <[email protected]>
  • Loading branch information
alecananian and lochie authored Jul 17, 2023
1 parent 747e621 commit 4c65065
Show file tree
Hide file tree
Showing 7 changed files with 194 additions and 173 deletions.
4 changes: 2 additions & 2 deletions examples/cra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"react-dom": "^18.0.0",
"react-scripts": "5.0.1",
"typescript": "^4.9.5",
"viem": "~0.3.19",
"wagmi": "^1.0.0",
"viem": "^1.0.0",
"wagmi": "^1.1.1",
"web-vitals": "^2.1.4"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"next": "12.3.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"viem": "~0.3.19",
"wagmi": "^1.0.0"
"viem": "^1.0.0",
"wagmi": "^1.1.1"
},
"devDependencies": {
"@types/node": "18.7.18",
Expand Down
4 changes: 2 additions & 2 deletions examples/testbench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"next": "13.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"viem": "~0.3.19",
"wagmi": "^1.0.0"
"viem": "^1.0.0",
"wagmi": "^1.1.1"
},
"devDependencies": {
"@types/node": "18.7.18",
Expand Down
4 changes: 2 additions & 2 deletions examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"connectkit": "workspace:packages/connectkit",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"viem": "~0.3.19",
"wagmi": "^1.0.0"
"viem": "^1.0.0",
"wagmi": "^1.1.1"
},
"devDependencies": {
"@types/react": "^18.0.17",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"rollup-plugin-visualizer": "^5.5.4",
"tslib": "^1.9.3",
"typescript-plugin-styled-components": "^2.0.0",
"viem": "~0.3.19",
"wagmi": "^1.0.0"
"viem": "^1.0.0",
"wagmi": "^1.1.1"
},
"packageManager": "[email protected]",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/connectkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"peerDependencies": {
"react": "17.x || 18.x",
"react-dom": "17.x || 18.x",
"viem": "~0.3.19",
"wagmi": "^1.0.0"
"viem": "^1.0.0",
"wagmi": "^1.1.1"
},
"devDependencies": {
"@types/node": "^16.11.27",
Expand Down
Loading

4 comments on commit 4c65065

@vercel
Copy link

@vercel vercel bot commented on 4c65065 Jul 17, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

connectkit-vite – ./

connectkit-vite-lfe.vercel.app
connectkit-vite.vercel.app
connectkit-vite-git-main-lfe.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 4c65065 Jul 17, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

connectkit-nextjs – ./

connectkit-nextjs-git-main-lfe.vercel.app
connectkit-nextjs.vercel.app
connectkit-nextjs-lfe.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 4c65065 Jul 17, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

connectkit-testbench – ./

connectkit-testbench.vercel.app
connectkit-testbench-git-main-lfe.vercel.app
connectkit-testbench-lfe.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 4c65065 Jul 17, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

connectkit-cra – ./

connectkit-cra-git-main-lfe.vercel.app
connectkit-cra-lfe.vercel.app
connectkit-cra.vercel.app

Please sign in to comment.