Skip to content

Commit

Permalink
chore: upgrade wagmi ^2.12.16
Browse files Browse the repository at this point in the history
chore: pnpm upgrade, fix wagmi mismatch

fix: lockfile
  • Loading branch information
DanielSinclair committed Oct 3, 2024
1 parent 5b82b4b commit 2f3c450
Show file tree
Hide file tree
Showing 20 changed files with 133 additions and 133 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on: [pull_request, push]

env:
pnpm: 9.10.0
pnpm: 9.12.0
RAINBOW_PROVIDER_API_KEY: ${{ secrets.RAINBOW_PROVIDER_API_KEY }}
WALLETCONNECT_PROJECT_ID: ${{ secrets.WALLETCONNECT_PROJECT_ID }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

env:
pnpm: 9.10.0
pnpm: 9.12.0
RAINBOW_PROVIDER_API_KEY: RAINBOW_PROVIDER_API_KEY

concurrency: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion examples/with-create-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"typescript": "5.5.2",
"util": "0.12.5",
"viem": "2.17.0",
"wagmi": "^2.12.9",
"wagmi": "^2.12.16",
"@tanstack/react-query": "^5.51.11"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-next-app-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "2.17.0",
"wagmi": "^2.12.9",
"wagmi": "^2.12.16",
"@tanstack/react-query": "^5.51.11"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "2.17.0",
"wagmi": "^2.12.9",
"wagmi": "^2.12.16",
"@tanstack/react-query": "^5.51.11"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-next-custom-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "2.17.0",
"wagmi": "^2.12.9",
"wagmi": "^2.12.16",
"@tanstack/react-query": "^5.51.11"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-next-mint-nft/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "2.17.0",
"wagmi": "^2.12.9",
"wagmi": "^2.12.16",
"@tanstack/react-query": "^5.51.11"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-next-rainbow-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "2.17.0",
"wagmi": "^2.12.9",
"wagmi": "^2.12.16",
"@tanstack/react-query": "^5.51.11"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-next-siwe-iron-session/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react-dom": "^18.3.1",
"siwe": "^2.1.4",
"viem": "2.17.0",
"wagmi": "^2.12.9",
"wagmi": "^2.12.16",
"@tanstack/react-query": "^5.51.11"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-next-siwe-next-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react-dom": "^18.3.1",
"siwe": "^2.1.4",
"viem": "2.17.0",
"wagmi": "^2.12.9",
"wagmi": "^2.12.16",
"@tanstack/react-query": "^5.51.11"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-next-wallet-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "2.17.0",
"wagmi": "^2.12.9",
"wagmi": "^2.12.16",
"@tanstack/react-query": "^5.51.11"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "2.17.0",
"wagmi": "^2.12.9",
"wagmi": "^2.12.16",
"@tanstack/react-query": "^5.51.11"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "2.17.0",
"wagmi": "^2.12.9",
"wagmi": "^2.12.16",
"@tanstack/react-query": "^5.51.11"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "2.17.0",
"wagmi": "^2.12.9",
"wagmi": "^2.12.16",
"@tanstack/react-query": "^5.51.11"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
"typescript": "5.5.2",
"viem": "2.17.0",
"vitest": "2.0.5",
"wagmi": "^2.12.9"
"wagmi": "^2.12.16"
},
"packageManager": "pnpm@9.10.0",
"packageManager": "pnpm@9.12.0",
"pnpm": {
"onlyBuiltDependencies": ["esbuild"]
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rainbowkit/generated-test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "2.17.0",
"wagmi": "^2.12.9"
"wagmi": "^2.12.16"
},
"devDependencies": {
"@types/node": "^20.14.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rainbowkit/templates/next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "2.17.0",
"wagmi": "^2.12.9"
"wagmi": "^2.12.16"
},
"devDependencies": {
"@types/node": "^20.14.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react-dom": "^18.3.1",
"siwe": "^2.1.4",
"viem": "2.17.0",
"wagmi": "^2.12.9"
"wagmi": "^2.12.16"
},
"scripts": {
"dev": "next dev",
Expand Down
4 changes: 2 additions & 2 deletions packages/rainbowkit/src/config/getDefaultConfig.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { Transport } from 'viem';
import { http, type CreateConfigParameters } from 'wagmi';
import { http, type Config, type CreateConfigParameters } from 'wagmi';
import { createConfig } from 'wagmi';
import type { RainbowKitChain } from '../components/RainbowKitProvider/RainbowKitChainContext';
import type { WalletList } from '../wallets/Wallet';
Expand Down Expand Up @@ -63,7 +63,7 @@ export const getDefaultConfig = <
wallets,
projectId,
...wagmiParameters
}: GetDefaultConfigParameters<chains, transports>) => {
}: GetDefaultConfigParameters<chains, transports>): Config => {
const { transports, chains, ...restWagmiParameters } = wagmiParameters;

const metadata = computeWalletConnectMetaData({
Expand Down
Loading

0 comments on commit 2f3c450

Please sign in to comment.