Skip to content

Commit

Permalink
⬇️ app: downgrade tanstack query persister
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed Oct 3, 2024
1 parent dd9e2c0 commit 7eb97ac
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 41 deletions.
3 changes: 3 additions & 0 deletions .ncurc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"@openzeppelin/contracts-v4",
"@openzeppelin/contracts-upgradeable-v4",
"@react-native-async-storage/async-storage",
"@tanstack/query-async-storage-persister",
"@tanstack/query-persist-client-core",
"@tanstack/react-query",
"@tanstack/react-query-persist-client",
"@types/react",
"account-abstraction",
"eslint",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
"@simplewebauthn/browser": "^10.0.0",
"@tamagui/config": "^1.112.21",
"@tamagui/lucide-icons": "^1.112.21",
"@tanstack/query-async-storage-persister": "^5.59.0",
"@tanstack/query-persist-client-core": "^5.59.0",
"@tanstack/query-async-storage-persister": "5.56.2",
"@tanstack/query-persist-client-core": "5.56.2",
"@tanstack/react-form": "^0.33.0",
"@tanstack/react-query": "5.56.2",
"@tanstack/react-query-persist-client": "^5.59.0",
"@tanstack/react-query-persist-client": "5.56.2",
"@tanstack/valibot-form-adapter": "^0.33.0",
"@wagmi/core": "^2.13.8",
"abitype": "^1.0.6",
Expand Down Expand Up @@ -176,7 +176,10 @@
"@openzeppelin/contracts-v4",
"@openzeppelin/contracts-upgradeable-v4",
"@react-native-async-storage/async-storage",
"@tanstack/query-async-storage-persister",
"@tanstack/query-persist-client-core",
"@tanstack/react-query",
"@tanstack/react-query-persist-client",
"@types/react",
"account-abstraction",
"eslint",
Expand All @@ -200,9 +203,6 @@
]
},
"peerDependencyRules": {
"allowedVersions": {
"@tanstack/react-query": "5.56.2"
},
"ignoreMissing": [
"hardhat",
"typechain"
Expand Down
65 changes: 30 additions & 35 deletions pnpm-lock.yaml

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

0 comments on commit 7eb97ac

Please sign in to comment.