Skip to content

Commit

Permalink
chore: use pnpm catalog (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
mPaella authored Dec 9, 2024
1 parent eca4afa commit be28801
Show file tree
Hide file tree
Showing 23 changed files with 138 additions and 90 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"next": "15.0.3",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"viem": "^2.21.49",
"viem": "catalog:",
"wagmi": "^2.13.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion typescript/examples/langchain/viem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@goat-sdk/core": "workspace:*",
"@goat-sdk/plugin-erc20": "workspace:*",
"@goat-sdk/wallet-viem": "workspace:*",
"@langchain/core": "^0.3.6",
"@langchain/core": "catalog:",
"@langchain/openai": "^0.3.5",
"dotenv": "^16.4.5",
"viem": "2.21.49",
Expand Down
2 changes: 1 addition & 1 deletion typescript/examples/vercel-ai/abstract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@goat-sdk/core": "workspace:*",
"@goat-sdk/plugin-erc20": "workspace:*",
"@goat-sdk/wallet-viem": "workspace:*",
"ai": "^4.0.3",
"ai": "catalog:",
"dotenv": "^16.4.5",
"viem": "2.21.49"
}
Expand Down
2 changes: 1 addition & 1 deletion typescript/examples/vercel-ai/coingecko/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@goat-sdk/plugin-coingecko": "workspace:*",
"@goat-sdk/plugin-erc20": "workspace:*",
"@goat-sdk/wallet-viem": "workspace:*",
"ai": "^4.0.3",
"ai": "catalog:",
"dotenv": "^16.4.5",
"viem": "2.21.49"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@goat-sdk/core": "workspace:*",
"@goat-sdk/plugin-erc20": "workspace:*",
"@goat-sdk/crossmint": "workspace:*",
"ai": "^4.0.3",
"ai": "catalog:",
"dotenv": "^16.4.5",
"viem": "2.21.49"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@goat-sdk/plugin-erc20": "workspace:*",
"@goat-sdk/crossmint": "workspace:*",
"@goat-sdk/plugin-solana-nfts": "workspace:*",
"@solana/web3.js": "1.95.8",
"ai": "^4.0.3",
"@solana/web3.js": "catalog:",
"ai": "catalog:",
"dotenv": "^16.4.5",
"viem": "2.21.49"
}
Expand Down
2 changes: 1 addition & 1 deletion typescript/examples/vercel-ai/polymarket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@goat-sdk/core": "workspace:*",
"@goat-sdk/plugin-polymarket": "workspace:*",
"@goat-sdk/wallet-viem": "workspace:*",
"ai": "^4.0.3",
"ai": "catalog:",
"dotenv": "^16.4.5",
"viem": "2.21.49"
}
Expand Down
4 changes: 2 additions & 2 deletions typescript/examples/vercel-ai/solana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@goat-sdk/core": "workspace:*",
"@goat-sdk/plugin-erc20": "workspace:*",
"@goat-sdk/wallet-solana": "workspace:*",
"@solana/web3.js": "1.95.8",
"ai": "^4.0.3",
"@solana/web3.js": "catalog:",
"ai": "catalog:",
"bip39": "^3.1.0",
"dotenv": "^16.4.5"
}
Expand Down
2 changes: 1 addition & 1 deletion typescript/examples/vercel-ai/viem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@goat-sdk/core": "workspace:*",
"@goat-sdk/plugin-erc20": "workspace:*",
"@goat-sdk/wallet-viem": "workspace:*",
"ai": "^4.0.3",
"ai": "catalog:",
"dotenv": "^16.4.5",
"viem": "2.21.49"
}
Expand Down
2 changes: 1 addition & 1 deletion typescript/packages/adapters/eleven-labs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"types": "./dist/index.d.ts",
"dependencies": {
"@goat-sdk/core": "workspace:*",
"zod": "^3.23.8"
"zod": "catalog:"
},
"peerDependencies": {
"@goat-sdk/core": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion typescript/packages/adapters/eliza/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@ai16z/eliza": "0.1.4-alpha.3",
"@goat-sdk/core": "workspace:*",
"zod": "^3.23.8"
"zod": "catalog:"
},
"peerDependencies": {
"@ai16z/eliza": "0.1.4-alpha.3",
Expand Down
6 changes: 3 additions & 3 deletions typescript/packages/adapters/langchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"types": "./dist/index.d.ts",
"dependencies": {
"@goat-sdk/core": "workspace:*",
"@langchain/core": "^0.3.6",
"zod": "^3.23.8"
"@langchain/core": "catalog:",
"zod": "catalog:"
},
"peerDependencies": {
"@goat-sdk/core": "workspace:*",
"@langchain/core": "^0.3.6"
"@langchain/core": "catalog:"
},
"homepage": "https://ohmygoat.dev",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions typescript/packages/adapters/vercel-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"types": "./dist/index.d.ts",
"dependencies": {
"@goat-sdk/core": "workspace:*",
"ai": "^4.0.3",
"zod": "^3.23.8"
"ai": "catalog:",
"zod": "catalog:"
},
"peerDependencies": {
"@goat-sdk/core": "workspace:*",
"ai": "^4.0.3"
"ai": "catalog:"
},
"homepage": "https://ohmygoat.dev",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions typescript/packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"dependencies": {
"@solana/web3.js": "1.95.8",
"@solana/web3.js": "catalog:",
"abitype": "^1.0.6",
"viem": "^2.21.49",
"zod": "^3.23.8"
"viem": "catalog:",
"zod": "catalog:"
},
"homepage": "https://ohmygoat.dev",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions typescript/packages/plugins/coingecko/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"types": "./dist/index.d.ts",
"dependencies": {
"@goat-sdk/core": "workspace:*",
"viem": "^2.21.49",
"zod": "^3.23.8"
"viem": "catalog:",
"zod": "catalog:"
},
"peerDependencies": {
"@goat-sdk/core": "workspace:*",
"viem": "^2.21.49"
"viem": "catalog:"
},
"homepage": "https://ohmygoat.dev",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions typescript/packages/plugins/erc20/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"types": "./dist/index.d.ts",
"dependencies": {
"@goat-sdk/core": "workspace:*",
"viem": "^2.21.49",
"zod": "^3.23.8"
"viem": "catalog:",
"zod": "catalog:"
},
"peerDependencies": {
"@goat-sdk/core": "workspace:*",
"viem": "^2.21.49"
"viem": "catalog:"
},
"homepage": "https://ohmygoat.dev",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions typescript/packages/plugins/polymarket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"dependencies": {
"@goat-sdk/core": "workspace:*",
"crypto": "^1.0.1",
"viem": "^2.21.49",
"zod": "^3.23.8"
"viem": "catalog:",
"zod": "catalog:"
},
"peerDependencies": {
"@goat-sdk/core": "workspace:*",
"viem": "^2.21.49"
"viem": "catalog:"
},
"homepage": "https://ohmygoat.dev",
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions typescript/packages/plugins/solana-nfts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"@metaplex-foundation/umi": "^0.9.2",
"@metaplex-foundation/umi-bundle-defaults": "0.9.2",
"@metaplex-foundation/umi-web3js-adapters": "0.8.10",
"@solana/web3.js": "1.95.8",
"viem": "^2.21.49",
"zod": "^3.23.8"
"@solana/web3.js": "catalog:",
"viem": "catalog:",
"zod": "catalog:"
},
"peerDependencies": {
"@goat-sdk/core": "workspace:*",
"viem": "^2.21.49"
"viem": "catalog:"
},
"homepage": "https://ohmygoat.dev",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions typescript/packages/wallets/crossmint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"types": "./dist/index.d.ts",
"dependencies": {
"@goat-sdk/core": "workspace:*",
"@solana/web3.js": "1.95.8",
"@solana/web3.js": "catalog:",
"abitype": "^1.0.6",
"bs58": "^6.0.0",
"viem": "^2.21.49",
"zod": "^3.23.8"
"viem": "catalog:",
"zod": "catalog:"
},
"peerDependencies": {
"@goat-sdk/core": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions typescript/packages/wallets/solana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"types": "./dist/index.d.ts",
"dependencies": {
"@goat-sdk/core": "workspace:*",
"@solana/web3.js": "1.95.8",
"@solana/web3.js": "catalog:",
"bs58": "^6.0.0",
"tweetnacl": "^1.0.3"
},
"peerDependencies": {
"@goat-sdk/core": "workspace:*",
"@solana/web3.js": "1.95.8"
"@solana/web3.js": "catalog:"
},
"homepage": "https://ohmygoat.dev",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions typescript/packages/wallets/viem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"types": "./dist/index.d.ts",
"dependencies": {
"@goat-sdk/core": "workspace:*",
"viem": "^2.21.49"
"viem": "catalog:"
},
"peerDependencies": {
"@goat-sdk/core": "workspace:*",
"viem": "^2.21.49"
"viem": "catalog:"
},
"homepage": "https://ohmygoat.dev",
"repository": {
Expand Down
Loading

0 comments on commit be28801

Please sign in to comment.