Skip to content

Commit 01ca2d6

Browse files
Update react dependencies
1 parent eb52240 commit 01ca2d6

2 files changed

Lines changed: 139 additions & 46 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@
4949
"@tailwindcss/vite": "^4.1.14",
5050
"@types/react": "^19.1.12",
5151
"@types/react-dom": "^19.1.9",
52-
"@vitejs/plugin-react": "^4.4.1",
52+
"@vitejs/plugin-react": "^5.0.4",
5353
"eslint": "^9.34.0",
5454
"eslint-config-prettier": "^10.1.8",
55-
"eslint-plugin-react-hooks": "^5.2.0",
55+
"eslint-plugin-react-hooks": "^7.0.0",
5656
"eslint-plugin-react-refresh": "^0.4.19",
5757
"globals": "^16.4.0",
5858
"markdownlint-cli": "^0.45.0",

yarn.lock

Lines changed: 137 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
resolved "https://registry.yarnpkg.com/@adraffy/ens-normalize/-/ens-normalize-1.11.0.tgz#42cc67c5baa407ac25059fcd7d405cc5ecdb0c33"
88
integrity sha512-/3DDPKHqqIqxUULp8yP4zODUY1i+2xvVWsv8A79xGWdCAG+8sb0hRh0Rk2QyOJUnnbyPUAZYcpBuRe3nS2OIUg==
99

10-
"@ampproject/remapping@^2.2.0", "@ampproject/remapping@^2.3.0":
10+
"@ampproject/remapping@^2.3.0":
1111
version "2.3.0"
1212
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.3.0.tgz#ed441b6fa600072520ce18b43d2c8cc8caecc7f4"
1313
integrity sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==
@@ -29,21 +29,21 @@
2929
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.5.tgz#7d0658ec1a8420fc866d1df1b03bea0e79934c82"
3030
integrity sha512-KiRAp/VoJaWkkte84TvUd9qjdbZAdiqyvMxrGl1N6vzFogKmaLgoM3L1kgtLicp2HP5fBJS8JrZKLVIZGVJAVg==
3131

32-
"@babel/core@^7.27.4":
33-
version "7.27.4"
34-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.4.tgz#cc1fc55d0ce140a1828d1dd2a2eba285adbfb3ce"
35-
integrity sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g==
32+
"@babel/core@^7.24.4", "@babel/core@^7.28.4":
33+
version "7.28.5"
34+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.5.tgz#4c81b35e51e1b734f510c99b07dfbc7bbbb48f7e"
35+
integrity sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==
3636
dependencies:
37-
"@ampproject/remapping" "^2.2.0"
3837
"@babel/code-frame" "^7.27.1"
39-
"@babel/generator" "^7.27.3"
38+
"@babel/generator" "^7.28.5"
4039
"@babel/helper-compilation-targets" "^7.27.2"
41-
"@babel/helper-module-transforms" "^7.27.3"
42-
"@babel/helpers" "^7.27.4"
43-
"@babel/parser" "^7.27.4"
40+
"@babel/helper-module-transforms" "^7.28.3"
41+
"@babel/helpers" "^7.28.4"
42+
"@babel/parser" "^7.28.5"
4443
"@babel/template" "^7.27.2"
45-
"@babel/traverse" "^7.27.4"
46-
"@babel/types" "^7.27.3"
44+
"@babel/traverse" "^7.28.5"
45+
"@babel/types" "^7.28.5"
46+
"@jridgewell/remapping" "^2.3.5"
4747
convert-source-map "^2.0.0"
4848
debug "^4.1.0"
4949
gensync "^1.0.0-beta.2"
@@ -61,6 +61,17 @@
6161
"@jridgewell/trace-mapping" "^0.3.25"
6262
jsesc "^3.0.2"
6363

64+
"@babel/generator@^7.28.5":
65+
version "7.28.5"
66+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.5.tgz#712722d5e50f44d07bc7ac9fe84438742dd61298"
67+
integrity sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==
68+
dependencies:
69+
"@babel/parser" "^7.28.5"
70+
"@babel/types" "^7.28.5"
71+
"@jridgewell/gen-mapping" "^0.3.12"
72+
"@jridgewell/trace-mapping" "^0.3.28"
73+
jsesc "^3.0.2"
74+
6475
"@babel/helper-compilation-targets@^7.27.2":
6576
version "7.27.2"
6677
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz#46a0f6efab808d51d29ce96858dd10ce8732733d"
@@ -72,6 +83,11 @@
7283
lru-cache "^5.1.1"
7384
semver "^6.3.1"
7485

86+
"@babel/helper-globals@^7.28.0":
87+
version "7.28.0"
88+
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674"
89+
integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==
90+
7591
"@babel/helper-module-imports@^7.27.1":
7692
version "7.27.1"
7793
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz#7ef769a323e2655e126673bb6d2d6913bbead204"
@@ -80,14 +96,14 @@
8096
"@babel/traverse" "^7.27.1"
8197
"@babel/types" "^7.27.1"
8298

83-
"@babel/helper-module-transforms@^7.27.3":
84-
version "7.27.3"
85-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02"
86-
integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==
99+
"@babel/helper-module-transforms@^7.28.3":
100+
version "7.28.3"
101+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz#a2b37d3da3b2344fe085dab234426f2b9a2fa5f6"
102+
integrity sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==
87103
dependencies:
88104
"@babel/helper-module-imports" "^7.27.1"
89105
"@babel/helper-validator-identifier" "^7.27.1"
90-
"@babel/traverse" "^7.27.3"
106+
"@babel/traverse" "^7.28.3"
91107

92108
"@babel/helper-plugin-utils@^7.27.1":
93109
version "7.27.1"
@@ -104,18 +120,23 @@
104120
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
105121
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
106122

123+
"@babel/helper-validator-identifier@^7.28.5":
124+
version "7.28.5"
125+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4"
126+
integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==
127+
107128
"@babel/helper-validator-option@^7.27.1":
108129
version "7.27.1"
109130
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f"
110131
integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==
111132

112-
"@babel/helpers@^7.27.4":
113-
version "7.27.6"
114-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c"
115-
integrity sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==
133+
"@babel/helpers@^7.28.4":
134+
version "7.28.4"
135+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.4.tgz#fe07274742e95bdf7cf1443593eeb8926ab63827"
136+
integrity sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==
116137
dependencies:
117138
"@babel/template" "^7.27.2"
118-
"@babel/types" "^7.27.6"
139+
"@babel/types" "^7.28.4"
119140

120141
"@babel/parser@^7.1.0", "@babel/parser@^7.20.7", "@babel/parser@^7.27.2", "@babel/parser@^7.27.4", "@babel/parser@^7.27.5":
121142
version "7.27.5"
@@ -124,6 +145,13 @@
124145
dependencies:
125146
"@babel/types" "^7.27.3"
126147

148+
"@babel/parser@^7.24.4", "@babel/parser@^7.28.5":
149+
version "7.28.5"
150+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08"
151+
integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==
152+
dependencies:
153+
"@babel/types" "^7.28.5"
154+
127155
"@babel/plugin-transform-react-jsx-self@^7.27.1":
128156
version "7.27.1"
129157
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz#af678d8506acf52c577cac73ff7fe6615c85fc92"
@@ -152,7 +180,7 @@
152180
"@babel/parser" "^7.27.2"
153181
"@babel/types" "^7.27.1"
154182

155-
"@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3", "@babel/traverse@^7.27.4":
183+
"@babel/traverse@^7.27.1":
156184
version "7.27.4"
157185
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.4.tgz#b0045ac7023c8472c3d35effd7cc9ebd638da6ea"
158186
integrity sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA==
@@ -165,14 +193,35 @@
165193
debug "^4.3.1"
166194
globals "^11.1.0"
167195

168-
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.27.6":
196+
"@babel/traverse@^7.28.3", "@babel/traverse@^7.28.5":
197+
version "7.28.5"
198+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.5.tgz#450cab9135d21a7a2ca9d2d35aa05c20e68c360b"
199+
integrity sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==
200+
dependencies:
201+
"@babel/code-frame" "^7.27.1"
202+
"@babel/generator" "^7.28.5"
203+
"@babel/helper-globals" "^7.28.0"
204+
"@babel/parser" "^7.28.5"
205+
"@babel/template" "^7.27.2"
206+
"@babel/types" "^7.28.5"
207+
debug "^4.3.1"
208+
209+
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.27.1", "@babel/types@^7.27.3":
169210
version "7.27.6"
170211
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.6.tgz#a434ca7add514d4e646c80f7375c0aa2befc5535"
171212
integrity sha512-ETyHEk2VHHvl9b9jZP5IHPavHYk57EhanlRRuae9XCpb/j5bDCbPPMOBfCWhnl/7EDJz0jEMCi/RhccCE8r1+Q==
172213
dependencies:
173214
"@babel/helper-string-parser" "^7.27.1"
174215
"@babel/helper-validator-identifier" "^7.27.1"
175216

217+
"@babel/types@^7.28.4", "@babel/types@^7.28.5":
218+
version "7.28.5"
219+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b"
220+
integrity sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==
221+
dependencies:
222+
"@babel/helper-string-parser" "^7.27.1"
223+
"@babel/helper-validator-identifier" "^7.28.5"
224+
176225
"@coinbase/wallet-sdk@4.3.3":
177226
version "4.3.3"
178227
resolved "https://registry.yarnpkg.com/@coinbase/wallet-sdk/-/wallet-sdk-4.3.3.tgz#f798e270d8f740e93636c76e40edd89a0dd033dd"
@@ -541,6 +590,14 @@
541590
dependencies:
542591
minipass "^7.0.4"
543592

593+
"@jridgewell/gen-mapping@^0.3.12":
594+
version "0.3.13"
595+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz#6342a19f44347518c93e43b1ac69deb3c4656a1f"
596+
integrity sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==
597+
dependencies:
598+
"@jridgewell/sourcemap-codec" "^1.5.0"
599+
"@jridgewell/trace-mapping" "^0.3.24"
600+
544601
"@jridgewell/gen-mapping@^0.3.5":
545602
version "0.3.8"
546603
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz#4f0e06362e01362f823d348f1872b08f666d8142"
@@ -550,7 +607,7 @@
550607
"@jridgewell/sourcemap-codec" "^1.4.10"
551608
"@jridgewell/trace-mapping" "^0.3.24"
552609

553-
"@jridgewell/remapping@^2.3.4":
610+
"@jridgewell/remapping@^2.3.4", "@jridgewell/remapping@^2.3.5":
554611
version "2.3.5"
555612
resolved "https://registry.yarnpkg.com/@jridgewell/remapping/-/remapping-2.3.5.tgz#375c476d1972947851ba1e15ae8f123047445aa1"
556613
integrity sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==
@@ -586,6 +643,14 @@
586643
"@jridgewell/resolve-uri" "^3.1.0"
587644
"@jridgewell/sourcemap-codec" "^1.4.14"
588645

646+
"@jridgewell/trace-mapping@^0.3.28":
647+
version "0.3.31"
648+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz#db15d6781c931f3a251a3dac39501c98a6082fd0"
649+
integrity sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==
650+
dependencies:
651+
"@jridgewell/resolve-uri" "^3.1.0"
652+
"@jridgewell/sourcemap-codec" "^1.4.14"
653+
589654
"@lit-labs/ssr-dom-shim@^1.2.0":
590655
version "1.3.0"
591656
resolved "https://registry.yarnpkg.com/@lit-labs/ssr-dom-shim/-/ssr-dom-shim-1.3.0.tgz#a28799c463177d1a0b0e5cefdc173da5ac859eb4"
@@ -1759,10 +1824,10 @@
17591824
valtio "1.13.2"
17601825
viem ">=2.29.0"
17611826

1762-
"@rolldown/pluginutils@1.0.0-beta.11":
1763-
version "1.0.0-beta.11"
1764-
resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.11.tgz#1e3e8044dd053c3dfa4bbbb3861f6e180ee78343"
1765-
integrity sha512-L/gAA/hyCSuzTF1ftlzUSI/IKr2POHsv1Dd78GfqkR83KMNuswWD61JxGV2L7nRwBBBSDr6R1gCkdTmoN7W4ag==
1827+
"@rolldown/pluginutils@1.0.0-beta.43":
1828+
version "1.0.0-beta.43"
1829+
resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.43.tgz#fa8249860113711ad3c8053bc79cb07c79b77f62"
1830+
integrity sha512-5Uxg7fQUCmfhax7FJke2+8B6cqgeUJUD9o2uXIKXhD+mG0mL6NObmVoi9wXEU1tY89mZKgAYA6fTbftx3q2ZPQ==
17661831

17671832
"@rollup/rollup-android-arm-eabi@4.42.0":
17681833
version "4.42.0"
@@ -2518,17 +2583,17 @@
25182583
resolved "https://registry.yarnpkg.com/@vanilla-extract/sprinkles/-/sprinkles-1.6.4.tgz#adf34734bd480bbcc835eec94f90869a81f35af5"
25192584
integrity sha512-lW3MuIcdIeHKX81DzhTnw68YJdL1ial05exiuvTLJMdHXQLKcVB93AncLPajMM6mUhaVVx5ALZzNHMTrq/U9Hg==
25202585

2521-
"@vitejs/plugin-react@^4.4.1":
2522-
version "4.5.2"
2523-
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.5.2.tgz#8b98a8fbcefff4aa4c946966fbec560dc66d2bd9"
2524-
integrity sha512-QNVT3/Lxx99nMQWJWF7K4N6apUEuT0KlZA3mx/mVaoGj3smm/8rc8ezz15J1pcbcjDK0V15rpHetVfya08r76Q==
2586+
"@vitejs/plugin-react@^5.0.4":
2587+
version "5.1.0"
2588+
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-5.1.0.tgz#1f37671a227571437d6e324b824256dac157570e"
2589+
integrity sha512-4LuWrg7EKWgQaMJfnN+wcmbAW+VSsCmqGohftWjuct47bv8uE4n/nPpq4XjJPsxgq00GGG5J8dvBczp8uxScew==
25252590
dependencies:
2526-
"@babel/core" "^7.27.4"
2591+
"@babel/core" "^7.28.4"
25272592
"@babel/plugin-transform-react-jsx-self" "^7.27.1"
25282593
"@babel/plugin-transform-react-jsx-source" "^7.27.1"
2529-
"@rolldown/pluginutils" "1.0.0-beta.11"
2594+
"@rolldown/pluginutils" "1.0.0-beta.43"
25302595
"@types/babel__core" "^7.20.5"
2531-
react-refresh "^0.17.0"
2596+
react-refresh "^0.18.0"
25322597

25332598
"@wagmi/connectors@5.8.5":
25342599
version "5.8.5"
@@ -3806,10 +3871,16 @@ eslint-config-prettier@^10.1.8:
38063871
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.8.tgz#15734ce4af8c2778cc32f0b01b37b0b5cd1ecb97"
38073872
integrity sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==
38083873

3809-
eslint-plugin-react-hooks@^5.2.0:
3810-
version "5.2.0"
3811-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.2.0.tgz#1be0080901e6ac31ce7971beed3d3ec0a423d9e3"
3812-
integrity sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==
3874+
eslint-plugin-react-hooks@^7.0.0:
3875+
version "7.0.1"
3876+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.0.1.tgz#66e258db58ece50723ef20cc159f8aa908219169"
3877+
integrity sha512-O0d0m04evaNzEPoSW+59Mezf8Qt0InfgGIBJnpC0h3NH/WjUAR7BIKUfysC6todmtiZ/A0oUVS8Gce0WhBrHsA==
3878+
dependencies:
3879+
"@babel/core" "^7.24.4"
3880+
"@babel/parser" "^7.24.4"
3881+
hermes-parser "^0.25.1"
3882+
zod "^3.25.0 || ^4.0.0"
3883+
zod-validation-error "^3.5.0 || ^4.0.0"
38133884

38143885
eslint-plugin-react-refresh@^0.4.19:
38153886
version "0.4.20"
@@ -4319,6 +4390,18 @@ hast-util-whitespace@^3.0.0:
43194390
dependencies:
43204391
"@types/hast" "^3.0.0"
43214392

4393+
hermes-estree@0.25.1:
4394+
version "0.25.1"
4395+
resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.25.1.tgz#6aeec17d1983b4eabf69721f3aa3eb705b17f480"
4396+
integrity sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==
4397+
4398+
hermes-parser@^0.25.1:
4399+
version "0.25.1"
4400+
resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.25.1.tgz#5be0e487b2090886c62bd8a11724cd766d5f54d1"
4401+
integrity sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==
4402+
dependencies:
4403+
hermes-estree "0.25.1"
4404+
43224405
html-url-attributes@^3.0.0:
43234406
version "3.0.1"
43244407
resolved "https://registry.yarnpkg.com/html-url-attributes/-/html-url-attributes-3.0.1.tgz#83b052cd5e437071b756cd74ae70f708870c2d87"
@@ -5822,10 +5905,10 @@ react-markdown@^10.1.0:
58225905
unist-util-visit "^5.0.0"
58235906
vfile "^6.0.0"
58245907

5825-
react-refresh@^0.17.0:
5826-
version "0.17.0"
5827-
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.17.0.tgz#b7e579c3657f23d04eccbe4ad2e58a8ed51e7e53"
5828-
integrity sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==
5908+
react-refresh@^0.18.0:
5909+
version "0.18.0"
5910+
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.18.0.tgz#2dce97f4fe932a4d8142fa1630e475c1729c8062"
5911+
integrity sha512-QgT5//D3jfjJb6Gsjxv0Slpj23ip+HtOpnNgnb2S5zU3CB26G/IDPGoy4RJB42wzFE46DRsstbW6tKHoKbhAxw==
58295912

58305913
react-remove-scroll-bar@^2.3.7:
58315914
version "2.3.8"
@@ -6951,6 +7034,11 @@ yocto-queue@^0.1.0:
69517034
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
69527035
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
69537036

7037+
"zod-validation-error@^3.5.0 || ^4.0.0":
7038+
version "4.0.2"
7039+
resolved "https://registry.yarnpkg.com/zod-validation-error/-/zod-validation-error-4.0.2.tgz#bc605eba49ce0fcd598c127fee1c236be3f22918"
7040+
integrity sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==
7041+
69547042
zod@3.22.4:
69557043
version "3.22.4"
69567044
resolved "https://registry.yarnpkg.com/zod/-/zod-3.22.4.tgz#f31c3a9386f61b1f228af56faa9255e845cf3fff"
@@ -6961,6 +7049,11 @@ zod@^3.24.3:
69617049
resolved "https://registry.yarnpkg.com/zod/-/zod-3.25.58.tgz#7cd680cbbf01d0994cd2e943a08dc7e77c6d2b7a"
69627050
integrity sha512-DVLmMQzSZwNYzQoMaM3MQWnxr2eq+AtM9Hx3w1/Yl0pH8sLTSjN4jGP7w6f7uand6Hw44tsnSu1hz1AOA6qI2Q==
69637051

7052+
"zod@^3.25.0 || ^4.0.0":
7053+
version "4.1.12"
7054+
resolved "https://registry.yarnpkg.com/zod/-/zod-4.1.12.tgz#64f1ea53d00eab91853195653b5af9eee68970f0"
7055+
integrity sha512-JInaHOamG8pt5+Ey8kGmdcAcg3OL9reK8ltczgHTAwNhMys/6ThXHityHxVV2p3fkw/c+MAvBHFVYHFZDmjMCQ==
7056+
69647057
zustand@5.0.0:
69657058
version "5.0.0"
69667059
resolved "https://registry.yarnpkg.com/zustand/-/zustand-5.0.0.tgz#71f8aaecf185592a3ba2743d7516607361899da9"

0 commit comments

Comments
 (0)