Skip to content

Commit

Permalink
Merge pull request #124 from metaplex-foundation/feat/bump-deps
Browse files Browse the repository at this point in the history
Bumping deps.
  • Loading branch information
blockiosaurus authored Jan 29, 2025
2 parents 43af433 + aef0f9a commit 909d2db
Show file tree
Hide file tree
Showing 2 changed files with 781 additions and 5,617 deletions.
16 changes: 8 additions & 8 deletions clients/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@
"license": "Apache-2.0",
"dependencies": {
"@metaplex-foundation/mpl-token-metadata": "3.2.1",
"@metaplex-foundation/digital-asset-standard-api": "^1.0.4",
"@metaplex-foundation/mpl-toolbox": "^0.9.0",
"@metaplex-foundation/digital-asset-standard-api": "^1.0.5",
"@metaplex-foundation/mpl-toolbox": "^0.10.0",
"@noble/hashes": "^1.3.1",
"merkletreejs": "^0.3.9"
"merkletreejs": "^0.3.11"
},
"peerDependencies": {
"@metaplex-foundation/umi": ">= 0.8.9 < 1"
"@metaplex-foundation/umi": ">= 0.8.9 <= 1"
},
"devDependencies": {
"@ava/typescript": "^3.0.1",
"@metaplex-foundation/umi": "^0.8.9",
"@metaplex-foundation/umi-bundle-tests": "^0.8.3",
"@metaplex-foundation/umi": "^1.0.0",
"@metaplex-foundation/umi-bundle-tests": "^1.0.0",
"@solana/web3.js": "^1.73.0",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.46.1",
Expand All @@ -54,7 +54,7 @@
"typedoc-plugin-expand-object-like-types": "^0.1.1",
"typedoc-plugin-missing-exports": "^1.0.0",
"typescript": "^4.6.2",
"vercel": "^28.16.0"
"vercel": "^39.3.0"
},
"ava": {
"typescript": {
Expand All @@ -69,4 +69,4 @@
]
},
"packageManager": "[email protected]"
}
}
Loading

0 comments on commit 909d2db

Please sign in to comment.