Skip to content

Commit 0998469

Browse files
committed
Update packages
1 parent b4820d0 commit 0998469

File tree

3 files changed

+42
-3
lines changed

3 files changed

+42
-3
lines changed

packages/arcana-auth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"type-check": "tsc --noEmit"
1414
},
1515
"dependencies": {
16-
"@arcana/auth": "^1.0.3"
16+
"@arcana/auth": "^1.0.6"
1717
},
1818
"devDependencies": {
19-
"typescript": "^5.0.4"
19+
"typescript": "^5.1.6"
2020
}
2121
}

packages/arcana-auth/yarn.lock

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2+
# yarn lockfile v1
3+
4+
5+
"@arcana/auth@^1.0.6":
6+
version "1.0.6"
7+
resolved "https://registry.yarnpkg.com/@arcana/auth/-/auth-1.0.6.tgz#6b84a37e600b56c54651634debc11c8a01d3e129"
8+
integrity sha512-wJ/qP6bZcJR/U3YUtGWNF359grRjPoILrRYn4jix7zlguhY34Yc27NFhsDwq7yrgnPQYa4lLz6uOZf0pDOHbgA==
9+
dependencies:
10+
"@metamask/safe-event-emitter" "^2.0.0"
11+
eth-rpc-errors "^4.0.3"
12+
penpal "^6.0.1"
13+
14+
"@metamask/safe-event-emitter@^2.0.0":
15+
version "2.0.0"
16+
resolved "https://registry.yarnpkg.com/@metamask/safe-event-emitter/-/safe-event-emitter-2.0.0.tgz#af577b477c683fad17c619a78208cede06f9605c"
17+
integrity sha512-/kSXhY692qiV1MXu6EeOZvg5nECLclxNXcKCxJ3cXQgYuRymRHpdx/t7JXfsK+JLjwA1e1c1/SBrlQYpusC29Q==
18+
19+
eth-rpc-errors@^4.0.3:
20+
version "4.0.3"
21+
resolved "https://registry.yarnpkg.com/eth-rpc-errors/-/eth-rpc-errors-4.0.3.tgz#6ddb6190a4bf360afda82790bb7d9d5e724f423a"
22+
integrity sha512-Z3ymjopaoft7JDoxZcEb3pwdGh7yiYMhOwm2doUt6ASXlMavpNlK6Cre0+IMl2VSGyEU9rkiperQhp5iRxn5Pg==
23+
dependencies:
24+
fast-safe-stringify "^2.0.6"
25+
26+
fast-safe-stringify@^2.0.6:
27+
version "2.1.1"
28+
resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz#c406a83b6e70d9e35ce3b30a81141df30aeba884"
29+
integrity sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==
30+
31+
penpal@^6.0.1:
32+
version "6.2.2"
33+
resolved "https://registry.yarnpkg.com/penpal/-/penpal-6.2.2.tgz#20a0a0592881a959e8c87116d854f9528b1aa601"
34+
integrity sha512-RQD7hTx14/LY7QoS3tQYO3/fzVtwvZI+JeS5udgsu7FPaEDjlvfK9HBcme9/ipzSPKnrxSgacI9PI7154W62YQ==
35+
36+
typescript@^5.1.6:
37+
version "5.1.6"
38+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274"
39+
integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==

packages/demo/src/App.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
xdefi,
218218
frameWallet,
219219
cedeStore,
220-
arcanaAuth
220+
arcanaAuth,
221221
blocto,
222222
venly
223223
],

0 commit comments

Comments
 (0)