Skip to content

Commit 75f80cf

Browse files
authored
Revert "chore: move common deps to pnpm catalog" (#888)
* Revert "chore: move common deps to pnpm catalog (#880)" This reverts commit 39b27c2. * changelog
1 parent 0733a1f commit 75f80cf

File tree

12 files changed

+219
-171
lines changed

12 files changed

+219
-171
lines changed

.changeset/rare-bears-switch.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
"@crossmint/client-sdk-smart-wallet-web3auth-adapter": patch
3+
"@crossmint/client-sdk-verifiable-credentials": patch
4+
"@crossmint/client-sdk-walletconnect": patch
5+
"@crossmint/client-sdk-smart-wallet": patch
6+
"@crossmint/client-sdk-smart-wallet-react-starter": patch
7+
"@crossmint/client-sdk-smart-wallet-next-starter": patch
8+
"@crossmint/client-sdk-react-ui": patch
9+
"@crossmint/client-sdk-window": patch
10+
"@crossmint/client-sdk-base": patch
11+
---
12+
13+
revert: pnpm catalog

apps/wallets/smart-wallet/next/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"react": "^18",
2424
"react-dom": "^18",
2525
"tailwind-merge": "2.4.0",
26-
"viem": "catalog:"
26+
"viem": "2.17.5"
2727
},
2828
"devDependencies": {
2929
"@types/node": "^20",

apps/wallets/smart-wallet/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"react-router-dom": "^6.14.1",
4141
"react-scripts": "5.0.1",
4242
"typescript": "5.4.2",
43-
"viem": "catalog:",
43+
"viem": "2.17.5",
4444
"vm": "0.1.0",
4545
"web-vitals": "^3.1.1"
4646
},

packages/client/base/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
"@datadog/browser-logs": "4.42.2",
2626
"exponential-backoff": "3.1.1",
2727
"uuid": "9.0.1",
28-
"zod": "catalog:"
28+
"zod": "3.22.4"
2929
},
3030
"devDependencies": {
31-
"@ethersproject/transactions": "catalog:",
32-
"@solana/web3.js": "catalog:",
31+
"@ethersproject/transactions": "5.7.0",
32+
"@solana/web3.js": "1.95.1",
3333
"@types/uuid": "9.0.4"
3434
}
3535
}

packages/client/ui/react-ui/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
"@dynamic-labs/ethereum": "2.6.3",
3030
"@dynamic-labs/sdk-react-core": "2.6.3",
3131
"@dynamic-labs/solana": "2.6.3",
32-
"@ethersproject/transactions": "catalog:",
32+
"@ethersproject/transactions": "5.7.0",
3333
"@farcaster/auth-kit": "0.6.0",
3434
"@headlessui/react": "2.1.5",
3535
"@radix-ui/react-dialog": "1.1.2",
3636
"@radix-ui/react-visually-hidden": "1.1.0",
37-
"@solana/web3.js": "catalog:",
37+
"@solana/web3.js": "1.95.1",
3838
"@twind/core": "1.1.3",
3939
"@twind/preset-tailwind": "1.1.4",
4040
"bs58": "5.0.0",
@@ -45,8 +45,8 @@
4545
"react-jss": "10.10.0",
4646
"tailwind-merge": "2.4.0",
4747
"tailwindcss": "3.4.10",
48-
"viem": "catalog:",
49-
"zod": "catalog:"
48+
"viem": "2.17.5",
49+
"zod": "3.22.4"
5050
},
5151
"devDependencies": {
5252
"pino-pretty": "^7.6.0",

packages/client/verifiable-credentials/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
"dependencies": {
2323
"@crossmint/client-sdk-base": "workspace:*",
2424
"@crossmint/common-sdk-base": "workspace:*",
25-
"@ethersproject/address": "catalog:",
26-
"@ethersproject/constants": "catalog:",
27-
"@ethersproject/contracts": "catalog:",
28-
"@ethersproject/providers": "catalog:",
29-
"@ethersproject/wallet": "catalog:",
25+
"@ethersproject/address": "5.7.0",
26+
"@ethersproject/constants": "5.7.0",
27+
"@ethersproject/contracts": "5.7.0",
28+
"@ethersproject/providers": "5.7.2",
29+
"@ethersproject/wallet": "5.7.0",
3030
"@lit-protocol/auth-helpers": "5.1.0",
3131
"@lit-protocol/lit-node-client": "5.1.0",
3232
"@lit-protocol/types": "5.1.0",

packages/client/wallets/smart-wallet/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"@zerodev/sdk": "5.3.3",
2828
"@zerodev/webauthn-key": "5.3.1",
2929
"permissionless": "0.1.36",
30-
"viem": "catalog:",
31-
"zod": "catalog:"
30+
"viem": "2.17.5",
31+
"zod": "3.22.4"
3232
},
3333
"devDependencies": {
3434
"typedoc": "0.26.5",

packages/client/wallets/walletconnect/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {
2929
"@crossmint/common-sdk-base": "workspace:*",
30-
"@ethersproject/bytes": "catalog:",
30+
"@ethersproject/bytes": "5.7.0",
3131
"@headlessui/react": "1.7.18",
3232
"@heroicons/react": "2.1.1",
3333
"@walletconnect/core": "2.11.1",
@@ -40,9 +40,9 @@
4040
},
4141
"devDependencies": {
4242
"@crossmint/client-sdk-aa": "1.0.0-alpha.1",
43-
"@ethersproject/abstract-provider": "catalog:",
44-
"@ethersproject/providers": "catalog:",
45-
"@solana/web3.js": "catalog:",
43+
"@ethersproject/abstract-provider": "5.7.0",
44+
"@ethersproject/providers": "5.7.2",
45+
"@solana/web3.js": "1.95.1",
4646
"@types/react": "^18.3.0",
4747
"@types/react-dom": "^18.3.0",
4848
"autoprefixer": "10.4.17",

packages/client/wallets/web3auth-adapter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@web3auth/base": "7.3.2",
2525
"@web3auth/ethereum-provider": "7.3.2",
2626
"@web3auth/single-factor-auth": "7.3.0",
27-
"viem": "catalog:"
27+
"viem": "2.17.5"
2828
},
2929
"devDependencies": {
3030
"@types/node": "20.12.7",

packages/client/window/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
},
2121
"dependencies": {
2222
"nanoid": "5.0.4",
23-
"zod": "catalog:"
23+
"zod": "3.22.4"
2424
}
2525
}

0 commit comments

Comments
 (0)