Skip to content

Commit b124157

Browse files
committed
🐛 Fix dependencies
1 parent 9f84e9d commit b124157

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

clients/bolt-sdk/package.json

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"author": "[email protected]",
66
"license": "MIT",
77
"private": false,
8+
"dependencies": {
9+
"@metaplex-foundation/beet": "^0.7.1",
10+
"@metaplex-foundation/beet-solana": "^0.4.0"
11+
},
812
"devDependencies": {
913
"@metaplex-foundation/solita": "^0.20.1",
1014
"@typescript-eslint/eslint-plugin": "^6.14.0",

clients/bolt-sdk/yarn.lock

+11
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,16 @@
8787
bs58 "^5.0.0"
8888
debug "^4.3.4"
8989

90+
"@metaplex-foundation/beet-solana@^0.4.0":
91+
version "0.4.1"
92+
resolved "https://registry.yarnpkg.com/@metaplex-foundation/beet-solana/-/beet-solana-0.4.1.tgz#255747aa7feee1c20202146a752c057feca1948f"
93+
integrity sha512-/6o32FNUtwK8tjhotrvU/vorP7umBuRFvBZrC6XCk51aKidBHe5LPVPA5AjGPbV3oftMfRuXPNd9yAGeEqeCDQ==
94+
dependencies:
95+
"@metaplex-foundation/beet" ">=0.1.0"
96+
"@solana/web3.js" "^1.56.2"
97+
bs58 "^5.0.0"
98+
debug "^4.3.4"
99+
90100
"@metaplex-foundation/beet@>=0.1.0", "@metaplex-foundation/beet@^0.7.1":
91101
version "0.7.1"
92102
resolved "https://registry.npmjs.org/@metaplex-foundation/beet/-/beet-0.7.1.tgz"
@@ -2169,6 +2179,7 @@ spok@^1.4.3:
21692179
find-process "^1.4.7"
21702180

21712181
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
2182+
name string-width-cjs
21722183
version "4.2.3"
21732184
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
21742185
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==

0 commit comments

Comments
 (0)