Skip to content

Commit 8f030ae

Browse files
authored
Merge pull request #1357 from onflow/cf/upgrade-kit-to-alpha
Upgrade kit to alpha
2 parents 48ce541 + c814f40 commit 8f030ae

File tree

2 files changed

+16
-106
lines changed

2 files changed

+16
-106
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@headlessui/react": "^2.2.0",
3333
"@mdx-js/react": "^3.1.0",
3434
"@onflow/fcl": "^1.13.1",
35-
"@onflow/kit": "/Users/chasefleming/dev/fcl-js/packages/kit/onflow-kit-0.2.0-alpha.1.tgz",
35+
"@onflow/kit": "0.8.0-alpha.0",
3636
"@tailwindcss/aspect-ratio": "0.4.2",
3737
"@tailwindcss/forms": "0.5.6",
3838
"@tailwindcss/typography": "0.5.10",

yarn.lock

Lines changed: 15 additions & 105 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@
77
resolved "https://registry.npmjs.org/@adraffy/ens-normalize/-/ens-normalize-1.10.0.tgz"
88
integrity sha512-nA9XHtlAkYfJxY7bce8DcN7eKxWWCWkU+1GR9d+U6MbNpfwQp8TI7vqOsBsMcHoT4mBu2kypKoSKnghEzOOq5Q==
99

10-
"@adraffy/ens-normalize@^1.10.1":
11-
version "1.11.0"
12-
resolved "https://registry.yarnpkg.com/@adraffy/ens-normalize/-/ens-normalize-1.11.0.tgz#42cc67c5baa407ac25059fcd7d405cc5ecdb0c33"
13-
integrity sha512-/3DDPKHqqIqxUULp8yP4zODUY1i+2xvVWsv8A79xGWdCAG+8sb0hRh0Rk2QyOJUnnbyPUAZYcpBuRe3nS2OIUg==
14-
1510
"@algolia/autocomplete-core@1.17.7":
1611
version "1.17.7"
1712
resolved "https://registry.npmjs.org/@algolia/autocomplete-core/-/autocomplete-core-1.17.7.tgz"
@@ -3158,42 +3153,18 @@
31583153
"@motionone/dom" "^10.16.4"
31593154
tslib "^2.3.1"
31603155

3161-
"@noble/ciphers@^1.3.0":
3162-
version "1.3.0"
3163-
resolved "https://registry.yarnpkg.com/@noble/ciphers/-/ciphers-1.3.0.tgz#f64b8ff886c240e644e5573c097f86e5b43676dc"
3164-
integrity sha512-2I0gnIVPtfnMw9ee9h1dJG7tp81+8Ob3OJb3Mv37rx5L40/b0i7djjCVvGOVqc9AEIQyvyu1i6ypKdFw8R8gQw==
3165-
31663156
"@noble/curves@1.2.0", "@noble/curves@~1.2.0":
31673157
version "1.2.0"
31683158
resolved "https://registry.npmjs.org/@noble/curves/-/curves-1.2.0.tgz"
31693159
integrity sha512-oYclrNgRaM9SsBUBVbb8M6DTV7ZHRTKugureoYEncY5c65HOmRzvSiTE3y5CYaPYJA/GVkrhXEoF0M3Ya9PMnw==
31703160
dependencies:
31713161
"@noble/hashes" "1.3.2"
31723162

3173-
"@noble/curves@1.9.1":
3174-
version "1.9.1"
3175-
resolved "https://registry.yarnpkg.com/@noble/curves/-/curves-1.9.1.tgz#9654a0bc6c13420ae252ddcf975eaf0f58f0a35c"
3176-
integrity sha512-k11yZxZg+t+gWvBbIswW0yoJlu8cHOC7dhunwOzoWH/mXGBiYyR4YY6hAEK/3EUs4UpB8la1RfdRpeGsFHkWsA==
3177-
dependencies:
3178-
"@noble/hashes" "1.8.0"
3179-
3180-
"@noble/curves@^1.6.0", "@noble/curves@~1.9.0":
3181-
version "1.9.2"
3182-
resolved "https://registry.yarnpkg.com/@noble/curves/-/curves-1.9.2.tgz#73388356ce733922396214a933ff7c95afcef911"
3183-
integrity sha512-HxngEd2XUcg9xi20JkwlLCtYwfoFw4JGkuZpT+WlsPD4gB/cxkvTD8fSsoAnphGZhFdZYKeQIPCuFlWPm1uE0g==
3184-
dependencies:
3185-
"@noble/hashes" "1.8.0"
3186-
31873163
"@noble/hashes@1.3.2", "@noble/hashes@~1.3.0", "@noble/hashes@~1.3.2":
31883164
version "1.3.2"
31893165
resolved "https://registry.npmjs.org/@noble/hashes/-/hashes-1.3.2.tgz"
31903166
integrity sha512-MVC8EAQp7MvEcm30KWENFjgR+Mkmf+D189XJTkFIlwohU5hcBbn1ZkKq7KVTi2Hme3PMGF390DaL52beVrIihQ==
31913167

3192-
"@noble/hashes@1.8.0", "@noble/hashes@^1.5.0", "@noble/hashes@~1.8.0":
3193-
version "1.8.0"
3194-
resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.8.0.tgz#cee43d801fcef9644b11b8194857695acd5f815a"
3195-
integrity sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==
3196-
31973168
"@nodelib/fs.scandir@2.1.5":
31983169
version "2.1.5"
31993170
resolved "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz"
@@ -3378,17 +3349,16 @@
33783349
resolved "https://registry.npmjs.org/@onflow/interaction/-/interaction-0.0.11.tgz"
33793350
integrity sha512-Xuq1Mmx6Wyba/F/L+QLQs0yJeQDsIDwy5SKk5vrCuVgIj0yD8k506g5L8ODrbM1LWll8i0tQsoOi0F85vNl5sA==
33803351

3381-
"@onflow/kit@/Users/chasefleming/dev/fcl-js/packages/kit/onflow-kit-0.2.0-alpha.1.tgz":
3382-
version "0.2.0-alpha.1"
3383-
resolved "/Users/chasefleming/dev/fcl-js/packages/kit/onflow-kit-0.2.0-alpha.1.tgz#83dbcd1f69053cba3422b85ccdf2b266ccced391"
3352+
"@onflow/kit@0.8.0-alpha.0":
3353+
version "0.8.0-alpha.0"
3354+
resolved "https://registry.yarnpkg.com/@onflow/kit/-/kit-0.8.0-alpha.0.tgz#3d01a84a5ee780af3463a004228d14ad8b92b43d"
3355+
integrity sha512-LaiIZvdDTCR0JgYM4TKQdRouq0+lyDY24j7mWBtCSfQpgtCEtb5b4isz7UmgtAnwyWSyklgt0zm1eZu52x+ORQ==
33843356
dependencies:
33853357
"@babel/runtime" "^7.25.7"
33863358
"@headlessui/react" "^2.2.2"
33873359
"@tanstack/react-query" "^5.67.3"
33883360
"@testing-library/react" "^16.2.0"
3389-
postcss-cli "^11.0.0"
3390-
tailwind-merge "^2.2.1"
3391-
viem "^2.28.1"
3361+
tailwind-merge "^3.3.1"
33923362

33933363
"@onflow/rlp@1.2.3":
33943364
version "1.2.3"
@@ -4398,11 +4368,6 @@
43984368
resolved "https://registry.npmjs.org/@scure/base/-/base-1.1.9.tgz"
43994369
integrity sha512-8YKhl8GHiNI/pU2VMaofa2Tor7PJRAjwQLBBuilkJ9L5+13yVbC7JO/wS7piioAvPSwR3JKM1IJ/u4xQzbcXKg==
44004370

4401-
"@scure/base@~1.2.5":
4402-
version "1.2.6"
4403-
resolved "https://registry.yarnpkg.com/@scure/base/-/base-1.2.6.tgz#ca917184b8231394dd8847509c67a0be522e59f6"
4404-
integrity sha512-g/nm5FgUa//MCj1gV09zTJTaM6KBAHqLN907YVQqf7zC49+DcO4B1so4ZX07Ef10Twr6nuqYEH9GEggFXA4Fmg==
4405-
44064371
"@scure/bip32@1.3.2":
44074372
version "1.3.2"
44084373
resolved "https://registry.npmjs.org/@scure/bip32/-/bip32-1.3.2.tgz"
@@ -4412,15 +4377,6 @@
44124377
"@noble/hashes" "~1.3.2"
44134378
"@scure/base" "~1.1.2"
44144379

4415-
"@scure/bip32@1.7.0", "@scure/bip32@^1.5.0":
4416-
version "1.7.0"
4417-
resolved "https://registry.yarnpkg.com/@scure/bip32/-/bip32-1.7.0.tgz#b8683bab172369f988f1589640e53c4606984219"
4418-
integrity sha512-E4FFX/N3f4B80AKWp5dP6ow+flD1LQZo/w8UnLGYZO674jS6YnYeepycOOksv+vLPSpgN35wgKgy+ybfTb2SMw==
4419-
dependencies:
4420-
"@noble/curves" "~1.9.0"
4421-
"@noble/hashes" "~1.8.0"
4422-
"@scure/base" "~1.2.5"
4423-
44244380
"@scure/bip39@1.2.1":
44254381
version "1.2.1"
44264382
resolved "https://registry.npmjs.org/@scure/bip39/-/bip39-1.2.1.tgz"
@@ -4429,14 +4385,6 @@
44294385
"@noble/hashes" "~1.3.0"
44304386
"@scure/base" "~1.1.0"
44314387

4432-
"@scure/bip39@1.6.0", "@scure/bip39@^1.4.0":
4433-
version "1.6.0"
4434-
resolved "https://registry.yarnpkg.com/@scure/bip39/-/bip39-1.6.0.tgz#475970ace440d7be87a6086cbee77cb8f1a684f9"
4435-
integrity sha512-+lF0BbLiJNwVlev4eKelw1WWLaiKXw7sSl8T6FvBlWkdX+94aGJ4o8XjUdlyhTCjd8c+B3KT3JfS8P0bLRNU6A==
4436-
dependencies:
4437-
"@noble/hashes" "~1.8.0"
4438-
"@scure/base" "~1.2.5"
4439-
44404388
"@shikijs/core@1.14.1":
44414389
version "1.14.1"
44424390
resolved "https://registry.npmjs.org/@shikijs/core/-/core-1.14.1.tgz"
@@ -5956,11 +5904,6 @@ abitype@1.0.0:
59565904
resolved "https://registry.npmjs.org/abitype/-/abitype-1.0.0.tgz"
59575905
integrity sha512-NMeMah//6bJ56H5XRj8QCV4AwuW6hB6zqz2LnhhLdcWVQOsXki6/Pn3APeqxCma62nXIcmZWdu1DlHWS74umVQ==
59585906

5959-
abitype@1.0.8, abitype@^1.0.6:
5960-
version "1.0.8"
5961-
resolved "https://registry.yarnpkg.com/abitype/-/abitype-1.0.8.tgz#3554f28b2e9d6e9f35eb59878193eabd1b9f46ba"
5962-
integrity sha512-ZeiI6h3GnW06uYDLx0etQtX/p8E24UaHHBj57RSjK7YBFe7iuVn07EDpOeP451D06sF27VOz9JJPlIKJmXgkEg==
5963-
59645907
abort-controller@^3.0.0:
59655908
version "3.0.0"
59665909
resolved "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz"
@@ -8782,16 +8725,16 @@ event-target-shim@^5.0.0:
87828725
resolved "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz"
87838726
integrity sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==
87848727

8785-
eventemitter3@5.0.1, eventemitter3@^5.0.1:
8786-
version "5.0.1"
8787-
resolved "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz"
8788-
integrity sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==
8789-
87908728
eventemitter3@^4.0.0, eventemitter3@^4.0.1:
87918729
version "4.0.7"
87928730
resolved "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz"
87938731
integrity sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==
87948732

8733+
eventemitter3@^5.0.1:
8734+
version "5.0.1"
8735+
resolved "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz"
8736+
integrity sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==
8737+
87958738
events@3.3.0, events@^3.2.0, events@^3.3.0:
87968739
version "3.3.0"
87978740
resolved "https://registry.npmjs.org/events/-/events-3.3.0.tgz"
@@ -10726,11 +10669,6 @@ isows@1.0.3:
1072610669
resolved "https://registry.npmjs.org/isows/-/isows-1.0.3.tgz"
1072710670
integrity sha512-2cKei4vlmg2cxEjm3wVSqn8pcoRF/LX/wpifuuNquFO4SQmPwarClT+SUCA2lt+l581tTeZIPIZuIDo2jWN1fg==
1072810671

10729-
isows@1.0.7:
10730-
version "1.0.7"
10731-
resolved "https://registry.yarnpkg.com/isows/-/isows-1.0.7.tgz#1c06400b7eed216fbba3bcbd68f12490fc342915"
10732-
integrity sha512-I1fSfDCZL5P0v33sVqeTDSpcstAg/N+wF5HS033mogOVIp4B+oHC7oOCsA3axAbBSGTJ8QubbNmnIRN/h8U7hg==
10733-
1073410672
istanbul-lib-coverage@^3.0.0, istanbul-lib-coverage@^3.2.0:
1073510673
version "3.2.2"
1073610674
resolved "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz"
@@ -13096,20 +13034,6 @@ os-tmpdir@~1.0.2:
1309613034
resolved "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz"
1309713035
integrity sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==
1309813036

13099-
ox@0.7.1:
13100-
version "0.7.1"
13101-
resolved "https://registry.yarnpkg.com/ox/-/ox-0.7.1.tgz#fb23a770dd966c051ad916d4e2e655a6f995e1cf"
13102-
integrity sha512-+k9fY9PRNuAMHRFIUbiK9Nt5seYHHzSQs9Bj+iMETcGtlpS7SmBzcGSVUQO3+nqGLEiNK4598pHNFlVRaZbRsg==
13103-
dependencies:
13104-
"@adraffy/ens-normalize" "^1.10.1"
13105-
"@noble/ciphers" "^1.3.0"
13106-
"@noble/curves" "^1.6.0"
13107-
"@noble/hashes" "^1.5.0"
13108-
"@scure/bip32" "^1.5.0"
13109-
"@scure/bip39" "^1.4.0"
13110-
abitype "^1.0.6"
13111-
eventemitter3 "5.0.1"
13112-
1311313037
p-cancelable@^3.0.0:
1311413038
version "3.0.0"
1311513039
resolved "https://registry.npmjs.org/p-cancelable/-/p-cancelable-3.0.0.tgz"
@@ -16307,6 +16231,11 @@ tailwind-merge@^2.2.1:
1630716231
resolved "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.5.5.tgz"
1630816232
integrity sha512-0LXunzzAZzo0tEPxV3I297ffKZPlKDrjj7NXphC8V5ak9yHC5zRmxnOe2m/Rd/7ivsOMJe3JZ2JVocoDdQTRBA==
1630916233

16234+
tailwind-merge@^3.3.1:
16235+
version "3.3.1"
16236+
resolved "https://registry.yarnpkg.com/tailwind-merge/-/tailwind-merge-3.3.1.tgz#a7e7db7c714f6020319e626ecfb7e7dac8393a4b"
16237+
integrity sha512-gBXpgUm/3rp1lMZZrM/w7D8GKqshif0zAymAhbCyIt8KMe+0v9DQ7cdYLR4FHH/cKpdTXb+A/tKKU3eolfsI+g==
16238+
1631016239
tailwind-scrollbar-hide@1.1.7:
1631116240
version "1.1.7"
1631216241
resolved "https://registry.npmjs.org/tailwind-scrollbar-hide/-/tailwind-scrollbar-hide-1.1.7.tgz"
@@ -17466,20 +17395,6 @@ viem@2.9.16:
1746617395
isows "1.0.3"
1746717396
ws "8.13.0"
1746817397

17469-
viem@^2.28.1:
17470-
version "2.31.0"
17471-
resolved "https://registry.yarnpkg.com/viem/-/viem-2.31.0.tgz#2263426cce091d440e283b88183dff6f1d8bae5c"
17472-
integrity sha512-U7OMQ6yqK+bRbEIarf2vqxL7unSEQvNxvML/1zG7suAmKuJmipqdVTVJGKBCJiYsm/EremyO2FS4dHIPpGv+eA==
17473-
dependencies:
17474-
"@noble/curves" "1.9.1"
17475-
"@noble/hashes" "1.8.0"
17476-
"@scure/bip32" "1.7.0"
17477-
"@scure/bip39" "1.6.0"
17478-
abitype "1.0.8"
17479-
isows "1.0.7"
17480-
ox "0.7.1"
17481-
ws "8.18.2"
17482-
1748317398
walk-up-path@^3.0.1:
1748417399
version "3.0.1"
1748517400
resolved "https://registry.npmjs.org/walk-up-path/-/walk-up-path-3.0.1.tgz"
@@ -17852,11 +17767,6 @@ ws@8.13.0:
1785217767
resolved "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz"
1785317768
integrity sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==
1785417769

17855-
ws@8.18.2:
17856-
version "8.18.2"
17857-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.18.2.tgz#42738b2be57ced85f46154320aabb51ab003705a"
17858-
integrity sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ==
17859-
1786017770
ws@^7.3.1, ws@^7.5.1:
1786117771
version "7.5.10"
1786217772
resolved "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz"

0 commit comments

Comments
 (0)