Skip to content

Commit

Permalink
upgrade react-query
Browse files Browse the repository at this point in the history
  • Loading branch information
jfschwarz committed Feb 3, 2025
1 parent c441070 commit 2f30b05
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 17 deletions.
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
MNEMONIC=
INFURA_KEY=
ETHERSCAN_API_KEY=
GNOSISSCAN_API_KEY=
GNOSISSCAN_API_KEY=
POLYGONSCAN_API_KEY=
1 change: 0 additions & 1 deletion frontend/.env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
REACT_APP_WALLET_CONNECT_PROJECT_ID=
REACT_APP_INFURA_KEY=
REACT_APP_PROXY_URL=https://airlock.gnosisguild.org/api/v1
5 changes: 1 addition & 4 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"private": true,
"devDependencies": {
"@rainbow-me/rainbowkit": "^1.3.3",
"@tanstack/react-query": "^5.66.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@walletconnect/core": "^2.10.2",
Expand Down Expand Up @@ -45,9 +46,5 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"packageManager": "[email protected]",
"dependencies": {
"@tanstack/react-query": "^5.17.15"
}
}
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4431,10 +4431,10 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/query-core@npm:5.17.15":
version: 5.17.15
resolution: "@tanstack/query-core@npm:5.17.15"
checksum: 58ee2b4233906d09cc7f7e519f07518ca69e01aebdca8aedc45d63e8f6111eaf259a088e689b5eb300760f452da63e206ac4f50e9020630272e8c61a38d5e67d
"@tanstack/query-core@npm:5.66.0":
version: 5.66.0
resolution: "@tanstack/query-core@npm:5.66.0"
checksum: eaf5d3ad268137784002988d50308b8e2ac6da413ec1e8107a15f283f582cca30b3cff6e3e7bfd01d95e57197a0585ee42c3f57df56e0d4ff8242f07c6e98e72
languageName: node
linkType: hard

Expand Down Expand Up @@ -4486,14 +4486,14 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/react-query@npm:^5.17.15":
version: 5.17.15
resolution: "@tanstack/react-query@npm:5.17.15"
"@tanstack/react-query@npm:^5.66.0":
version: 5.66.0
resolution: "@tanstack/react-query@npm:5.66.0"
dependencies:
"@tanstack/query-core": 5.17.15
"@tanstack/query-core": 5.66.0
peerDependencies:
react: ^18.0.0
checksum: b48587f1765e31b42ec39bd70dd55eef99878691ca90abb94ada455d1e308b604083b6074d766659ac26f7eb4ea936b05816cf3e2591445253cb6864c92e30f3
react: ^18 || ^19
checksum: 7c0160b2c8a93ab193c2d3126d961253f626b5435ec8f275c0c77b709472a3625446314a8d0fa9e42ad46869edf17bfdc4d18738413148dd4dabcf5920ce045a
languageName: node
linkType: hard

Expand Down Expand Up @@ -10682,7 +10682,7 @@ __metadata:
resolution: "frontend@workspace:frontend"
dependencies:
"@rainbow-me/rainbowkit": ^1.3.3
"@tanstack/react-query": ^5.17.15
"@tanstack/react-query": ^5.66.0
"@types/react": ^18.2.21
"@types/react-dom": ^18.2.7
"@walletconnect/core": ^2.10.2
Expand Down

0 comments on commit 2f30b05

Please sign in to comment.