Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nhanphan committed Mar 30, 2024
1 parent 1394c8d commit f638a41
Show file tree
Hide file tree
Showing 2 changed files with 2,232 additions and 1,744 deletions.
5 changes: 3 additions & 2 deletions clients/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metaplex-foundation/mpl-core-candy-machine",
"version": "0.1.2",
"version": "0.1.3",
"description": "Client library for Candy Machine related programs",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand All @@ -26,7 +26,7 @@
"license": "Apache-2.0",
"peerDependencies": {
"@metaplex-foundation/umi": ">= 0.8.2 < 1",
"@metaplex-foundation/mpl-core": "^0.3.0"
"@metaplex-foundation/mpl-core": ">= 0.4.2 < 1"
},
"dependencies": {
"@metaplex-foundation/mpl-token-metadata": "3.0.0-alpha.27",
Expand All @@ -37,6 +37,7 @@
"devDependencies": {
"@ava/typescript": "^3.0.1",
"@identity.com/solana-gateway-ts": "^0.12.0",
"@metaplex-foundation/mpl-core": "0.4.2",
"@metaplex-foundation/mpl-token-auth-rules": "^1.2.0",
"@metaplex-foundation/umi": "^0.8.2",
"@metaplex-foundation/umi-bundle-tests": "^0.8.2",
Expand Down
Loading

0 comments on commit f638a41

Please sign in to comment.