Skip to content

Commit 85ec86a

Browse files
fix(deps): update dependency @coral-xyz/anchor
1 parent c5680eb commit 85ec86a

File tree

16 files changed

+71
-86
lines changed

16 files changed

+71
-86
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"

learn-how-to-build-a-client-side-app-part-2/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
},
1414
"dependencies": {
1515
"@solana/web3.js": "1.87.0",
16-
"@coral-xyz/anchor": "0.28.1-beta.1"
16+
"@coral-xyz/anchor": "0.28.1-beta.2"
1717
}
1818
}

learn-how-to-build-a-client-side-app-part-2/app/yarn.lock

+5-10
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@
1616
dependencies:
1717
regenerator-runtime "^0.13.11"
1818

19-
"@coral-xyz/[email protected].1":
20-
version "0.28.1-beta.1"
21-
resolved "https://registry.yarnpkg.com/@coral-xyz/anchor/-/anchor-0.28.1-beta.1.tgz#0f71a3b62e38527f50d4a80e1fb4d20ba95926e2"
22-
integrity sha512-JdKr4IQqY719wts0wzhHIffpAo4fdJ25gPLfFN75d6LMfCKvwPupyDUigaT+ac6UWTw/bDdBbJFY6QSRvlTnrA==
19+
"@coral-xyz/[email protected].2":
20+
version "0.28.1-beta.2"
21+
resolved "https://registry.yarnpkg.com/@coral-xyz/anchor/-/anchor-0.28.1-beta.2.tgz#4ddd4b2b66af04407be47cf9524147793ec514a0"
22+
integrity sha512-xreUcOFF8+IQKWOBUrDKJbIw2ftpRVybFlEPVrbSlOBCbreCWrQ5754Gt9cHIcuBDAzearCDiBqzsGQdNgPJiw==
2323
dependencies:
2424
"@coral-xyz/borsh" "^0.28.0"
25+
"@noble/hashes" "^1.3.1"
2526
"@solana/web3.js" "^1.68.0"
2627
base64-js "^1.5.1"
2728
bn.js "^5.1.2"
@@ -31,7 +32,6 @@
3132
cross-fetch "^3.1.5"
3233
crypto-hash "^1.3.0"
3334
eventemitter3 "^4.0.7"
34-
js-sha256 "^0.9.0"
3535
pako "^2.0.3"
3636
snake-case "^3.0.4"
3737
superstruct "^0.15.4"
@@ -490,11 +490,6 @@ jayson@^4.1.0:
490490
uuid "^8.3.2"
491491
ws "^7.4.5"
492492

493-
js-sha256@^0.9.0:
494-
version "0.9.0"
495-
resolved "https://registry.npmjs.org/js-sha256/-/js-sha256-0.9.0.tgz"
496-
integrity sha512-sga3MHh9sgQN2+pJ9VYZ+1LPwXOxuBJBA5nrR5/ofPfuiJBE2hnjsaN8se8JznOmGLN2p49Pe5U/ttafcs/apA==
497-
498493
json-stringify-safe@^5.0.1:
499494
version "5.0.1"
500495
resolved "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz"

learn-how-to-build-for-mainnet/_answer/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"@coral-xyz/anchor": "0.28.1-beta.1",
13+
"@coral-xyz/anchor": "0.28.1-beta.2",
1414
"@solana/wallet-adapter-phantom": "0.9.24",
1515
"@solana/web3.js": "1.87.0",
1616
"react": "18.2.0",

learn-how-to-build-for-mainnet/_answer/app/yarn.lock

+5-10
Original file line numberDiff line numberDiff line change
@@ -220,12 +220,13 @@
220220
"@babel/helper-validator-identifier" "^7.22.5"
221221
to-fast-properties "^2.0.0"
222222

223-
"@coral-xyz/[email protected].1":
224-
version "0.28.1-beta.1"
225-
resolved "https://registry.yarnpkg.com/@coral-xyz/anchor/-/anchor-0.28.1-beta.1.tgz#0f71a3b62e38527f50d4a80e1fb4d20ba95926e2"
226-
integrity sha512-JdKr4IQqY719wts0wzhHIffpAo4fdJ25gPLfFN75d6LMfCKvwPupyDUigaT+ac6UWTw/bDdBbJFY6QSRvlTnrA==
223+
"@coral-xyz/[email protected].2":
224+
version "0.28.1-beta.2"
225+
resolved "https://registry.yarnpkg.com/@coral-xyz/anchor/-/anchor-0.28.1-beta.2.tgz#4ddd4b2b66af04407be47cf9524147793ec514a0"
226+
integrity sha512-xreUcOFF8+IQKWOBUrDKJbIw2ftpRVybFlEPVrbSlOBCbreCWrQ5754Gt9cHIcuBDAzearCDiBqzsGQdNgPJiw==
227227
dependencies:
228228
"@coral-xyz/borsh" "^0.28.0"
229+
"@noble/hashes" "^1.3.1"
229230
"@solana/web3.js" "^1.68.0"
230231
base64-js "^1.5.1"
231232
bn.js "^5.1.2"
@@ -235,7 +236,6 @@
235236
cross-fetch "^3.1.5"
236237
crypto-hash "^1.3.0"
237238
eventemitter3 "^4.0.7"
238-
js-sha256 "^0.9.0"
239239
pako "^2.0.3"
240240
snake-case "^3.0.4"
241241
superstruct "^0.15.4"
@@ -1459,11 +1459,6 @@ jayson@^4.1.0:
14591459
uuid "^8.3.2"
14601460
ws "^7.4.5"
14611461

1462-
js-sha256@^0.9.0:
1463-
version "0.9.0"
1464-
resolved "https://registry.yarnpkg.com/js-sha256/-/js-sha256-0.9.0.tgz#0b89ac166583e91ef9123644bd3c5334ce9d0966"
1465-
integrity sha512-sga3MHh9sgQN2+pJ9VYZ+1LPwXOxuBJBA5nrR5/ofPfuiJBE2hnjsaN8se8JznOmGLN2p49Pe5U/ttafcs/apA==
1466-
14671462
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
14681463
version "4.0.0"
14691464
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"

learn-how-to-build-for-mainnet/_answer/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.28.1-beta.1"
7+
"@coral-xyz/anchor": "0.28.1-beta.2"
88
},
99
"devDependencies": {
1010
"chai": "4.3.10",

learn-how-to-build-for-mainnet/_answer/yarn.lock

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

12-
"@coral-xyz/[email protected].1":
13-
version "0.28.1-beta.1"
14-
resolved "https://registry.yarnpkg.com/@coral-xyz/anchor/-/anchor-0.28.1-beta.1.tgz#0f71a3b62e38527f50d4a80e1fb4d20ba95926e2"
15-
integrity sha512-JdKr4IQqY719wts0wzhHIffpAo4fdJ25gPLfFN75d6LMfCKvwPupyDUigaT+ac6UWTw/bDdBbJFY6QSRvlTnrA==
12+
"@coral-xyz/[email protected].2":
13+
version "0.28.1-beta.2"
14+
resolved "https://registry.yarnpkg.com/@coral-xyz/anchor/-/anchor-0.28.1-beta.2.tgz#4ddd4b2b66af04407be47cf9524147793ec514a0"
15+
integrity sha512-xreUcOFF8+IQKWOBUrDKJbIw2ftpRVybFlEPVrbSlOBCbreCWrQ5754Gt9cHIcuBDAzearCDiBqzsGQdNgPJiw==
1616
dependencies:
1717
"@coral-xyz/borsh" "^0.28.0"
18+
"@noble/hashes" "^1.3.1"
1819
"@solana/web3.js" "^1.68.0"
1920
base64-js "^1.5.1"
2021
bn.js "^5.1.2"
@@ -24,7 +25,6 @@
2425
cross-fetch "^3.1.5"
2526
crypto-hash "^1.3.0"
2627
eventemitter3 "^4.0.7"
27-
js-sha256 "^0.9.0"
2828
pako "^2.0.3"
2929
snake-case "^3.0.4"
3030
superstruct "^0.15.4"
@@ -50,6 +50,11 @@
5050
resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.3.1.tgz#8831ef002114670c603c458ab8b11328406953a9"
5151
integrity sha512-EbqwksQwz9xDRGfDST86whPBgM65E0OH/pCgqW0GBVzO22bNE+NuIbeTb714+IfSjU3aRk47EUvXIb5bTsenKA==
5252

53+
"@noble/hashes@^1.3.1":
54+
version "1.3.2"
55+
resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.3.2.tgz#6f26dbc8fbc7205873ce3cee2f690eba0d421b39"
56+
integrity sha512-MVC8EAQp7MvEcm30KWENFjgR+Mkmf+D189XJTkFIlwohU5hcBbn1ZkKq7KVTi2Hme3PMGF390DaL52beVrIihQ==
57+
5358
"@solana/buffer-layout@^4.0.0":
5459
version "4.0.1"
5560
resolved "https://registry.yarnpkg.com/@solana/buffer-layout/-/buffer-layout-4.0.1.tgz#b996235eaec15b1e0b5092a8ed6028df77fa6c15"
@@ -629,11 +634,6 @@ jayson@^4.1.0:
629634
uuid "^8.3.2"
630635
ws "^7.4.5"
631636

632-
js-sha256@^0.9.0:
633-
version "0.9.0"
634-
resolved "https://registry.yarnpkg.com/js-sha256/-/js-sha256-0.9.0.tgz#0b89ac166583e91ef9123644bd3c5334ce9d0966"
635-
integrity sha512-sga3MHh9sgQN2+pJ9VYZ+1LPwXOxuBJBA5nrR5/ofPfuiJBE2hnjsaN8se8JznOmGLN2p49Pe5U/ttafcs/apA==
636-
637637
638638
version "4.1.0"
639639
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"

learn-how-to-build-for-mainnet/todo/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.28.1-beta.1"
7+
"@coral-xyz/anchor": "0.28.1-beta.2"
88
},
99
"devDependencies": {
1010
"chai": "4.3.10",

learn-how-to-build-for-mainnet/todo/yarn.lock

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

12-
"@coral-xyz/[email protected].1":
13-
version "0.28.1-beta.1"
14-
resolved "https://registry.yarnpkg.com/@coral-xyz/anchor/-/anchor-0.28.1-beta.1.tgz#0f71a3b62e38527f50d4a80e1fb4d20ba95926e2"
15-
integrity sha512-JdKr4IQqY719wts0wzhHIffpAo4fdJ25gPLfFN75d6LMfCKvwPupyDUigaT+ac6UWTw/bDdBbJFY6QSRvlTnrA==
12+
"@coral-xyz/[email protected].2":
13+
version "0.28.1-beta.2"
14+
resolved "https://registry.yarnpkg.com/@coral-xyz/anchor/-/anchor-0.28.1-beta.2.tgz#4ddd4b2b66af04407be47cf9524147793ec514a0"
15+
integrity sha512-xreUcOFF8+IQKWOBUrDKJbIw2ftpRVybFlEPVrbSlOBCbreCWrQ5754Gt9cHIcuBDAzearCDiBqzsGQdNgPJiw==
1616
dependencies:
1717
"@coral-xyz/borsh" "^0.28.0"
18+
"@noble/hashes" "^1.3.1"
1819
"@solana/web3.js" "^1.68.0"
1920
base64-js "^1.5.1"
2021
bn.js "^5.1.2"
@@ -24,7 +25,6 @@
2425
cross-fetch "^3.1.5"
2526
crypto-hash "^1.3.0"
2627
eventemitter3 "^4.0.7"
27-
js-sha256 "^0.9.0"
2828
pako "^2.0.3"
2929
snake-case "^3.0.4"
3030
superstruct "^0.15.4"
@@ -50,6 +50,11 @@
5050
resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.3.1.tgz#8831ef002114670c603c458ab8b11328406953a9"
5151
integrity sha512-EbqwksQwz9xDRGfDST86whPBgM65E0OH/pCgqW0GBVzO22bNE+NuIbeTb714+IfSjU3aRk47EUvXIb5bTsenKA==
5252

53+
"@noble/hashes@^1.3.1":
54+
version "1.3.2"
55+
resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.3.2.tgz#6f26dbc8fbc7205873ce3cee2f690eba0d421b39"
56+
integrity sha512-MVC8EAQp7MvEcm30KWENFjgR+Mkmf+D189XJTkFIlwohU5hcBbn1ZkKq7KVTi2Hme3PMGF390DaL52beVrIihQ==
57+
5358
"@solana/buffer-layout@^4.0.0":
5459
version "4.0.1"
5560
resolved "https://registry.yarnpkg.com/@solana/buffer-layout/-/buffer-layout-4.0.1.tgz#b996235eaec15b1e0b5092a8ed6028df77fa6c15"
@@ -629,11 +634,6 @@ jayson@^4.1.0:
629634
uuid "^8.3.2"
630635
ws "^7.4.5"
631636

632-
js-sha256@^0.9.0:
633-
version "0.9.0"
634-
resolved "https://registry.yarnpkg.com/js-sha256/-/js-sha256-0.9.0.tgz#0b89ac166583e91ef9123644bd3c5334ce9d0966"
635-
integrity sha512-sga3MHh9sgQN2+pJ9VYZ+1LPwXOxuBJBA5nrR5/ofPfuiJBE2hnjsaN8se8JznOmGLN2p49Pe5U/ttafcs/apA==
636-
637637
638638
version "4.1.0"
639639
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"

learn-how-to-deploy-to-devnet/todo/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"@coral-xyz/anchor": "0.28.1-beta.1",
13+
"@coral-xyz/anchor": "0.28.1-beta.2",
1414
"@solana/wallet-adapter-phantom": "0.9.24",
1515
"@solana/web3.js": "1.87.0",
1616
"react": "18.2.0",

learn-how-to-deploy-to-devnet/todo/app/yarn.lock

+5-10
Original file line numberDiff line numberDiff line change
@@ -220,12 +220,13 @@
220220
"@babel/helper-validator-identifier" "^7.22.5"
221221
to-fast-properties "^2.0.0"
222222

223-
"@coral-xyz/[email protected].1":
224-
version "0.28.1-beta.1"
225-
resolved "https://registry.yarnpkg.com/@coral-xyz/anchor/-/anchor-0.28.1-beta.1.tgz#0f71a3b62e38527f50d4a80e1fb4d20ba95926e2"
226-
integrity sha512-JdKr4IQqY719wts0wzhHIffpAo4fdJ25gPLfFN75d6LMfCKvwPupyDUigaT+ac6UWTw/bDdBbJFY6QSRvlTnrA==
223+
"@coral-xyz/[email protected].2":
224+
version "0.28.1-beta.2"
225+
resolved "https://registry.yarnpkg.com/@coral-xyz/anchor/-/anchor-0.28.1-beta.2.tgz#4ddd4b2b66af04407be47cf9524147793ec514a0"
226+
integrity sha512-xreUcOFF8+IQKWOBUrDKJbIw2ftpRVybFlEPVrbSlOBCbreCWrQ5754Gt9cHIcuBDAzearCDiBqzsGQdNgPJiw==
227227
dependencies:
228228
"@coral-xyz/borsh" "^0.28.0"
229+
"@noble/hashes" "^1.3.1"
229230
"@solana/web3.js" "^1.68.0"
230231
base64-js "^1.5.1"
231232
bn.js "^5.1.2"
@@ -235,7 +236,6 @@
235236
cross-fetch "^3.1.5"
236237
crypto-hash "^1.3.0"
237238
eventemitter3 "^4.0.7"
238-
js-sha256 "^0.9.0"
239239
pako "^2.0.3"
240240
snake-case "^3.0.4"
241241
superstruct "^0.15.4"
@@ -1459,11 +1459,6 @@ jayson@^4.1.0:
14591459
uuid "^8.3.2"
14601460
ws "^7.4.5"
14611461

1462-
js-sha256@^0.9.0:
1463-
version "0.9.0"
1464-
resolved "https://registry.yarnpkg.com/js-sha256/-/js-sha256-0.9.0.tgz#0b89ac166583e91ef9123644bd3c5334ce9d0966"
1465-
integrity sha512-sga3MHh9sgQN2+pJ9VYZ+1LPwXOxuBJBA5nrR5/ofPfuiJBE2hnjsaN8se8JznOmGLN2p49Pe5U/ttafcs/apA==
1466-
14671462
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
14681463
version "4.0.0"
14691464
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"

learn-how-to-deploy-to-devnet/todo/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.28.1-beta.1"
7+
"@coral-xyz/anchor": "0.28.1-beta.2"
88
},
99
"devDependencies": {
1010
"chai": "4.3.10",

0 commit comments

Comments
 (0)