Skip to content
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
8 changes: 4 additions & 4 deletions apps/airdrop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
},
"dependencies": {
"@openzeppelin/merkle-tree": "^1.0.7",
"@privy-io/react-auth": "^3.23.0",
"@privy-io/wagmi": "^4.0.6",
"@privy-io/react-auth": "^3.27.1",
"@privy-io/wagmi": "^4.0.8",
"@sentriscloud/wallet-config": "workspace:*",
"@tanstack/react-query": "^5.62.0",
"clsx": "^2.1.1",
Expand All @@ -24,8 +24,8 @@
"react": "19.1.0",
"react-dom": "19.1.0",
"tailwind-merge": "^3.5.0",
"viem": "^2.21.0",
"wagmi": "^3.6.14"
"viem": "^2.50.4",
"wagmi": "^3.6.15"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
Expand Down
8 changes: 4 additions & 4 deletions apps/coinblast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@privy-io/react-auth": "^3.23.0",
"@privy-io/wagmi": "^4.0.6",
"@privy-io/react-auth": "^3.27.1",
"@privy-io/wagmi": "^4.0.8",
"@sentriscloud/wallet-config": "workspace:*",
"@tanstack/react-query": "^5.62.0",
"class-variance-authority": "^0.7.1",
Expand All @@ -25,8 +25,8 @@
"react-dom": "19.1.0",
"recharts": "^3.8.1",
"tailwind-merge": "^3.5.0",
"viem": "^2.21.0",
"wagmi": "^3.6.14",
"viem": "^2.50.4",
"wagmi": "^3.6.15",
"zustand": "^5.0.12"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions apps/dex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@privy-io/react-auth": "^3.23.0",
"@privy-io/wagmi": "^4.0.6",
"@privy-io/react-auth": "^3.27.1",
"@privy-io/wagmi": "^4.0.8",
"@sentriscloud/wallet-config": "workspace:*",
"@tanstack/react-query": "^5.62.0",
"clsx": "^2.1.1",
Expand All @@ -21,8 +21,8 @@
"react": "19.1.0",
"react-dom": "19.1.0",
"tailwind-merge": "^3.5.0",
"viem": "^2.21.0",
"wagmi": "^3.6.14"
"viem": "^2.50.4",
"wagmi": "^3.6.15"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
Expand Down
8 changes: 4 additions & 4 deletions apps/faucet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"dependencies": {
"@noble/hashes": "^1.7.2",
"@noble/secp256k1": "^2.2.3",
"@privy-io/react-auth": "^3.23.0",
"@privy-io/wagmi": "^4.0.6",
"@privy-io/react-auth": "^3.27.1",
"@privy-io/wagmi": "^4.0.8",
"@sentriscloud/wallet-config": "workspace:*",
"@tanstack/react-query": "^5.62.0",
"clsx": "^2.1.1",
Expand All @@ -22,8 +22,8 @@
"react": "19.1.0",
"react-dom": "19.1.0",
"tailwind-merge": "^3.5.0",
"viem": "^2.21.0",
"wagmi": "^3.6.14"
"viem": "^2.50.4",
"wagmi": "^3.6.15"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
Expand Down
2 changes: 1 addition & 1 deletion apps/landing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "19.1.0",
"react-dom": "19.1.0",
"tailwind-merge": "^3.5.0",
"viem": "^2.48.0"
"viem": "^2.50.4"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
Expand Down
2 changes: 1 addition & 1 deletion apps/scan/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0",
"viem": "^2.48.0"
"viem": "^2.50.4"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
Expand Down
2 changes: 1 addition & 1 deletion apps/solux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"react": "19.2.4",
"react-dom": "19.2.4",
"react-hot-toast": "^2.6.0",
"viem": "^2.21.0",
"viem": "^2.50.4",
"zustand": "^5.0.12"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/wallet-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@
"next": ">=15",
"react": ">=19",
"react-dom": ">=19",
"viem": "^2.21.0",
"wagmi": "^3.6.14"
"viem": "^2.50.4",
"wagmi": "^3.6.15"
},
"peerDependenciesMeta": {
"next": { "optional": true }
},
"devDependencies": {
"@privy-io/react-auth": "^3.23.0",
"@privy-io/wagmi": "^4.0.6",
"@privy-io/react-auth": "^3.27.1",
"@privy-io/wagmi": "^4.0.8",
"@tanstack/react-query": "^5.62.0",
"@types/node": "^25",
"@types/react": "^19",
"next": "15.5.18",
"react": "19.1.0",
"react-dom": "19.1.0",
"typescript": "^6",
"viem": "^2.21.0",
"wagmi": "^3.6.14"
"viem": "^2.50.4",
"wagmi": "^3.6.15"
}
}
2,485 changes: 876 additions & 1,609 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Loading