Skip to content

Commit

Permalink
chore: reorganize plugin-privy dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent e26561f commit b1012fc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 84 deletions.
18 changes: 7 additions & 11 deletions packages/plugin-privy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,15 @@
],
"dependencies": {
"@elizaos/core": "workspace:*",
"@elizaos/plugin-trustdb": "workspace:*",
"@elizaos/plugin-tee": "workspace:*",
"@coral-xyz/anchor": "0.30.1",
"@solana/spl-token": "0.4.9",
"@solana/web3.js": "1.95.8",
"bignumber": "1.1.0",
"bignumber.js": "9.1.2",
"bs58": "6.0.0",
"fomo-sdk-solana": "1.3.2",
"node-cache": "5.1.2",
"pumpdotfun-sdk": "1.3.2",
"node-cache": "5.1.2"
},
"devDependencies": {
"@types/node": "^20.0.0",
"tsup": "8.3.5",
"vitest": "2.1.4"
"typescript": "^5.0.0",
"vitest": "2.1.4",
"eslint": "^8.0.0"
},
"scripts": {
"build": "tsup --format esm --dts",
Expand Down
84 changes: 11 additions & 73 deletions pnpm-lock.yaml

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

0 comments on commit b1012fc

Please sign in to comment.