Skip to content

Commit

Permalink
chore: bump tanstack query
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Sep 8, 2023
1 parent fa4dc29 commit c007518
Show file tree
Hide file tree
Showing 11 changed files with 67 additions and 69 deletions.
6 changes: 3 additions & 3 deletions docs/core/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ To manually add Wagmi to your project, install the required packages.

::: code-group
```bash [pnpm]
pnpm add @wagmi/core @wagmi/connectors viem
pnpm add @wagmi/core@alpha @wagmi/connectors@alpha viem@alpha
```

```bash [npm]
npm install @wagmi/core @wagmi/connectors viem
npm install @wagmi/core@alpha @wagmi/connectors@alpha viem@alpha
```

```bash [yarn]
yarn add @wagmi/core @wagmi/connectors viem
yarn add @wagmi/core@alpha @wagmi/connectors@alpha viem@alpha
```
:::

Expand Down
6 changes: 3 additions & 3 deletions docs/core/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ Install the required packages.

::: code-group
```bash [pnpm]
pnpm add @wagmi/core viem
pnpm add @wagmi/core@alpha viem@alpha
```

```bash [npm]
npm install @wagmi/core viem
npm install @wagmi/core@alpha viem@alpha
```

```bash [yarn]
yarn add @wagmi/core viem
yarn add @wagmi/core@alpha viem@alpha
```
:::

Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"preview": "vitepress preview"
},
"devDependencies": {
"@tanstack/query-core": "5.0.0-beta.0",
"@tanstack/react-query": "5.0.0-beta.2",
"@tanstack/query-core": "5.0.0-beta.23",
"@tanstack/react-query": "5.0.0-beta.23",
"@types/react": "^18.2.21",
"@unocss/reset": "^0.53.6",
"@wagmi/connectors": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions docs/react/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ To manually add Wagmi to your project, install the required packages.

::: code-group
```bash [pnpm]
pnpm add wagmi viem @tanstack/react-query
pnpm add wagmi@alpha viem@alpha @tanstack/react-query
```

```bash [npm]
npm install wagmi viem @tanstack/react-query
npm install wagmi@alpha viem@alpha @tanstack/react-query
```

```bash [yarn]
yarn add wagmi viem @tanstack/react-query
yarn add wagmi@alpha viem@alpha @tanstack/react-query
```
:::

Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
}
},
"peerDependencies": {
"@tanstack/query-core": "5.0.0-beta.0",
"@tanstack/query-core": "5.0.0-beta.23",
"typescript": ">=5",
"viem": "*"
},
Expand All @@ -76,7 +76,7 @@
"zustand": "^4.4.1"
},
"devDependencies": {
"@tanstack/query-core": "5.0.0-beta.0"
"@tanstack/query-core": "5.0.0-beta.23"
},
"contributors": ["jxom.eth <[email protected]>", "awkweb.eth <[email protected]>"],
"funding": [
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
}
},
"peerDependencies": {
"@tanstack/react-query": "5.0.0-beta.2",
"@tanstack/react-query": "5.0.0-beta.23",
"react": ">=18",
"typescript": ">=5",
"viem": "*"
Expand All @@ -75,7 +75,7 @@
"use-sync-external-store": "^1.2.0"
},
"devDependencies": {
"@tanstack/react-query": "5.0.0-beta.2",
"@tanstack/react-query": "5.0.0-beta.23",
"@testing-library/react": "^14.0.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/register-tests/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@tanstack/react-query": "5.0.0-beta.2",
"@tanstack/react-query": "5.0.0-beta.23",
"react": "^18.2.0",
"viem": "*",
"wagmi": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
}
},
"peerDependencies": {
"@tanstack/react-query": "5.0.0-beta.2",
"@tanstack/react-query": "5.0.0-beta.23",
"@testing-library/react": "^14.0.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
Expand Down Expand Up @@ -83,7 +83,7 @@
}
},
"devDependencies": {
"@tanstack/react-query": "5.0.0-beta.2",
"@tanstack/react-query": "5.0.0-beta.23",
"@testing-library/react": "^14.0.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
Expand Down
8 changes: 4 additions & 4 deletions playgrounds/vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/query-sync-storage-persister": "5.0.0-beta.0",
"@tanstack/react-query": "5.0.0-beta.2",
"@tanstack/react-query-persist-client": "5.0.0-beta.3",
"@tanstack/query-sync-storage-persister": "5.0.0-beta.23",
"@tanstack/react-query": "5.0.0-beta.23",
"@tanstack/react-query-persist-client": "5.0.0-beta.23",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"viem": "*",
"wagmi": "workspace:*"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@tanstack/react-query-devtools": "5.0.0-beta.2",
"@tanstack/react-query-devtools": "5.0.0-beta.23",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.4",
Expand Down
4 changes: 1 addition & 3 deletions playgrounds/vite-react/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,7 @@ function BlockNumber() {
}

function ConnectorClient() {
const { data, error } = useConnectorClient({
account: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48',
})
const { data, error } = useConnectorClient()
return (
<div>
<h2>Connector Client</h2>
Expand Down
88 changes: 44 additions & 44 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit c007518

@vercel
Copy link

@vercel vercel bot commented on c007518 Sep 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wagmi-v2 – ./docs

wagmi-v2-git-alpha-wagmi-dev.vercel.app
wagmi-v2-wagmi-dev.vercel.app
alpha.wagmi.sh
wagmi-v2.vercel.app

Please sign in to comment.