Skip to content

Commit c78c5e3

Browse files
authored
Merge pull request #6 from windingtree/develop
feat: 🎸 Bump beta.5
2 parents 165e8ee + cce5318 commit c78c5e3

File tree

2 files changed

+70
-70
lines changed

2 files changed

+70
-70
lines changed

examples/client/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
"preview": "vite preview"
1010
},
1111
"devDependencies": {
12-
"@types/react": "^18.0.27",
13-
"@types/react-dom": "^18.0.10",
12+
"@types/react": "^18.0.33",
13+
"@types/react-dom": "^18.0.11",
1414
"@vitejs/plugin-react": "^3.1.0",
1515
"eslint-config-react-app": "^7.0.1",
1616
"eslint-plugin-react-refresh": "^0.3.4",
1717
"react": "^18.2.0",
1818
"react-dom": "^18.2.0",
1919
"typescript": "^5.0.3",
20-
"vite": "^4.1.0",
20+
"vite": "^4.2.1",
2121
"zod": "^3.21.4",
22-
"@windingtree/sdk": "latest"
22+
"@windingtree/sdk": "^0.1.0-beta.4"
2323
},
2424
"eslintConfig": {
2525
"extends": [

examples/client/yarn.lock

Lines changed: 66 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -2044,17 +2044,17 @@
20442044
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf"
20452045
integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==
20462046

2047-
"@types/react-dom@^18.0.10":
2047+
"@types/react-dom@^18.0.11":
20482048
version "18.0.11"
20492049
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.11.tgz#321351c1459bc9ca3d216aefc8a167beec334e33"
20502050
integrity sha512-O38bPbI2CWtgw/OoQoY+BRelw7uysmXbWvw3nLWO21H1HSh+GOlqPuXshJfjmpNlKiiSDG9cc1JZAaMmVdcTlw==
20512051
dependencies:
20522052
"@types/react" "*"
20532053

2054-
"@types/react@*", "@types/react@^18.0.27":
2055-
version "18.0.32"
2056-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.32.tgz#5e88b2af6833251d54ec7fe86d393224499f41d5"
2057-
integrity sha512-gYGXdtPQ9Cj0w2Fwqg5/ak6BcK3Z15YgjSqtyDizWUfx7mQ8drs0NBUzRRsAdoFVTO8kJ8L2TL8Skm7OFPnLUw==
2054+
"@types/react@*", "@types/react@^18.0.33":
2055+
version "18.0.33"
2056+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.33.tgz#a1575160cb4376787c2f5fe0312302f824baa61e"
2057+
integrity sha512-sHxzVxeanvQyQ1lr8NSHaj0kDzcNiGpILEVt69g9S31/7PfMvNCKLKcsHw4lYKjs3cGNJjXSP4mYzX43QlnjNA==
20582058
dependencies:
20592059
"@types/prop-types" "*"
20602060
"@types/scheduler" "*"
@@ -2076,14 +2076,14 @@
20762076
integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==
20772077

20782078
"@typescript-eslint/eslint-plugin@^5.5.0":
2079-
version "5.57.0"
2080-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.57.0.tgz#52c8a7a4512f10e7249ca1e2e61f81c62c34365c"
2081-
integrity sha512-itag0qpN6q2UMM6Xgk6xoHa0D0/P+M17THnr4SVgqn9Rgam5k/He33MA7/D7QoJcdMxHFyX7U9imaBonAX/6qA==
2079+
version "5.57.1"
2080+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.57.1.tgz#d1ab162a3cd2671b8a1c9ddf6e2db73b14439735"
2081+
integrity sha512-1MeobQkQ9tztuleT3v72XmY0XuKXVXusAhryoLuU5YZ+mXoYKZP9SQ7Flulh1NX4DTjpGTc2b/eMu4u7M7dhnQ==
20822082
dependencies:
20832083
"@eslint-community/regexpp" "^4.4.0"
2084-
"@typescript-eslint/scope-manager" "5.57.0"
2085-
"@typescript-eslint/type-utils" "5.57.0"
2086-
"@typescript-eslint/utils" "5.57.0"
2084+
"@typescript-eslint/scope-manager" "5.57.1"
2085+
"@typescript-eslint/type-utils" "5.57.1"
2086+
"@typescript-eslint/utils" "5.57.1"
20872087
debug "^4.3.4"
20882088
grapheme-splitter "^1.0.4"
20892089
ignore "^5.2.0"
@@ -2092,78 +2092,78 @@
20922092
tsutils "^3.21.0"
20932093

20942094
"@typescript-eslint/experimental-utils@^5.0.0":
2095-
version "5.57.0"
2096-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.57.0.tgz#e4ddb5f1c77f5be73e7d0435c8d0bf3196b9d2ed"
2097-
integrity sha512-0RnrwGQ7MmgtOSnzB/rSGYr2iXENi6L+CtPzX3g5ovo0HlruLukSEKcc4s+q0IEc+DLTDc7Edan0Y4WSQ/bFhw==
2095+
version "5.57.1"
2096+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.57.1.tgz#da521391f16379b396896b120919c63f24fa78c2"
2097+
integrity sha512-5F5s8mpM1Y0RQ5iWzKQPQm5cmhARgcMfUwyHX1ZZFL8Tm0PyzyQ+9jgYSMaW74XXvpDg9/KdmMICLlwNwKtO7w==
20982098
dependencies:
2099-
"@typescript-eslint/utils" "5.57.0"
2099+
"@typescript-eslint/utils" "5.57.1"
21002100

21012101
"@typescript-eslint/parser@^5.5.0":
2102-
version "5.57.0"
2103-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.57.0.tgz#f675bf2cd1a838949fd0de5683834417b757e4fa"
2104-
integrity sha512-orrduvpWYkgLCyAdNtR1QIWovcNZlEm6yL8nwH/eTxWLd8gsP+25pdLHYzL2QdkqrieaDwLpytHqycncv0woUQ==
2102+
version "5.57.1"
2103+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.57.1.tgz#af911234bd4401d09668c5faf708a0570a17a748"
2104+
integrity sha512-hlA0BLeVSA/wBPKdPGxoVr9Pp6GutGoY380FEhbVi0Ph4WNe8kLvqIRx76RSQt1lynZKfrXKs0/XeEk4zZycuA==
21052105
dependencies:
2106-
"@typescript-eslint/scope-manager" "5.57.0"
2107-
"@typescript-eslint/types" "5.57.0"
2108-
"@typescript-eslint/typescript-estree" "5.57.0"
2106+
"@typescript-eslint/scope-manager" "5.57.1"
2107+
"@typescript-eslint/types" "5.57.1"
2108+
"@typescript-eslint/typescript-estree" "5.57.1"
21092109
debug "^4.3.4"
21102110

2111-
"@typescript-eslint/scope-manager@5.57.0":
2112-
version "5.57.0"
2113-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.57.0.tgz#79ccd3fa7bde0758059172d44239e871e087ea36"
2114-
integrity sha512-NANBNOQvllPlizl9LatX8+MHi7bx7WGIWYjPHDmQe5Si/0YEYfxSljJpoTyTWFTgRy3X8gLYSE4xQ2U+aCozSw==
2111+
"@typescript-eslint/scope-manager@5.57.1":
2112+
version "5.57.1"
2113+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.57.1.tgz#5d28799c0fc8b501a29ba1749d827800ef22d710"
2114+
integrity sha512-N/RrBwEUKMIYxSKl0oDK5sFVHd6VI7p9K5MyUlVYAY6dyNb/wHUqndkTd3XhpGlXgnQsBkRZuu4f9kAHghvgPw==
21152115
dependencies:
2116-
"@typescript-eslint/types" "5.57.0"
2117-
"@typescript-eslint/visitor-keys" "5.57.0"
2116+
"@typescript-eslint/types" "5.57.1"
2117+
"@typescript-eslint/visitor-keys" "5.57.1"
21182118

2119-
"@typescript-eslint/type-utils@5.57.0":
2120-
version "5.57.0"
2121-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.57.0.tgz#98e7531c4e927855d45bd362de922a619b4319f2"
2122-
integrity sha512-kxXoq9zOTbvqzLbdNKy1yFrxLC6GDJFE2Yuo3KqSwTmDOFjUGeWSakgoXT864WcK5/NAJkkONCiKb1ddsqhLXQ==
2119+
"@typescript-eslint/type-utils@5.57.1":
2120+
version "5.57.1"
2121+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.57.1.tgz#235daba621d3f882b8488040597b33777c74bbe9"
2122+
integrity sha512-/RIPQyx60Pt6ga86hKXesXkJ2WOS4UemFrmmq/7eOyiYjYv/MUSHPlkhU6k9T9W1ytnTJueqASW+wOmW4KrViw==
21232123
dependencies:
2124-
"@typescript-eslint/typescript-estree" "5.57.0"
2125-
"@typescript-eslint/utils" "5.57.0"
2124+
"@typescript-eslint/typescript-estree" "5.57.1"
2125+
"@typescript-eslint/utils" "5.57.1"
21262126
debug "^4.3.4"
21272127
tsutils "^3.21.0"
21282128

2129-
"@typescript-eslint/types@5.57.0":
2130-
version "5.57.0"
2131-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.57.0.tgz#727bfa2b64c73a4376264379cf1f447998eaa132"
2132-
integrity sha512-mxsod+aZRSyLT+jiqHw1KK6xrANm19/+VFALVFP5qa/aiJnlP38qpyaTd0fEKhWvQk6YeNZ5LGwI1pDpBRBhtQ==
2129+
"@typescript-eslint/types@5.57.1":
2130+
version "5.57.1"
2131+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.57.1.tgz#d9989c7a9025897ea6f0550b7036027f69e8a603"
2132+
integrity sha512-bSs4LOgyV3bJ08F5RDqO2KXqg3WAdwHCu06zOqcQ6vqbTJizyBhuh1o1ImC69X4bV2g1OJxbH71PJqiO7Y1RuA==
21332133

2134-
"@typescript-eslint/typescript-estree@5.57.0":
2135-
version "5.57.0"
2136-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.57.0.tgz#ebcd0ee3e1d6230e888d88cddf654252d41e2e40"
2137-
integrity sha512-LTzQ23TV82KpO8HPnWuxM2V7ieXW8O142I7hQTxWIHDcCEIjtkat6H96PFkYBQqGFLW/G/eVVOB9Z8rcvdY/Vw==
2134+
"@typescript-eslint/typescript-estree@5.57.1":
2135+
version "5.57.1"
2136+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.57.1.tgz#10d9643e503afc1ca4f5553d9bbe672ea4050b71"
2137+
integrity sha512-A2MZqD8gNT0qHKbk2wRspg7cHbCDCk2tcqt6ScCFLr5Ru8cn+TCfM786DjPhqwseiS+PrYwcXht5ztpEQ6TFTw==
21382138
dependencies:
2139-
"@typescript-eslint/types" "5.57.0"
2140-
"@typescript-eslint/visitor-keys" "5.57.0"
2139+
"@typescript-eslint/types" "5.57.1"
2140+
"@typescript-eslint/visitor-keys" "5.57.1"
21412141
debug "^4.3.4"
21422142
globby "^11.1.0"
21432143
is-glob "^4.0.3"
21442144
semver "^7.3.7"
21452145
tsutils "^3.21.0"
21462146

2147-
"@typescript-eslint/utils@5.57.0", "@typescript-eslint/utils@^5.43.0":
2148-
version "5.57.0"
2149-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.57.0.tgz#eab8f6563a2ac31f60f3e7024b91bf75f43ecef6"
2150-
integrity sha512-ps/4WohXV7C+LTSgAL5CApxvxbMkl9B9AUZRtnEFonpIxZDIT7wC1xfvuJONMidrkB9scs4zhtRyIwHh4+18kw==
2147+
"@typescript-eslint/utils@5.57.1", "@typescript-eslint/utils@^5.43.0":
2148+
version "5.57.1"
2149+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.57.1.tgz#0f97b0bbd88c2d5e2036869f26466be5f4c69475"
2150+
integrity sha512-kN6vzzf9NkEtawECqze6v99LtmDiUJCVpvieTFA1uL7/jDghiJGubGZ5csicYHU1Xoqb3oH/R5cN5df6W41Nfg==
21512151
dependencies:
21522152
"@eslint-community/eslint-utils" "^4.2.0"
21532153
"@types/json-schema" "^7.0.9"
21542154
"@types/semver" "^7.3.12"
2155-
"@typescript-eslint/scope-manager" "5.57.0"
2156-
"@typescript-eslint/types" "5.57.0"
2157-
"@typescript-eslint/typescript-estree" "5.57.0"
2155+
"@typescript-eslint/scope-manager" "5.57.1"
2156+
"@typescript-eslint/types" "5.57.1"
2157+
"@typescript-eslint/typescript-estree" "5.57.1"
21582158
eslint-scope "^5.1.1"
21592159
semver "^7.3.7"
21602160

2161-
"@typescript-eslint/visitor-keys@5.57.0":
2162-
version "5.57.0"
2163-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.57.0.tgz#e2b2f4174aff1d15eef887ce3d019ecc2d7a8ac1"
2164-
integrity sha512-ery2g3k0hv5BLiKpPuwYt9KBkAp2ugT6VvyShXdLOkax895EC55sP0Tx5L0fZaQueiK3fBLvHVvEl3jFS5ia+g==
2161+
"@typescript-eslint/visitor-keys@5.57.1":
2162+
version "5.57.1"
2163+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.57.1.tgz#585e5fa42a9bbcd9065f334fd7c8a4ddfa7d905e"
2164+
integrity sha512-RjQrAniDU0CEk5r7iphkm731zKlFiUjvcBS2yHAg8WWqFMCaCrD0rKEVOMUyMMcbGPZ0bPp56srkGWrgfZqLRA==
21652165
dependencies:
2166-
"@typescript-eslint/types" "5.57.0"
2166+
"@typescript-eslint/types" "5.57.1"
21672167
eslint-visitor-keys "^3.3.0"
21682168

21692169
"@vitejs/plugin-react@^3.1.0":
@@ -2177,10 +2177,10 @@
21772177
magic-string "^0.27.0"
21782178
react-refresh "^0.14.0"
21792179

2180-
"@windingtree/sdk@latest":
2181-
version "0.1.0-beta.3"
2182-
resolved "https://registry.yarnpkg.com/@windingtree/sdk/-/sdk-0.1.0-beta.3.tgz#02678fea232da12f493fa3057cba089b2612c55a"
2183-
integrity sha512-9PEjlopjizfkfWSRAT5VTY5I3eCTIipTF59p3vHd/CUjRHGnziFYUPUKSlD8rQ8fpBtrwvFC5Iivo2c6OY1FYQ==
2180+
"@windingtree/sdk@^0.1.0-beta.4":
2181+
version "0.1.0-beta.4"
2182+
resolved "https://registry.yarnpkg.com/@windingtree/sdk/-/sdk-0.1.0-beta.4.tgz#ecb0ab022b6dd00a80e4d9490dc6c47af3d52894"
2183+
integrity sha512-29duApIev4DQ1k4O2WCISqJro9Zb+rylpKS8kxVlM6jpSm32u7awm2HfJbGR/k+vxOmYfzthYZsmEdmSziIL4g==
21842184
dependencies:
21852185
"@chainsafe/libp2p-gossipsub" "^6.2.0"
21862186
"@chainsafe/libp2p-noise" "^11.0.4"
@@ -2469,9 +2469,9 @@ convert-source-map@^1.7.0:
24692469
integrity sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==
24702470

24712471
core-js-compat@^3.25.1:
2472-
version "3.29.1"
2473-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.29.1.tgz#15c0fb812ea27c973c18d425099afa50b934b41b"
2474-
integrity sha512-QmchCua884D8wWskMX8tW5ydINzd8oSJVx38lx/pVkFGqztxt73GYre3pm/hyYq8bPf+MW5In4I/uRShFDsbrA==
2472+
version "3.30.0"
2473+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.30.0.tgz#99aa2789f6ed2debfa1df3232784126ee97f4d80"
2474+
integrity sha512-P5A2h/9mRYZFIAP+5Ab8ns6083IyVpSclU74UNvbGVQ8VM7n3n3/g2yF3AkKQ9NXz2O+ioxLbEWKnDtgsFamhg==
24752475
dependencies:
24762476
browserslist "^4.21.5"
24772477

@@ -2606,9 +2606,9 @@ doctrine@^2.1.0:
26062606
esutils "^2.0.2"
26072607

26082608
electron-to-chromium@^1.4.284:
2609-
version "1.4.348"
2610-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.348.tgz#f49379dc212d79f39112dd026f53e371279e433d"
2611-
integrity sha512-gM7TdwuG3amns/1rlgxMbeeyNoBFPa+4Uu0c7FeROWh4qWmvSOnvcslKmWy51ggLKZ2n/F/4i2HJ+PVNxH9uCQ==
2609+
version "1.4.349"
2610+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.349.tgz#c65a4378cea805accfe6f585730ce2a3afe07f1d"
2611+
integrity sha512-34LBfVDiL6byWorSmQOPwq4gD5wpN8Mhh5yPGQr67FbcxsfUS0BDJP9y6RykSgeWVUfSkN/2dChywnsrmKVyUg==
26122612

26132613
emoji-regex@^9.2.2:
26142614
version "9.2.2"
@@ -4606,7 +4606,7 @@ varint@^6.0.0:
46064606
resolved "https://registry.yarnpkg.com/varint/-/varint-6.0.0.tgz#9881eb0ce8feaea6512439d19ddf84bf551661d0"
46074607
integrity sha512-cXEIW6cfr15lFv563k4GuVuW/fiwjknytD37jIOLSdSWuOI6WnO/oKwmP2FQTU2l01LP8/M5TSAJpzUaGe3uWg==
46084608

4609-
vite@^4.1.0:
4609+
vite@^4.2.1:
46104610
version "4.2.1"
46114611
resolved "https://registry.yarnpkg.com/vite/-/vite-4.2.1.tgz#6c2eb337b0dfd80a9ded5922163b94949d7fc254"
46124612
integrity sha512-7MKhqdy0ISo4wnvwtqZkjke6XN4taqQ2TBaTccLIpOKv7Vp2h4Y+NpmWCnGDeSvvn45KxvWgGyb0MkHvY1vgbg==

0 commit comments

Comments
 (0)