Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Bump up react query 5.59.15 #10841

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/aptos/package.json
Copy link
Contributor

Choose a reason for hiding this comment

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

Why should we bump up this?
Any security fixes or ? ~

Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@pancakeswap/utils": "workspace:*",
"@pancakeswap/widgets-internal": "workspace:*",
"@reduxjs/toolkit": "^1.9.1",
"@tanstack/react-query": "^5.52.1",
"@tanstack/react-query": "catalog:",
"@vanilla-extract/css": "^1.13.0",
"@vanilla-extract/next-plugin": "^2.3.0",
"@vanilla-extract/recipes": "^0.5.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@pancakeswap/localization": "workspace:*",
"@pancakeswap/uikit": "workspace:*",
"@pancakeswap/utils": "workspace:*",
"@tanstack/react-query": "^5.52.1",
"@tanstack/react-query": "catalog:",
"@vanilla-extract/next-plugin": "^2.3.0",
"next": "catalog:",
"next-seo": "^5.15.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/games/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@pancakeswap/localization": "workspace:*",
"@pancakeswap/uikit": "workspace:*",
"@pancakeswap/utils": "workspace:*",
"@tanstack/react-query": "^5.52.1",
"@tanstack/react-query": "catalog:",
"@vanilla-extract/next-plugin": "^2.3.0",
"dayjs": "^1.11.10",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion apps/gamification/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@pancakeswap/v3-sdk": "workspace:*",
"@pancakeswap/widgets-internal": "workspace:*",
"@reduxjs/toolkit": "^1.9.1",
"@tanstack/react-query": "^5.52.1",
"@tanstack/react-query": "catalog:",
"@vanilla-extract/next-plugin": "^2.3.0",
"@wagmi/core": "2.10.5",
"bignumber.js": "^9.1.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"@reduxjs/toolkit": "^1.9.1",
"@sentry/nextjs": "^8.16.0",
"@snapshot-labs/snapshot.js": "^0.4.40",
"@tanstack/react-query": "^5.52.1",
"@tanstack/react-query": "catalog:",
"@usdv/usdv-widget": "^0.9.9",
"@vanilla-extract/next-plugin": "^2.3.0",
"@wagmi/core": "2.10.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/awgmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@msafe/aptos-wallet": "^3.0.6",
"@pancakeswap/tsconfig": "workspace:*",
"@pancakeswap/utils": "workspace:*",
"@tanstack/react-query": "^5.52.1",
"@tanstack/react-query": "catalog:",
"@types/react": "^18.2.21",
"@types/use-sync-external-store": "^0.0.3",
"aptos": "1.21.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/wagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"react-dom": "^18.0.0",
"viem": "catalog:",
"wagmi": "catalog:",
"@tanstack/react-query": "^5.52.1"
"@tanstack/react-query": "catalog:"
},
"devDependencies": {
"@blocto/sdk": "^0.5.4",
Expand Down
121 changes: 62 additions & 59 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ catalog:
viem: ^2.21.22
wagmi: ^2.12.17
next: 14.2.14
"@tanstack/react-query": ^5.59.15
Loading