Skip to content

Commit

Permalink
feat: update wagmi version range (#369)
Browse files Browse the repository at this point in the history
* feat: update wagmi version range

* fix: versions

* fix: versions

* fix: update lock file
  • Loading branch information
reecejohnson authored May 31, 2023
1 parent 9a70b7d commit 1c74c4e
Show file tree
Hide file tree
Showing 4 changed files with 367 additions and 164 deletions.
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"wagmi": "0.12.7"
"wagmi": "^0.12.13"
},
"devDependencies": {
"@babel/core": "^7.20.12",
Expand Down
2 changes: 1 addition & 1 deletion examples/web-wagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"react-hot-toast": "^2.4.0",
"react-router-dom": "^6.8.1",
"readable-web-to-node-stream": "^3.0.2",
"wagmi": "0.12.7"
"wagmi": "^0.12.13"
},
"devDependencies": {
"@babel/core": "^7.20.12",
Expand Down
4 changes: 2 additions & 2 deletions packages/wagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.9.5",
"wagmi": "0.12.7"
"wagmi": "^0.12.13"
},
"peerDependencies": {
"@lens-protocol/react-web": "workspace:*",
"ethers": "^5.7.2",
"wagmi": "0.12.7"
"wagmi": "0.12.7 - 0.12.13"
},
"prettier": "@lens-protocol/prettier-config",
"dependencies": {
Expand Down
Loading

0 comments on commit 1c74c4e

Please sign in to comment.