Skip to content

Commit

Permalink
refactor: Use catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
memoyil committed Oct 21, 2024
1 parent 4df6415 commit 0c6877f
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 104 deletions.
2 changes: 1 addition & 1 deletion apps/aptos/package.json
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.59.15",
"@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.59.15",
"@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.59.15",
"@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.59.15",
"@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.59.15",
"@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.59.15",
"@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.59.15"
"@tanstack/react-query": "catalog:"
},
"devDependencies": {
"@blocto/sdk": "^0.5.4",
Expand Down
125 changes: 28 additions & 97 deletions pnpm-lock.yaml

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

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

0 comments on commit 0c6877f

Please sign in to comment.