Skip to content

Commit 2966eca

Browse files
fix: update react monorepo
1 parent aabe641 commit 2966eca

File tree

2 files changed

+153
-35
lines changed

2 files changed

+153
-35
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
"next-pwa": "5.6.0",
5151
"next-seo": "6.8.0",
5252
"next-sitemap": "3.1.55",
53-
"react": "18.2.0",
54-
"react-dom": "18.2.0",
53+
"react": "19.2.0",
54+
"react-dom": "19.2.0",
5555
"urijs": "1.19.11"
5656
},
5757
"devDependencies": {
@@ -61,8 +61,8 @@
6161
"@graphql-codegen/client-preset": "1.1.4",
6262
"@graphql-codegen/introspection": "2.2.1",
6363
"@types/node": "22.18.11",
64-
"@types/react": "18.0.25",
65-
"@types/react-dom": "18.0.9",
64+
"@types/react": "19.2.5",
65+
"@types/react-dom": "19.2.3",
6666
"@typescript-eslint/eslint-plugin": "8.46.1",
6767
"@typescript-eslint/parser": "8.46.1",
6868
"eslint": "8.57.1",
@@ -72,7 +72,7 @@
7272
"eslint-plugin-import": "2.32.0",
7373
"eslint-plugin-prettier": "5.5.4",
7474
"eslint-plugin-react": "7.37.5",
75-
"eslint-plugin-react-hooks": "4.6.0",
75+
"eslint-plugin-react-hooks": "7.0.1",
7676
"husky": "9.1.7",
7777
"i18next": "25.6.0",
7878
"i18next-http-backend": "3.0.2",

yarn.lock

Lines changed: 148 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,27 @@
133133
json5 "^2.2.3"
134134
semver "^6.3.1"
135135

136+
"@babel/core@^7.24.4":
137+
version "7.28.5"
138+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.5.tgz#4c81b35e51e1b734f510c99b07dfbc7bbbb48f7e"
139+
integrity sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==
140+
dependencies:
141+
"@babel/code-frame" "^7.27.1"
142+
"@babel/generator" "^7.28.5"
143+
"@babel/helper-compilation-targets" "^7.27.2"
144+
"@babel/helper-module-transforms" "^7.28.3"
145+
"@babel/helpers" "^7.28.4"
146+
"@babel/parser" "^7.28.5"
147+
"@babel/template" "^7.27.2"
148+
"@babel/traverse" "^7.28.5"
149+
"@babel/types" "^7.28.5"
150+
"@jridgewell/remapping" "^2.3.5"
151+
convert-source-map "^2.0.0"
152+
debug "^4.1.0"
153+
gensync "^1.0.0-beta.2"
154+
json5 "^2.2.3"
155+
semver "^6.3.1"
156+
136157
137158
version "7.28.4"
138159
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.28.4.tgz#80dd86e0aeaae9704411a044db60e1ae6477d93f"
@@ -172,6 +193,17 @@
172193
"@jridgewell/trace-mapping" "^0.3.28"
173194
jsesc "^3.0.2"
174195

196+
"@babel/generator@^7.28.5":
197+
version "7.28.5"
198+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.5.tgz#712722d5e50f44d07bc7ac9fe84438742dd61298"
199+
integrity sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==
200+
dependencies:
201+
"@babel/parser" "^7.28.5"
202+
"@babel/types" "^7.28.5"
203+
"@jridgewell/gen-mapping" "^0.3.12"
204+
"@jridgewell/trace-mapping" "^0.3.28"
205+
jsesc "^3.0.2"
206+
175207
"@babel/helper-annotate-as-pure@^7.18.6":
176208
version "7.18.6"
177209
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -386,6 +418,15 @@
386418
"@babel/helper-validator-identifier" "^7.27.1"
387419
"@babel/traverse" "^7.27.3"
388420

421+
"@babel/helper-module-transforms@^7.28.3":
422+
version "7.28.3"
423+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz#a2b37d3da3b2344fe085dab234426f2b9a2fa5f6"
424+
integrity sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==
425+
dependencies:
426+
"@babel/helper-module-imports" "^7.27.1"
427+
"@babel/helper-validator-identifier" "^7.27.1"
428+
"@babel/traverse" "^7.28.3"
429+
389430
"@babel/helper-optimise-call-expression@^7.18.6":
390431
version "7.18.6"
391432
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz#9369aa943ee7da47edab2cb4e838acf09d290ffe"
@@ -515,6 +556,11 @@
515556
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
516557
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
517558

559+
"@babel/helper-validator-identifier@^7.28.5":
560+
version "7.28.5"
561+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4"
562+
integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==
563+
518564
"@babel/helper-validator-option@^7.18.6":
519565
version "7.18.6"
520566
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8"
@@ -552,6 +598,14 @@
552598
"@babel/template" "^7.27.2"
553599
"@babel/types" "^7.28.2"
554600

601+
"@babel/helpers@^7.28.4":
602+
version "7.28.4"
603+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.4.tgz#fe07274742e95bdf7cf1443593eeb8926ab63827"
604+
integrity sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==
605+
dependencies:
606+
"@babel/template" "^7.27.2"
607+
"@babel/types" "^7.28.4"
608+
555609
"@babel/highlight@^7.18.6":
556610
version "7.18.6"
557611
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.18.6.tgz#81158601e93e2563795adcbfbdf5d64be3f2ecdf"
@@ -581,6 +635,13 @@
581635
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.1.tgz#1e416d3627393fab1cb5b0f2f1796a100ae9133a"
582636
integrity sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg==
583637

638+
"@babel/parser@^7.24.4", "@babel/parser@^7.28.5":
639+
version "7.28.5"
640+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08"
641+
integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==
642+
dependencies:
643+
"@babel/types" "^7.28.5"
644+
584645
"@babel/parser@^7.27.2", "@babel/parser@^7.28.0":
585646
version "7.28.0"
586647
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.0.tgz#979829fbab51a29e13901e5a80713dbcb840825e"
@@ -1899,6 +1960,19 @@
18991960
"@babel/types" "^7.28.0"
19001961
debug "^4.3.1"
19011962

1963+
"@babel/traverse@^7.28.3", "@babel/traverse@^7.28.5":
1964+
version "7.28.5"
1965+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.5.tgz#450cab9135d21a7a2ca9d2d35aa05c20e68c360b"
1966+
integrity sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==
1967+
dependencies:
1968+
"@babel/code-frame" "^7.27.1"
1969+
"@babel/generator" "^7.28.5"
1970+
"@babel/helper-globals" "^7.28.0"
1971+
"@babel/parser" "^7.28.5"
1972+
"@babel/template" "^7.27.2"
1973+
"@babel/types" "^7.28.5"
1974+
debug "^4.3.1"
1975+
19021976
"@babel/types@^7.0.0", "@babel/types@^7.16.8", "@babel/types@^7.18.10", "@babel/types@^7.18.13", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.20.5", "@babel/types@^7.4.4":
19031977
version "7.20.5"
19041978
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.5.tgz#e206ae370b5393d94dfd1d04cd687cace53efa84"
@@ -1925,6 +1999,14 @@
19251999
"@babel/helper-validator-identifier" "^7.22.20"
19262000
to-fast-properties "^2.0.0"
19272001

2002+
"@babel/types@^7.28.4", "@babel/types@^7.28.5":
2003+
version "7.28.5"
2004+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b"
2005+
integrity sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==
2006+
dependencies:
2007+
"@babel/helper-string-parser" "^7.27.1"
2008+
"@babel/helper-validator-identifier" "^7.28.5"
2009+
19282010
"@chakra-ui/[email protected]":
19292011
version "2.1.3"
19302012
resolved "https://registry.yarnpkg.com/@chakra-ui/accordion/-/accordion-2.1.3.tgz#98c5426fe32d06a2f7b600161e0f81d02c4c3bb0"
@@ -3596,6 +3678,14 @@
35963678
"@jridgewell/sourcemap-codec" "^1.4.10"
35973679
"@jridgewell/trace-mapping" "^0.3.24"
35983680

3681+
"@jridgewell/remapping@^2.3.5":
3682+
version "2.3.5"
3683+
resolved "https://registry.yarnpkg.com/@jridgewell/remapping/-/remapping-2.3.5.tgz#375c476d1972947851ba1e15ae8f123047445aa1"
3684+
integrity sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==
3685+
dependencies:
3686+
"@jridgewell/gen-mapping" "^0.3.5"
3687+
"@jridgewell/trace-mapping" "^0.3.24"
3688+
35993689
"@jridgewell/[email protected]", "@jridgewell/resolve-uri@^3.0.3":
36003690
version "3.1.0"
36013691
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78"
@@ -4207,14 +4297,12 @@
42074297
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf"
42084298
integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==
42094299

4210-
4211-
version "18.0.9"
4212-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.9.tgz#ffee5e4bfc2a2f8774b15496474f8e7fe8d0b504"
4213-
integrity sha512-qnVvHxASt/H7i+XG1U1xMiY5t+IHcPGUK7TDMDzom08xa7e86eCeKOiLZezwCKVxJn6NEiiy2ekgX8aQssjIKg==
4214-
dependencies:
4215-
"@types/react" "*"
4300+
4301+
version "19.2.3"
4302+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.2.3.tgz#c1e305d15a52a3e508d54dca770d202cb63abf2c"
4303+
integrity sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==
42164304

4217-
"@types/react@*", "@types/[email protected]":
4305+
"@types/react@*":
42184306
version "18.0.25"
42194307
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.25.tgz#8b1dcd7e56fe7315535a4af25435e0bb55c8ae44"
42204308
integrity sha512-xD6c0KDT4m7n9uD4ZHi02lzskaiqcBxf4zi+tXZY98a04wvc0hi/TcCPC2FOESZi51Nd7tlUeOJY8RofL799/g==
@@ -4223,6 +4311,13 @@
42234311
"@types/scheduler" "*"
42244312
csstype "^3.0.2"
42254313

4314+
4315+
version "19.2.5"
4316+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.2.5.tgz#bb75da5c52a956ba7d2623dffbba0fdadc3e4145"
4317+
integrity sha512-keKxkZMqnDicuvFoJbzrhbtdLSPhj/rZThDlKWCDbgXmUg0rEUFtRssDXKYmtXluZlIqiC5VqkCgRwzuyLHKHw==
4318+
dependencies:
4319+
csstype "^3.0.2"
4320+
42264321
42274322
version "1.17.1"
42284323
resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-1.17.1.tgz#3afd6ad8967c77e4376c598a82ddd58f46ec45d6"
@@ -6408,10 +6503,16 @@ [email protected]:
64086503
prettier-linter-helpers "^1.0.0"
64096504
synckit "^0.11.7"
64106505

6411-
6412-
version "4.6.0"
6413-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
6414-
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
6506+
6507+
version "7.0.1"
6508+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.0.1.tgz#66e258db58ece50723ef20cc159f8aa908219169"
6509+
integrity sha512-O0d0m04evaNzEPoSW+59Mezf8Qt0InfgGIBJnpC0h3NH/WjUAR7BIKUfysC6todmtiZ/A0oUVS8Gce0WhBrHsA==
6510+
dependencies:
6511+
"@babel/core" "^7.24.4"
6512+
"@babel/parser" "^7.24.4"
6513+
hermes-parser "^0.25.1"
6514+
zod "^3.25.0 || ^4.0.0"
6515+
zod-validation-error "^3.5.0 || ^4.0.0"
64156516

64166517
"eslint-plugin-react-hooks@^4.5.0 || 5.0.0-canary-7118f5dd7-20230705":
64176518
version "5.0.0-canary-7118f5dd7-20230705"
@@ -7226,6 +7327,18 @@ header-case@^2.0.4:
72267327
capital-case "^1.0.4"
72277328
tslib "^2.0.3"
72287329

7330+
7331+
version "0.25.1"
7332+
resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.25.1.tgz#6aeec17d1983b4eabf69721f3aa3eb705b17f480"
7333+
integrity sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==
7334+
7335+
hermes-parser@^0.25.1:
7336+
version "0.25.1"
7337+
resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.25.1.tgz#5be0e487b2090886c62bd8a11724cd766d5f54d1"
7338+
integrity sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==
7339+
dependencies:
7340+
hermes-estree "0.25.1"
7341+
72297342
hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.1, hoist-non-react-statics@^3.3.2:
72307343
version "3.3.2"
72317344
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45"
@@ -8301,7 +8414,7 @@ log-update@^6.1.0:
83018414
strip-ansi "^7.1.0"
83028415
wrap-ansi "^9.0.0"
83038416

8304-
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0:
8417+
loose-envify@^1.0.0, loose-envify@^1.4.0:
83058418
version "1.4.0"
83068419
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
83078420
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
@@ -9163,13 +9276,12 @@ react-clientside-effect@^1.2.6:
91639276
dependencies:
91649277
"@babel/runtime" "^7.12.13"
91659278

9166-
react-dom@18.2.0:
9167-
version "18.2.0"
9168-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.2.0.tgz#22aaf38708db2674ed9ada224ca4aa708d821e3d"
9169-
integrity sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==
9279+
react-dom@19.2.0:
9280+
version "19.2.0"
9281+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.0.tgz#00ed1e959c365e9a9d48f8918377465466ec3af8"
9282+
integrity sha512-UlbRu4cAiGaIewkPyiRGJk0imDN2T3JjieT6spoL2UeSf5od4n5LB/mQ4ejmxhCFT1tYe8IvaFulzynWovsEFQ==
91709283
dependencies:
9171-
loose-envify "^1.1.0"
9172-
scheduler "^0.23.0"
9284+
scheduler "^0.27.0"
91739285

91749286
91759287
version "3.2.0"
@@ -9229,12 +9341,10 @@ react-style-singleton@^2.2.1:
92299341
invariant "^2.2.4"
92309342
tslib "^2.0.0"
92319343

9232-
9233-
version "18.2.0"
9234-
resolved "https://registry.yarnpkg.com/react/-/react-18.2.0.tgz#555bd98592883255fa00de14f1151a917b5d77d5"
9235-
integrity sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==
9236-
dependencies:
9237-
loose-envify "^1.1.0"
9344+
9345+
version "19.2.0"
9346+
resolved "https://registry.yarnpkg.com/react/-/react-19.2.0.tgz#d33dd1721698f4376ae57a54098cb47fc75d93a5"
9347+
integrity sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==
92389348

92399349
readable-stream@^3.4.0:
92409350
version "3.6.0"
@@ -9596,12 +9706,10 @@ safe-regex-test@^1.0.3, safe-regex-test@^1.1.0:
95969706
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
95979707
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
95989708

9599-
scheduler@^0.23.0:
9600-
version "0.23.0"
9601-
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.0.tgz#ba8041afc3d30eb206a487b6b384002e4e61fdfe"
9602-
integrity sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==
9603-
dependencies:
9604-
loose-envify "^1.1.0"
9709+
scheduler@^0.27.0:
9710+
version "0.27.0"
9711+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.27.0.tgz#0c4ef82d67d1e5c1e359e8fc76d3a87f045fe5bd"
9712+
integrity sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==
96059713

96069714
schema-utils@^2.6.5:
96079715
version "2.7.1"
@@ -11140,3 +11248,13 @@ yocto-queue@^0.1.0:
1114011248
version "0.1.0"
1114111249
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
1114211250
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
11251+
11252+
"zod-validation-error@^3.5.0 || ^4.0.0":
11253+
version "4.0.2"
11254+
resolved "https://registry.yarnpkg.com/zod-validation-error/-/zod-validation-error-4.0.2.tgz#bc605eba49ce0fcd598c127fee1c236be3f22918"
11255+
integrity sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==
11256+
11257+
"zod@^3.25.0 || ^4.0.0":
11258+
version "4.1.12"
11259+
resolved "https://registry.yarnpkg.com/zod/-/zod-4.1.12.tgz#64f1ea53d00eab91853195653b5af9eee68970f0"
11260+
integrity sha512-JInaHOamG8pt5+Ey8kGmdcAcg3OL9reK8ltczgHTAwNhMys/6ThXHityHxVV2p3fkw/c+MAvBHFVYHFZDmjMCQ==

0 commit comments

Comments
 (0)