chore:(deps): bump @metaplex/js from 2.0.1 to 3.0.0 in /explorer (#20885)
Bumps [@metaplex/js](https://github.com/metaplex/js) from 2.0.1 to 3.0.0. - [Release notes](https://github.com/metaplex/js/releases) - [Changelog](https://github.com/metaplex/js/blob/main/CHANGELOG.md) - [Commits](https://github.com/metaplex/js/compare/v2.0.1...v3.0.0) --- updated-dependencies: - dependency-name: "@metaplex/js" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
6196c80a3d
commit
2889c5ce58
|
@ -12,7 +12,7 @@
|
|||
"@bonfida/bot": "^0.5.3",
|
||||
"@cloudflare/stream-react": "^1.2.0",
|
||||
"@metamask/jazzicon": "^2.0.0",
|
||||
"@metaplex/js": "2.0.1",
|
||||
"@metaplex/js": "3.0.0",
|
||||
"@project-serum/serum": "^0.13.60",
|
||||
"@react-hook/debounce": "^4.0.0",
|
||||
"@sentry/react": "^6.13.3",
|
||||
|
@ -3501,9 +3501,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@metaplex/js": {
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@metaplex/js/-/js-2.0.1.tgz",
|
||||
"integrity": "sha512-rH9Nm4q/gcN006P0UEaOTWaoVe1xhRUk7uecHwMx/tNL7umP1JMb5tuyeZxtQUTXHa8D7GfbH04v1l4z2uFy/A==",
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@metaplex/js/-/js-3.0.0.tgz",
|
||||
"integrity": "sha512-DFEFIAbiSAvByvRQVWTaGi6iAcCshFXfnxDQ0xpxX/zwEYXsRotgiFSpCIWfpbtqJMSfPyzC+pbW43sT6hY8YQ==",
|
||||
"dependencies": {
|
||||
"@solana/spl-token": "^0.1.8",
|
||||
"@solana/web3.js": "^1.24.1",
|
||||
|
@ -28981,9 +28981,9 @@
|
|||
}
|
||||
},
|
||||
"@metaplex/js": {
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@metaplex/js/-/js-2.0.1.tgz",
|
||||
"integrity": "sha512-rH9Nm4q/gcN006P0UEaOTWaoVe1xhRUk7uecHwMx/tNL7umP1JMb5tuyeZxtQUTXHa8D7GfbH04v1l4z2uFy/A==",
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@metaplex/js/-/js-3.0.0.tgz",
|
||||
"integrity": "sha512-DFEFIAbiSAvByvRQVWTaGi6iAcCshFXfnxDQ0xpxX/zwEYXsRotgiFSpCIWfpbtqJMSfPyzC+pbW43sT6hY8YQ==",
|
||||
"requires": {
|
||||
"@solana/spl-token": "^0.1.8",
|
||||
"@solana/web3.js": "^1.24.1",
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"@bonfida/bot": "^0.5.3",
|
||||
"@cloudflare/stream-react": "^1.2.0",
|
||||
"@metamask/jazzicon": "^2.0.0",
|
||||
"@metaplex/js": "2.0.1",
|
||||
"@metaplex/js": "3.0.0",
|
||||
"@project-serum/serum": "^0.13.60",
|
||||
"@react-hook/debounce": "^4.0.0",
|
||||
"@sentry/react": "^6.13.3",
|
||||
|
|
Loading…
Reference in New Issue