Skip to content

Commit 2ae86b7

Browse files
chore: updates React dep and deprecreates useAsync
1 parent 4fd43b8 commit 2ae86b7

4 files changed

Lines changed: 111 additions & 115 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@wethegit/react-hooks": minor
3+
---
4+
5+
Updates React version support and deprecates useAsync

packages/wethegit-react-hooks/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,27 +52,27 @@
5252
"@types/node": "~20.16.5",
5353
"@types/react": "~18.3.10",
5454
"@types/react-dom": "~18.3.0",
55-
"@typescript-eslint/eslint-plugin": "~7.18.0",
56-
"@typescript-eslint/parser": "~6.21.0",
55+
"@typescript-eslint/eslint-plugin": "~8.19.1",
56+
"@typescript-eslint/parser": "~8.19.1",
5757
"@vitejs/plugin-react-swc": "^3.7.0",
5858
"eslint": "^9.13.0",
5959
"eslint-config-prettier": "~9.1.0",
6060
"eslint-plugin-react": "^7.37.0",
61-
"eslint-plugin-react-hooks": "^4.6.2",
61+
"eslint-plugin-react-hooks": "^5.1.0",
6262
"eslint-plugin-react-refresh": "^0.4.9",
6363
"globals": "^15.11.0",
6464
"husky": "^9.1.6",
6565
"lint-staged": "^13.2.2",
6666
"prettier": "~3.3.3",
67-
"react": "^18.3.1",
68-
"react-dom": "^18.3.1",
67+
"react": "^19.0.0",
68+
"react-dom": "^19.0.0",
6969
"typescript": "~5.6.2",
7070
"vite": "^5.4.6",
7171
"vite-plugin-dts": "~3.9.1"
7272
},
7373
"peerDependencies": {
74-
"react": "17 - 18",
75-
"react-dom": "17 - 18"
74+
"react": "17 - 19",
75+
"react-dom": "17 - 19"
7676
},
7777
"engines": {
7878
"node": ">=18.0"

packages/wethegit-react-hooks/src/lib/hooks/use-async.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export interface useAsyncReturn<T> {
1616

1717
/**
1818
* useAsync
19-
*
19+
* @deprecated Use the new React `use` or `cache` APIs or `useDeferredValue` hook.
2020
* @param {Function} asyncFn - The asynchronous function to run
2121
* @param {Boolean} [deferred=false] - whether to save the function to a variable for later use (true) or run it instantly (false).
2222
* @returns {Object} Properties include a run() function which is used to subsequently call the function (if deferred); the resulting data; and the status and error states.

yarn.lock

Lines changed: 98 additions & 107 deletions
Original file line numberDiff line numberDiff line change
@@ -2874,121 +2874,86 @@
28742874
dependencies:
28752875
"@types/yargs-parser" "*"
28762876

2877-
"@typescript-eslint/eslint-plugin@~7.18.0":
2878-
version "7.18.0"
2879-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz#b16d3cf3ee76bf572fdf511e79c248bdec619ea3"
2880-
integrity sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==
2877+
"@typescript-eslint/eslint-plugin@~8.19.1":
2878+
version "8.19.1"
2879+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.19.1.tgz#5f26c0a833b27bcb1aa402b82e76d3b8dda0b247"
2880+
integrity sha512-tJzcVyvvb9h/PB96g30MpxACd9IrunT7GF9wfA9/0TJ1LxGOJx1TdPzSbBBnNED7K9Ka8ybJsnEpiXPktolTLg==
28812881
dependencies:
28822882
"@eslint-community/regexpp" "^4.10.0"
2883-
"@typescript-eslint/scope-manager" "7.18.0"
2884-
"@typescript-eslint/type-utils" "7.18.0"
2885-
"@typescript-eslint/utils" "7.18.0"
2886-
"@typescript-eslint/visitor-keys" "7.18.0"
2883+
"@typescript-eslint/scope-manager" "8.19.1"
2884+
"@typescript-eslint/type-utils" "8.19.1"
2885+
"@typescript-eslint/utils" "8.19.1"
2886+
"@typescript-eslint/visitor-keys" "8.19.1"
28872887
graphemer "^1.4.0"
28882888
ignore "^5.3.1"
28892889
natural-compare "^1.4.0"
2890-
ts-api-utils "^1.3.0"
2890+
ts-api-utils "^2.0.0"
28912891

2892-
"@typescript-eslint/parser@~6.21.0":
2893-
version "6.21.0"
2894-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.21.0.tgz#af8fcf66feee2edc86bc5d1cf45e33b0630bf35b"
2895-
integrity sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==
2892+
"@typescript-eslint/parser@~8.19.1":
2893+
version "8.19.1"
2894+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.19.1.tgz#b836fcfe7a704c8c65f5a50e5b0ff8acfca5c21b"
2895+
integrity sha512-67gbfv8rAwawjYx3fYArwldTQKoYfezNUT4D5ioWetr/xCrxXxvleo3uuiFuKfejipvq+og7mjz3b0G2bVyUCw==
28962896
dependencies:
2897-
"@typescript-eslint/scope-manager" "6.21.0"
2898-
"@typescript-eslint/types" "6.21.0"
2899-
"@typescript-eslint/typescript-estree" "6.21.0"
2900-
"@typescript-eslint/visitor-keys" "6.21.0"
2897+
"@typescript-eslint/scope-manager" "8.19.1"
2898+
"@typescript-eslint/types" "8.19.1"
2899+
"@typescript-eslint/typescript-estree" "8.19.1"
2900+
"@typescript-eslint/visitor-keys" "8.19.1"
29012901
debug "^4.3.4"
29022902

2903-
"@typescript-eslint/scope-manager@6.21.0":
2904-
version "6.21.0"
2905-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz#ea8a9bfc8f1504a6ac5d59a6df308d3a0630a2b1"
2906-
integrity sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==
2903+
"@typescript-eslint/scope-manager@8.19.1":
2904+
version "8.19.1"
2905+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.19.1.tgz#794cfc8add4f373b9cd6fa32e367e7565a0e231b"
2906+
integrity sha512-60L9KIuN/xgmsINzonOcMDSB8p82h95hoBfSBtXuO4jlR1R9L1xSkmVZKgCPVfavDlXihh4ARNjXhh1gGnLC7Q==
29072907
dependencies:
2908-
"@typescript-eslint/types" "6.21.0"
2909-
"@typescript-eslint/visitor-keys" "6.21.0"
2908+
"@typescript-eslint/types" "8.19.1"
2909+
"@typescript-eslint/visitor-keys" "8.19.1"
29102910

2911-
"@typescript-eslint/scope-manager@7.18.0":
2912-
version "7.18.0"
2913-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz#c928e7a9fc2c0b3ed92ab3112c614d6bd9951c83"
2914-
integrity sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==
2911+
"@typescript-eslint/type-utils@8.19.1":
2912+
version "8.19.1"
2913+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.19.1.tgz#23710ab52643c19f74601b3f4a076c98f4e159aa"
2914+
integrity sha512-Rp7k9lhDKBMRJB/nM9Ksp1zs4796wVNyihG9/TU9R6KCJDNkQbc2EOKjrBtLYh3396ZdpXLtr/MkaSEmNMtykw==
29152915
dependencies:
2916-
"@typescript-eslint/types" "7.18.0"
2917-
"@typescript-eslint/visitor-keys" "7.18.0"
2918-
2919-
"@typescript-eslint/type-utils@7.18.0":
2920-
version "7.18.0"
2921-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz#2165ffaee00b1fbbdd2d40aa85232dab6998f53b"
2922-
integrity sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==
2923-
dependencies:
2924-
"@typescript-eslint/typescript-estree" "7.18.0"
2925-
"@typescript-eslint/utils" "7.18.0"
2916+
"@typescript-eslint/typescript-estree" "8.19.1"
2917+
"@typescript-eslint/utils" "8.19.1"
29262918
debug "^4.3.4"
2927-
ts-api-utils "^1.3.0"
2928-
2929-
"@typescript-eslint/types@6.21.0":
2930-
version "6.21.0"
2931-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
2932-
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
2933-
2934-
"@typescript-eslint/types@7.18.0":
2935-
version "7.18.0"
2936-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
2937-
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
2919+
ts-api-utils "^2.0.0"
29382920

2939-
"@typescript-eslint/typescript-estree@6.21.0":
2940-
version "6.21.0"
2941-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46"
2942-
integrity sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==
2943-
dependencies:
2944-
"@typescript-eslint/types" "6.21.0"
2945-
"@typescript-eslint/visitor-keys" "6.21.0"
2946-
debug "^4.3.4"
2947-
globby "^11.1.0"
2948-
is-glob "^4.0.3"
2949-
minimatch "9.0.3"
2950-
semver "^7.5.4"
2951-
ts-api-utils "^1.0.1"
2921+
"@typescript-eslint/types@8.19.1":
2922+
version "8.19.1"
2923+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.19.1.tgz#015a991281754ed986f2e549263a1188d6ed0a8c"
2924+
integrity sha512-JBVHMLj7B1K1v1051ZaMMgLW4Q/jre5qGK0Ew6UgXz1Rqh+/xPzV1aW581OM00X6iOfyr1be+QyW8LOUf19BbA==
29522925

2953-
"@typescript-eslint/typescript-estree@7.18.0":
2954-
version "7.18.0"
2955-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931"
2956-
integrity sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==
2926+
"@typescript-eslint/typescript-estree@8.19.1":
2927+
version "8.19.1"
2928+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.19.1.tgz#c1094bb00bc251ac76cf215569ca27236435036b"
2929+
integrity sha512-jk/TZwSMJlxlNnqhy0Eod1PNEvCkpY6MXOXE/WLlblZ6ibb32i2We4uByoKPv1d0OD2xebDv4hbs3fm11SMw8Q==
29572930
dependencies:
2958-
"@typescript-eslint/types" "7.18.0"
2959-
"@typescript-eslint/visitor-keys" "7.18.0"
2931+
"@typescript-eslint/types" "8.19.1"
2932+
"@typescript-eslint/visitor-keys" "8.19.1"
29602933
debug "^4.3.4"
2961-
globby "^11.1.0"
2934+
fast-glob "^3.3.2"
29622935
is-glob "^4.0.3"
29632936
minimatch "^9.0.4"
29642937
semver "^7.6.0"
2965-
ts-api-utils "^1.3.0"
2938+
ts-api-utils "^2.0.0"
29662939

2967-
"@typescript-eslint/utils@7.18.0":
2968-
version "7.18.0"
2969-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f"
2970-
integrity sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==
2940+
"@typescript-eslint/utils@8.19.1":
2941+
version "8.19.1"
2942+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.19.1.tgz#dd8eabd46b92bf61e573286e1c0ba6bd243a185b"
2943+
integrity sha512-IxG5gLO0Ne+KaUc8iW1A+XuKLd63o4wlbI1Zp692n1xojCl/THvgIKXJXBZixTh5dd5+yTJ/VXH7GJaaw21qXA==
29712944
dependencies:
29722945
"@eslint-community/eslint-utils" "^4.4.0"
2973-
"@typescript-eslint/scope-manager" "7.18.0"
2974-
"@typescript-eslint/types" "7.18.0"
2975-
"@typescript-eslint/typescript-estree" "7.18.0"
2976-
2977-
"@typescript-eslint/visitor-keys@6.21.0":
2978-
version "6.21.0"
2979-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47"
2980-
integrity sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==
2981-
dependencies:
2982-
"@typescript-eslint/types" "6.21.0"
2983-
eslint-visitor-keys "^3.4.1"
2946+
"@typescript-eslint/scope-manager" "8.19.1"
2947+
"@typescript-eslint/types" "8.19.1"
2948+
"@typescript-eslint/typescript-estree" "8.19.1"
29842949

2985-
"@typescript-eslint/visitor-keys@7.18.0":
2986-
version "7.18.0"
2987-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz#0564629b6124d67607378d0f0332a0495b25e7d7"
2988-
integrity sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==
2950+
"@typescript-eslint/visitor-keys@8.19.1":
2951+
version "8.19.1"
2952+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.19.1.tgz#fce54d7cfa5351a92387d6c0c5be598caee072e0"
2953+
integrity sha512-fzmjU8CHK853V/avYZAvuVut3ZTfwN5YtMaoi+X9Y9MA9keaWNHC3zEQ9zvyX/7Hj+5JkNyK1l7TOR2hevHB6Q==
29892954
dependencies:
2990-
"@typescript-eslint/types" "7.18.0"
2991-
eslint-visitor-keys "^3.4.3"
2955+
"@typescript-eslint/types" "8.19.1"
2956+
eslint-visitor-keys "^4.2.0"
29922957

29932958
"@ungap/structured-clone@^1.0.0":
29942959
version "1.2.0"
@@ -4907,10 +4872,10 @@ eslint-config-prettier@~9.1.0:
49074872
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f"
49084873
integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==
49094874

4910-
eslint-plugin-react-hooks@^4.6.2:
4911-
version "4.6.2"
4912-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
4913-
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
4875+
eslint-plugin-react-hooks@^5.1.0:
4876+
version "5.1.0"
4877+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.1.0.tgz#3d34e37d5770866c34b87d5b499f5f0b53bf0854"
4878+
integrity sha512-mpJRtPgHN2tNAvZ35AMfqeB3Xqeo273QxrHJsbBEPWODRM4r0yB6jfoROqKEYrOn27UtRPpcpHc2UqyBSuUNTw==
49144879

49154880
eslint-plugin-react-refresh@^0.4.9:
49164881
version "0.4.14"
@@ -4957,7 +4922,7 @@ eslint-scope@^8.1.0:
49574922
esrecurse "^4.3.0"
49584923
estraverse "^5.2.0"
49594924

4960-
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3:
4925+
eslint-visitor-keys@^3.3.0:
49614926
version "3.4.3"
49624927
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
49634928
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
@@ -4967,6 +4932,11 @@ eslint-visitor-keys@^4.1.0:
49674932
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.1.0.tgz#1f785cc5e81eb7534523d85922248232077d2f8c"
49684933
integrity sha512-Q7lok0mqMUSf5a/AdAZkA5a/gHcO6snwQClVNNvFKCAVlxXucdU8pKydU5ZVZjBx5xr37vGbFFWtLQYreLzrZg==
49694934

4935+
eslint-visitor-keys@^4.2.0:
4936+
version "4.2.0"
4937+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
4938+
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
4939+
49704940
eslint@^9.13.0:
49714941
version "9.13.0"
49724942
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.13.0.tgz#7659014b7dda1ff876ecbd990f726e11c61596e6"
@@ -5259,6 +5229,17 @@ fast-glob@^3.2.11, fast-glob@^3.2.9, fast-glob@^3.3.0:
52595229
merge2 "^1.3.0"
52605230
micromatch "^4.0.4"
52615231

5232+
fast-glob@^3.3.2:
5233+
version "3.3.3"
5234+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
5235+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
5236+
dependencies:
5237+
"@nodelib/fs.stat" "^2.0.2"
5238+
"@nodelib/fs.walk" "^1.2.3"
5239+
glob-parent "^5.1.2"
5240+
merge2 "^1.3.0"
5241+
micromatch "^4.0.8"
5242+
52625243
fast-json-stable-stringify@^2.0.0:
52635244
version "2.1.0"
52645245
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -7648,7 +7629,7 @@ micromatch@4.0.5:
76487629
braces "^3.0.2"
76497630
picomatch "^2.3.1"
76507631

7651-
micromatch@^4.0.2, micromatch@^4.0.4, micromatch@^4.0.5:
7632+
micromatch@^4.0.2, micromatch@^4.0.4, micromatch@^4.0.5, micromatch@^4.0.8:
76527633
version "4.0.8"
76537634
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
76547635
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
@@ -7730,13 +7711,6 @@ minimatch@3.1.2, minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch
77307711
dependencies:
77317712
brace-expansion "^1.1.7"
77327713

7733-
minimatch@9.0.3:
7734-
version "9.0.3"
7735-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
7736-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
7737-
dependencies:
7738-
brace-expansion "^2.0.1"
7739-
77407714
minimatch@^9.0.3, minimatch@^9.0.4:
77417715
version "9.0.5"
77427716
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
@@ -8787,6 +8761,13 @@ react-dom@^18.3.1:
87878761
loose-envify "^1.1.0"
87888762
scheduler "^0.23.2"
87898763

8764+
react-dom@^19.0.0:
8765+
version "19.0.0"
8766+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.0.0.tgz#43446f1f01c65a4cd7f7588083e686a6726cfb57"
8767+
integrity sha512-4GV5sHFG0e/0AD4X+ySy6UJd3jVl1iNsNHdpad0qhABJ11twS3TTBnseqsKurKcsNqCEFeGL3uLpVChpIO3QfQ==
8768+
dependencies:
8769+
scheduler "^0.25.0"
8770+
87908771
react-error-overlay@^6.0.11:
87918772
version "6.0.11"
87928773
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.11.tgz#92835de5841c5cf08ba00ddd2d677b6d17ff9adb"
@@ -8883,6 +8864,11 @@ react@^18.3.1:
88838864
dependencies:
88848865
loose-envify "^1.1.0"
88858866

8867+
react@^19.0.0:
8868+
version "19.0.0"
8869+
resolved "https://registry.yarnpkg.com/react/-/react-19.0.0.tgz#6e1969251b9f108870aa4bff37a0ce9ddfaaabdd"
8870+
integrity sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==
8871+
88868872
read-yaml-file@^1.1.0:
88878873
version "1.1.0"
88888874
resolved "https://registry.yarnpkg.com/read-yaml-file/-/read-yaml-file-1.1.0.tgz#9362bbcbdc77007cc8ea4519fe1c0b821a7ce0d8"
@@ -9372,6 +9358,11 @@ scheduler@^0.23.2:
93729358
dependencies:
93739359
loose-envify "^1.1.0"
93749360

9361+
scheduler@^0.25.0:
9362+
version "0.25.0"
9363+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.25.0.tgz#336cd9768e8cceebf52d3c80e3dcf5de23e7e015"
9364+
integrity sha512-xFVuu11jh+xcO7JOAGJNOXld8/TcEHK/4CituBUeUb5hqxJLj9YuemAEuvm9gQ/+pgXYfbQuqAkiYu+u7YEsNA==
9365+
93759366
schema-utils@2.7.0:
93769367
version "2.7.0"
93779368
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.7.0.tgz#17151f76d8eae67fbbf77960c33c676ad9f4efc7"
@@ -10072,10 +10063,10 @@ trough@^2.0.0:
1007210063
resolved "https://registry.yarnpkg.com/trough/-/trough-2.2.0.tgz#94a60bd6bd375c152c1df911a4b11d5b0256f50f"
1007310064
integrity sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==
1007410065

10075-
ts-api-utils@^1.0.1, ts-api-utils@^1.3.0:
10076-
version "1.3.0"
10077-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
10078-
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
10066+
ts-api-utils@^2.0.0:
10067+
version "2.0.0"
10068+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.0.tgz#b9d7d5f7ec9f736f4d0f09758b8607979044a900"
10069+
integrity sha512-xCt/TOAc+EOHS1XPnijD3/yzpH6qg2xppZO1YDqGoVsNXfQfzHpOdNuXwrwOU8u4ITXJyDCTyt8w5g1sZv9ynQ==
1007910070

1008010071
tslib@^2.0.3, tslib@^2.6.0:
1008110072
version "2.8.0"

0 commit comments

Comments
 (0)