Skip to content

Commit

Permalink
adjust deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuripetusko committed Aug 19, 2024
1 parent 148d7cb commit 50b902b
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 14 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
dedupe-peer-dependents=true
resolve-peers-from-workspace-root=true
6 changes: 3 additions & 3 deletions packages/nft-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@
"wagmi": "^2.12.5"
},
"peerDependencies": {
"@tanstack/react-query": ">=5.29.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": ">=5.4.2",
"viem": ">=2.9.23",
"wagmi": ">=2.5.20"
"@tanstack/react-query": ">=5.51.24",
"viem": ">=2.19.7",
"wagmi": ">=2.12.5"
},
"license": "MIT",
"authors": ["yurinondual.eth <[email protected]>"]
Expand Down
5 changes: 3 additions & 2 deletions packages/rmrk-evm-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@
},
"peerDependencies": {
"typescript": ">=5.4.2",
"viem": ">=2.9.23",
"wagmi": ">=2.5.20"
"abitype": ">=1.0.6",
"viem": ">=2.19.7",
"wagmi": ">=2.12.5"
},
"license": "MIT",
"authors": ["yurinondual.eth <[email protected]>"]
Expand Down
10 changes: 5 additions & 5 deletions packages/rmrk-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@
"wagmi": "^2.12.5"
},
"peerDependencies": {
"@tanstack/react-query": ">=5.29.2",
"abitype": ">=0.10.3",
"@tanstack/react-query": ">=5.51.24",
"abitype": ">=1.0.6",
"viem": ">=2.19.7",
"wagmi": ">=2.12.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": ">=5.4.2",
"viem": ">=2.9.23",
"wagmi": ">=2.5.20"
"typescript": ">=5.4.2"
},
"license": "MIT",
"authors": ["yurinondual.eth <[email protected]>"]
Expand Down
8 changes: 4 additions & 4 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 50b902b

Please sign in to comment.