Skip to content

Commit 67fb650

Browse files
fix(deps): update dependency @coral-xyz/anchor to ^0.28.0
1 parent cf579f1 commit 67fb650

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

build-an-anchor-leaderboard/rock-destroyer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"lint": "prettier */*.js \"*/**/*{.js,.ts}\" --check"
55
},
66
"dependencies": {
7-
"@coral-xyz/anchor": "^0.27.0"
7+
"@coral-xyz/anchor": "^0.28.0"
88
},
99
"devDependencies": {
1010
"chai": "^4.3.4",

build-an-anchor-leaderboard/rock-destroyer/yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
dependencies:
1010
regenerator-runtime "^0.13.11"
1111

12-
"@coral-xyz/anchor@^0.27.0":
13-
version "0.27.0"
14-
resolved "https://registry.yarnpkg.com/@coral-xyz/anchor/-/anchor-0.27.0.tgz#621e5ef123d05811b97e49973b4ed7ede27c705c"
15-
integrity sha512-+P/vPdORawvg3A9Wj02iquxb4T0C5m4P6aZBVYysKl4Amk+r6aMPZkUhilBkD6E4Nuxnoajv3CFykUfkGE0n5g==
12+
"@coral-xyz/anchor@^0.28.0":
13+
version "0.28.0"
14+
resolved "https://registry.yarnpkg.com/@coral-xyz/anchor/-/anchor-0.28.0.tgz#8345c3c9186a91f095f704d7b90cd256f7e8b2dc"
15+
integrity sha512-kQ02Hv2ZqxtWP30WN1d4xxT4QqlOXYDxmEd3k/bbneqhV3X5QMO4LAtoUFs7otxyivOgoqam5Il5qx81FuI4vw==
1616
dependencies:
17-
"@coral-xyz/borsh" "^0.27.0"
17+
"@coral-xyz/borsh" "^0.28.0"
1818
"@solana/web3.js" "^1.68.0"
1919
base64-js "^1.5.1"
2020
bn.js "^5.1.2"
@@ -30,10 +30,10 @@
3030
superstruct "^0.15.4"
3131
toml "^3.0.0"
3232

33-
"@coral-xyz/borsh@^0.27.0":
34-
version "0.27.0"
35-
resolved "https://registry.yarnpkg.com/@coral-xyz/borsh/-/borsh-0.27.0.tgz#700c647ea5262b1488957ac7fb4e8acf72c72b63"
36-
integrity sha512-tJKzhLukghTWPLy+n8K8iJKgBq1yLT/AxaNd10yJrX8mI56ao5+OFAKAqW/h0i79KCvb4BK0VGO5ECmmolFz9A==
33+
"@coral-xyz/borsh@^0.28.0":
34+
version "0.28.0"
35+
resolved "https://registry.yarnpkg.com/@coral-xyz/borsh/-/borsh-0.28.0.tgz#fa368a2f2475bbf6f828f4657f40a52102e02b6d"
36+
integrity sha512-/u1VTzw7XooK7rqeD7JLUSwOyRSesPUk0U37BV9zK0axJc1q0nRbKFGFLYCQ16OtdOJTTwGfGp11Lx9B45bRCQ==
3737
dependencies:
3838
bn.js "^5.1.2"
3939
buffer-layout "^1.2.0"

learn-anchor-by-building-tic-tac-toe-part-2/tic-tac-toe/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"lint": "prettier */*.js \"*/**/*{.js,.ts}\" --check"
55
},
66
"dependencies": {
7-
"@coral-xyz/anchor": "^0.27.0"
7+
"@coral-xyz/anchor": "^0.28.0"
88
},
99
"devDependencies": {
1010
"chai": "^4.3.4",

learn-anchor-by-building-tic-tac-toe-part-2/tic-tac-toe/yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
dependencies:
1010
regenerator-runtime "^0.13.11"
1111

12-
"@coral-xyz/anchor@^0.27.0":
13-
version "0.27.0"
14-
resolved "https://registry.yarnpkg.com/@coral-xyz/anchor/-/anchor-0.27.0.tgz#621e5ef123d05811b97e49973b4ed7ede27c705c"
15-
integrity sha512-+P/vPdORawvg3A9Wj02iquxb4T0C5m4P6aZBVYysKl4Amk+r6aMPZkUhilBkD6E4Nuxnoajv3CFykUfkGE0n5g==
12+
"@coral-xyz/anchor@^0.28.0":
13+
version "0.28.0"
14+
resolved "https://registry.yarnpkg.com/@coral-xyz/anchor/-/anchor-0.28.0.tgz#8345c3c9186a91f095f704d7b90cd256f7e8b2dc"
15+
integrity sha512-kQ02Hv2ZqxtWP30WN1d4xxT4QqlOXYDxmEd3k/bbneqhV3X5QMO4LAtoUFs7otxyivOgoqam5Il5qx81FuI4vw==
1616
dependencies:
17-
"@coral-xyz/borsh" "^0.27.0"
17+
"@coral-xyz/borsh" "^0.28.0"
1818
"@solana/web3.js" "^1.68.0"
1919
base64-js "^1.5.1"
2020
bn.js "^5.1.2"
@@ -30,10 +30,10 @@
3030
superstruct "^0.15.4"
3131
toml "^3.0.0"
3232

33-
"@coral-xyz/borsh@^0.27.0":
34-
version "0.27.0"
35-
resolved "https://registry.yarnpkg.com/@coral-xyz/borsh/-/borsh-0.27.0.tgz#700c647ea5262b1488957ac7fb4e8acf72c72b63"
36-
integrity sha512-tJKzhLukghTWPLy+n8K8iJKgBq1yLT/AxaNd10yJrX8mI56ao5+OFAKAqW/h0i79KCvb4BK0VGO5ECmmolFz9A==
33+
"@coral-xyz/borsh@^0.28.0":
34+
version "0.28.0"
35+
resolved "https://registry.yarnpkg.com/@coral-xyz/borsh/-/borsh-0.28.0.tgz#fa368a2f2475bbf6f828f4657f40a52102e02b6d"
36+
integrity sha512-/u1VTzw7XooK7rqeD7JLUSwOyRSesPUk0U37BV9zK0axJc1q0nRbKFGFLYCQ16OtdOJTTwGfGp11Lx9B45bRCQ==
3737
dependencies:
3838
bn.js "^5.1.2"
3939
buffer-layout "^1.2.0"

0 commit comments

Comments
 (0)