Skip to content

Commit

Permalink
chore: remove query patch
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Jul 25, 2023
1 parent e123f3f commit adfde5e
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 65 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@
"patchedDependencies": {
"@coinbase/wallet-sdk@3.7.1": "patches/@coinbase__wallet-sdk@3.7.1.patch",
"@walletconnect/ethereum-provider@2.8.5": "patches/@walletconnect__ethereum-provider@2.8.5.patch",
"vitepress@1.0.0-beta.1": "patches/vitepress@1.0.0-beta.1.patch",
"@tanstack/react-query-persist-client@5.0.0-beta.0": "patches/@tanstack__react-query-persist-client@5.0.0-beta.0.patch"
"vitepress@1.0.0-beta.1": "patches/vitepress@1.0.0-beta.1.patch"
},
"peerDependencyRules": {
"ignoreMissing": [
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
}
},
"peerDependencies": {
"@tanstack/react-query": "5.0.0-beta.0",
"@tanstack/react-query": "5.0.0-beta.2",
"react": ">=18",
"typescript": ">=5",
"viem": "^1"
Expand All @@ -81,7 +81,7 @@
"use-sync-external-store": "^1.2.0"
},
"devDependencies": {
"@tanstack/react-query": "5.0.0-beta.0",
"@tanstack/react-query": "5.0.0-beta.2",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.0.11",
"@types/use-sync-external-store": "^0.0.3",
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.0",
"@tanstack/react-query": "5.0.0-beta.2",
"react": "^18.2.0",
"viem": "^1",
"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 @@ -47,7 +47,7 @@
}
},
"peerDependencies": {
"@tanstack/react-query": "5.0.0-beta.0",
"@tanstack/react-query": "5.0.0-beta.2",
"react": ">=18",
"react-dom": ">=18",
"typescript": ">=5",
Expand Down Expand Up @@ -79,7 +79,7 @@
}
},
"devDependencies": {
"@tanstack/react-query": "5.0.0-beta.0",
"@tanstack/react-query": "5.0.0-beta.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"wagmi": "workspace:*"
Expand Down
26 changes: 0 additions & 26 deletions patches/@tanstack__react-query-persist-client@5.0.0-beta.0.patch

This file was deleted.

6 changes: 3 additions & 3 deletions playgrounds/vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
},
"dependencies": {
"@tanstack/query-sync-storage-persister": "5.0.0-beta.0",
"@tanstack/react-query": "5.0.0-beta.0",
"@tanstack/react-query-persist-client": "5.0.0-beta.0",
"@tanstack/react-query": "5.0.0-beta.2",
"@tanstack/react-query-persist-client": "5.0.0-beta.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"viem": "^1",
"wagmi": "workspace:*"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@tanstack/react-query-devtools": "5.0.0-beta.0",
"@tanstack/react-query-devtools": "5.0.0-beta.2",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^4.0.0",
Expand Down
61 changes: 32 additions & 29 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 adfde5e

@vercel
Copy link

@vercel vercel bot commented on adfde5e Jul 25, 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-tmm-v2-wagmi-dev.vercel.app
wagmi-v2.vercel.app
wagmi-v2-wagmi-dev.vercel.app

Please sign in to comment.