Skip to content

Commit

Permalink
Merge pull request #22 from metaplex-foundation/feat/bump-umi
Browse files Browse the repository at this point in the history
Bumping Umi to 1.0
  • Loading branch information
blockiosaurus authored Jan 27, 2025
2 parents 5cc1092 + 16bce15 commit 73a7fab
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 103 deletions.
10 changes: 5 additions & 5 deletions clients/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"license": "Apache-2.0",
"peerDependencies": {
"@metaplex-foundation/mpl-core": ">= 0.4.7",
"@metaplex-foundation/umi": ">= 0.8.2 < 1"
"@metaplex-foundation/umi": ">= 0.8.2 <= 1"
},
"dependencies": {
"@metaplex-foundation/mpl-token-metadata": "3.0.0-alpha.27",
Expand All @@ -39,9 +39,9 @@
"@identity.com/solana-gateway-ts": "^0.12.0",
"@metaplex-foundation/mpl-core": "^0.4.7",
"@metaplex-foundation/mpl-token-auth-rules": "^1.2.0",
"@metaplex-foundation/umi": "^0.8.2",
"@metaplex-foundation/umi-bundle-tests": "^0.8.2",
"@metaplex-foundation/umi-web3js-adapters": "^0.8.2",
"@metaplex-foundation/umi": "^1.0.0",
"@metaplex-foundation/umi-bundle-tests": "^1.0.0",
"@metaplex-foundation/umi-web3js-adapters": "^1.0.0",
"@solana/web3.js": "^1.73.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.46.1",
Expand Down Expand Up @@ -70,4 +70,4 @@
}
},
"packageManager": "[email protected]"
}
}
202 changes: 104 additions & 98 deletions clients/js/pnpm-lock.yaml

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

0 comments on commit 73a7fab

Please sign in to comment.