Skip to content

Commit

Permalink
Updating wagmi, viem, and @tanstack/react-query deps
Browse files Browse the repository at this point in the history
  • Loading branch information
corbanbrook committed May 23, 2024
1 parent 86a4f9e commit 896b867
Show file tree
Hide file tree
Showing 7 changed files with 915 additions and 299 deletions.
6 changes: 3 additions & 3 deletions examples/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"@0xsequence/kit-connectors": "workspace:*",
"@0xsequence/kit-wallet": "workspace:*",
"@0xsequence/network": "^1.9.26",
"@tanstack/react-query": "^5.29.2",
"@tanstack/react-query": "^5.37.1",
"next": "14.2.3",
"react": "^18",
"react-dom": "^18",
"viem": "^2.5.7",
"wagmi": "^2.5.7"
"viem": "^2.12.0",
"wagmi": "^2.9.5"
},
"devDependencies": {
"@types/node": "^20",
Expand Down
6 changes: 3 additions & 3 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"@0xsequence/kit-connectors": "workspace:*",
"@0xsequence/kit-wallet": "workspace:*",
"@0xsequence/network": "^1.9.26",
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-query": "^5.37.1",
"framer-motion": "^8.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.4.5",
"viem": "^2.9.26",
"wagmi": "^2.5.20"
"viem": "^2.12.0",
"wagmi": "^2.9.5"
},
"devDependencies": {
"@types/node": "^20.12.7",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"react-dom": "^18.2.0",
"rimraf": "^5.0.5",
"typescript": "~5.4.5",
"wagmi": "^2.5.20"
"wagmi": "^2.9.5"
},
"resolutions": {},
"workspaces": [
Expand Down
6 changes: 3 additions & 3 deletions packages/checkout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"0xsequence": "^1.9.26",
"@0xsequence/api": "^1.9.26",
"@0xsequence/indexer": "^1.9.26",
"@0xsequence/metadata": "^1.9.26",
"@0xsequence/network": "^1.9.26",
"@paperxyz/react-client-sdk": "^1.1.3",
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-query": "^5.37.1",
"0xsequence": "^1.9.26",
"react-copy-to-clipboard": "^5.1.0"
},
"peerDependencies": {
Expand All @@ -41,7 +41,7 @@
"framer-motion": "^8.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"wagmi": "^2.5.20"
"wagmi": "^2.9.5"
},
"files": [
"src",
Expand Down
6 changes: 3 additions & 3 deletions packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
"wagmi": ">=2.0.0"
},
"devDependencies": {
"@tanstack/react-query": "^5.37.1",
"0xsequence": "^1.9.26",
"@tanstack/react-query": "^5.32.0",
"ethers": "5.7.2",
"viem": "^2.9.26",
"wagmi": "^2.5.20"
"viem": "^2.12.0",
"wagmi": "^2.9.5"
},
"files": [
"src",
Expand Down
6 changes: 3 additions & 3 deletions packages/wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"0xsequence": "^1.9.26",
"@0xsequence/api": "^1.9.26",
"@0xsequence/indexer": "^1.9.26",
"@0xsequence/metadata": "^1.9.26",
"@0xsequence/network": "^1.9.26",
"@radix-ui/react-popover": "^1.0.6",
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-query": "^5.37.1",
"0xsequence": "^1.9.26",
"clsx": "^2.0.0",
"dayjs": "^1.11.9",
"fuse.js": "^6.6.2",
Expand All @@ -45,7 +45,7 @@
"framer-motion": "^8.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"wagmi": "^2.5.20"
"wagmi": "^2.9.5"
},
"files": [
"src",
Expand Down
1,182 changes: 899 additions & 283 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 896b867

Please sign in to comment.