Skip to content

Commit

Permalink
chore(deps): bump wagmi from 2.8.6 to 2.10.2 (#953)
Browse files Browse the repository at this point in the history
* chore(deps): bump wagmi from 2.8.6 to 2.10.0

Bumps [wagmi](https://github.com/wevm/wagmi/tree/HEAD/packages/react) from 2.8.6 to 2.10.0.
- [Release notes](https://github.com/wevm/wagmi/releases)
- [Changelog](https://github.com/wevm/wagmi/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/wevm/wagmi/commits/[email protected]/packages/react)

---
updated-dependencies:
- dependency-name: wagmi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(workspace): upgrade version of wagmi and viem

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jeason <[email protected]>
  • Loading branch information
dependabot[bot] and jeasonstudio authored Jun 19, 2024
1 parent 2907c85 commit c76b5be
Show file tree
Hide file tree
Showing 8 changed files with 887 additions and 712 deletions.
2 changes: 1 addition & 1 deletion docs/course/demos/call-contract.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const CallTest = () => {
],
address: '0xEcd0D12E21805803f70de03B72B1C162dB0898d9',
functionName: 'mint',
args: [1],
args: [BigInt(1)],
value: parseEther('0.01'),
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/course/demos/dapp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const CallTest = () => {
],
address: '0xEcd0D12E21805803f70de03B72B1C162dB0898d9',
functionName: 'mint',
args: [1],
args: [BigInt(1)],
value: parseEther('0.01'),
},
{
Expand Down
57 changes: 26 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,59 +51,35 @@
"*.{json,less,md}": "prettier --ignore-unknown --write"
},
"devDependencies": {
"@ant-design/icons": "^5.3.7",
"@ant-design/web3": "workspace:*",
"@ant-design/web3-assets": "workspace:*",
"@ant-design/web3-common": "workspace:*",
"@ant-design/web3-ethers": "workspace:*",
"@ant-design/web3-icons": "workspace:*",
"@ant-design/web3-solana": "workspace:*",
"@ant-design/web3-wagmi": "workspace:*",
"@biomejs/biome": "^1.6.4",
"@changesets/changelog-git": "^0.2.0",
"@changesets/cli": "^2.27.5",
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@solana/wallet-adapter-coinbase": "^0.1.19",
"@solana/wallet-adapter-trust": "^0.1.13",
"@tanstack/react-query": "^5.40.1",
"@testing-library/react": "^16.0.0",
"@types/lodash": "^4.17.5",
"@types/node": "^20.14.2",
"@types/react": "^18.2.78",
"@types/react-copy-to-clipboard": "^5.0.7",
"@umijs/fabric": "^4.0.1",
"@vitest/coverage-v8": "^1.6.0",
"antd": "^5.17.3",
"antd-style": "^3.6.2",
"antd-token-previewer-web3": "^2.0.8",
"babel-plugin-add-import-extension": "^1.6.0",
"babel-plugin-inline-react-svg": "^2.0.2",
"babel-plugin-react-inline-svg-unique-id": "^1.4.0",
"classnames": "^2.5.1",
"decimal.js": "^10.4.3",
"dumi": "^2.3.8",
"dumi-theme-antd-web3": "0.4.1",
"eslint": "^8.57.0",
"eslint-plugin-unused-imports": "^3.1.0",
"ethers": "^6.11.1",
"father": "^4.4.4",
"github-contributors-lists": "^1.0.3",
"husky": "^9.0.11",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.2",
"lodash": "^4.17.21",
"prettier": "^3.3.2",
"rc-util": "^5.39.1",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.7",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"viem": "^2.13.3",
"vite-plugin-svgr": "^4.2.0",
"vitest": "~1.6.0",
"wagmi": "^2.8.6"
"vitest": "~1.6.0"
},
"ci": {
"type": "aci",
Expand All @@ -116,11 +92,30 @@
"repository": "https://github.com/ant-design/ant-design-web3.git",
"dependencies": {
"@ant-design/cssinjs": "1.19.1",
"cross-env": "^7.0.3"
},
"pnpm": {
"overrides": {
"wagmi": "^2.5.7"
}
"@ant-design/icons": "^5.3.7",
"@ant-design/web3": "workspace:*",
"@ant-design/web3-assets": "workspace:*",
"@ant-design/web3-common": "workspace:*",
"@ant-design/web3-ethers": "workspace:*",
"@ant-design/web3-icons": "workspace:*",
"@ant-design/web3-solana": "workspace:*",
"@ant-design/web3-wagmi": "workspace:*",
"@solana/wallet-adapter-coinbase": "^0.1.19",
"@solana/wallet-adapter-trust": "^0.1.13",
"@tanstack/react-query": "^5.40.1",
"antd": "^5.17.3",
"antd-style": "^3.6.2",
"antd-token-previewer-web3": "^2.0.8",
"cross-env": "^7.0.3",
"decimal.js": "^10.4.3",
"dumi": "^2.3.8",
"dumi-theme-antd-web3": "0.4.1",
"ethers": "^6.11.1",
"github-contributors-lists": "^1.0.3",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"wagmi": "^2.10.2",
"viem": "^2.15.1"
}
}
4 changes: 2 additions & 2 deletions packages/eth-web3js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"@ant-design/web3-wagmi": "workspace:*",
"@tanstack/react-query": "^5.40.1",
"debug": "^4.3.4",
"viem": ">=2.13.3",
"wagmi": "^2.5.7"
"viem": "^2.15.1",
"wagmi": "^2.10.2"
},
"devDependencies": {
"@types/debug": "^4.1.12",
Expand Down
4 changes: 2 additions & 2 deletions packages/ethers-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"@ant-design/web3-ethers": "workspace:*",
"@tanstack/react-query": "^5.40.1",
"debug": "^4.3.4",
"viem": ">=2.13.3",
"wagmi": "^2.8.3"
"viem": "^2.15.1",
"wagmi": "^2.10.2"
},
"devDependencies": {
"@types/debug": "^4.1.12",
Expand Down
4 changes: 2 additions & 2 deletions packages/ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
"@ant-design/web3-wagmi": "workspace:*",
"@tanstack/react-query": "^5.40.1",
"debug": "^4.3.4",
"viem": "^2.13.3",
"wagmi": "^2.8.6"
"viem": "^2.15.1",
"wagmi": "^2.10.2"
},
"devDependencies": {
"@types/debug": "^4.1.12",
Expand Down
6 changes: 3 additions & 3 deletions packages/wagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
"@types/debug": "^4.1.12",
"father": "^4.4.4",
"typescript": "^5.4.5",
"wagmi": "^2.8.6",
"wagmi": "^2.10.2",
"@tanstack/react-query": "^5.40.1",
"viem": "^2.13.3"
"viem": "^2.15.1"
},
"peerDependencies": {
"wagmi": "^2.8.6",
"wagmi": "^2.10.2",
"@tanstack/react-query": "^5.40.1",
"viem": ">=2.0.0"
},
Expand Down
Loading

0 comments on commit c76b5be

Please sign in to comment.