Skip to content

Commit a922718

Browse files
chore(deps): update dependency @vitejs/plugin-react to v5
1 parent 87184aa commit a922718

File tree

6 files changed

+80
-79
lines changed

6 files changed

+80
-79
lines changed

examples/react/apollo-client-defer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@types/node": "^22.0.0",
1616
"@types/react": "^18.0.15",
1717
"@types/react-dom": "^18.0.10",
18-
"@vitejs/plugin-react": "^4.0.0",
18+
"@vitejs/plugin-react": "^5.0.0",
1919
"cypress": "14.0.0",
2020
"serve": "14.2.3",
2121
"start-server-and-test": "2.0.5",

examples/react/apollo-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"@graphql-codegen/cli": "^6.0.0",
13-
"@vitejs/plugin-react": "^4.0.0",
13+
"@vitejs/plugin-react": "^5.0.0",
1414
"@types/node": "^22.0.0",
1515
"@types/react": "^18.0.15",
1616
"@types/react-dom": "^18.0.10",

examples/react/http-executor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"devDependencies": {
1111
"@graphql-codegen/cli": "^6.0.0",
12-
"@vitejs/plugin-react": "^4.0.0",
12+
"@vitejs/plugin-react": "^5.0.0",
1313
"@types/node": "^22.0.0",
1414
"@types/react": "^18.0.17",
1515
"@types/react-dom": "^18.0.10",

examples/react/tanstack-react-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"devDependencies": {
1111
"@graphql-codegen/cli": "^6.0.0",
12-
"@vitejs/plugin-react": "^4.0.0",
12+
"@vitejs/plugin-react": "^5.0.0",
1313
"@types/node": "^22.0.0",
1414
"@types/react": "^18.0.17",
1515
"@types/react-dom": "^18.0.10",

examples/react/urql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@types/react": "^18.0.17",
1212
"@types/react-dom": "^18.0.10",
1313
"@graphql-codegen/cli": "^6.0.0",
14-
"@vitejs/plugin-react": "^4.0.0",
14+
"@vitejs/plugin-react": "^5.0.0",
1515
"typescript": "5.5.4",
1616
"serve": "14.2.3",
1717
"cypress": "14.0.0",

yarn.lock

Lines changed: 75 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
json5 "^2.2.3"
119119
semver "^6.3.1"
120120

121-
"@babel/[email protected]", "@babel/core@^7.14.0", "@babel/core@^7.22.9", "@babel/core@^7.24.5":
121+
122122
version "7.26.0"
123123
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40"
124124
integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==
@@ -139,6 +139,27 @@
139139
json5 "^2.2.3"
140140
semver "^6.3.1"
141141

142+
"@babel/core@^7.14.0", "@babel/core@^7.22.9", "@babel/core@^7.28.4":
143+
version "7.28.4"
144+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.4.tgz#12a550b8794452df4c8b084f95003bce1742d496"
145+
integrity sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==
146+
dependencies:
147+
"@babel/code-frame" "^7.27.1"
148+
"@babel/generator" "^7.28.3"
149+
"@babel/helper-compilation-targets" "^7.27.2"
150+
"@babel/helper-module-transforms" "^7.28.3"
151+
"@babel/helpers" "^7.28.4"
152+
"@babel/parser" "^7.28.4"
153+
"@babel/template" "^7.27.2"
154+
"@babel/traverse" "^7.28.4"
155+
"@babel/types" "^7.28.4"
156+
"@jridgewell/remapping" "^2.3.5"
157+
convert-source-map "^2.0.0"
158+
debug "^4.1.0"
159+
gensync "^1.0.0-beta.2"
160+
json5 "^2.2.3"
161+
semver "^6.3.1"
162+
142163
143164
version "7.25.9"
144165
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.25.9.tgz#603c68a63078796527bc9d0833f5e52dd5f9224c"
@@ -231,7 +252,7 @@
231252
"@babel/traverse" "^7.27.1"
232253
"@babel/types" "^7.27.1"
233254

234-
"@babel/helper-module-transforms@^7.25.2", "@babel/helper-module-transforms@^7.26.0", "@babel/helper-module-transforms@^7.27.1":
255+
"@babel/helper-module-transforms@^7.25.2", "@babel/helper-module-transforms@^7.26.0", "@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.28.3":
235256
version "7.28.3"
236257
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz#a2b37d3da3b2344fe085dab234426f2b9a2fa5f6"
237258
integrity sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==
@@ -247,7 +268,7 @@
247268
dependencies:
248269
"@babel/types" "^7.27.1"
249270

250-
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.24.7", "@babel/helper-plugin-utils@^7.24.8", "@babel/helper-plugin-utils@^7.25.9", "@babel/helper-plugin-utils@^7.27.1", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
271+
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.24.8", "@babel/helper-plugin-utils@^7.25.9", "@babel/helper-plugin-utils@^7.27.1", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
251272
version "7.27.1"
252273
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz#ddb2f876534ff8013e6c2b299bf4d39b3c51d44c"
253274
integrity sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==
@@ -302,7 +323,7 @@
302323
"@babel/traverse" "^7.28.3"
303324
"@babel/types" "^7.28.2"
304325

305-
"@babel/helpers@^7.25.0", "@babel/helpers@^7.26.0":
326+
"@babel/helpers@^7.25.0", "@babel/helpers@^7.26.0", "@babel/helpers@^7.28.4":
306327
version "7.28.4"
307328
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.4.tgz#fe07274742e95bdf7cf1443593eeb8926ab63827"
308329
integrity sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==
@@ -866,19 +887,19 @@
866887
dependencies:
867888
"@babel/plugin-transform-react-jsx" "^7.27.1"
868889

869-
"@babel/plugin-transform-react-jsx-self@^7.24.5":
870-
version "7.24.7"
871-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.24.7.tgz#66bff0248ea0b549972e733516ffad577477bdab"
872-
integrity sha512-fOPQYbGSgH0HUp4UJO4sMBFjY6DuWq+2i8rixyUMb3CdGixs/gccURvYOAhajBdKDoGajFr3mUq5rH3phtkGzw==
890+
"@babel/plugin-transform-react-jsx-self@^7.27.1":
891+
version "7.27.1"
892+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz#af678d8506acf52c577cac73ff7fe6615c85fc92"
893+
integrity sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==
873894
dependencies:
874-
"@babel/helper-plugin-utils" "^7.24.7"
895+
"@babel/helper-plugin-utils" "^7.27.1"
875896

876-
"@babel/plugin-transform-react-jsx-source@^7.24.1":
877-
version "7.24.7"
878-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.24.7.tgz#1198aab2548ad19582013815c938d3ebd8291ee3"
879-
integrity sha512-J2z+MWzZHVOemyLweMqngXrgGC42jQ//R0KdxqkIz/OrbVIIlhFI3WigZ5fO+nwFvBlncr4MGapd8vTyc7RPNQ==
897+
"@babel/plugin-transform-react-jsx-source@^7.27.1":
898+
version "7.27.1"
899+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.27.1.tgz#dcfe2c24094bb757bf73960374e7c55e434f19f0"
900+
integrity sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==
880901
dependencies:
881-
"@babel/helper-plugin-utils" "^7.24.7"
902+
"@babel/helper-plugin-utils" "^7.27.1"
882903

883904
"@babel/plugin-transform-react-jsx@^7.0.0", "@babel/plugin-transform-react-jsx@^7.25.9", "@babel/plugin-transform-react-jsx@^7.27.1":
884905
version "7.27.1"
@@ -3326,14 +3347,22 @@
33263347
"@jridgewell/set-array" "^1.0.0"
33273348
"@jridgewell/sourcemap-codec" "^1.4.10"
33283349

3329-
"@jridgewell/gen-mapping@^0.3.12", "@jridgewell/gen-mapping@^0.3.2":
3350+
"@jridgewell/gen-mapping@^0.3.12", "@jridgewell/gen-mapping@^0.3.2", "@jridgewell/gen-mapping@^0.3.5":
33303351
version "0.3.13"
33313352
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz#6342a19f44347518c93e43b1ac69deb3c4656a1f"
33323353
integrity sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==
33333354
dependencies:
33343355
"@jridgewell/sourcemap-codec" "^1.5.0"
33353356
"@jridgewell/trace-mapping" "^0.3.24"
33363357

3358+
"@jridgewell/remapping@^2.3.5":
3359+
version "2.3.5"
3360+
resolved "https://registry.yarnpkg.com/@jridgewell/remapping/-/remapping-2.3.5.tgz#375c476d1972947851ba1e15ae8f123047445aa1"
3361+
integrity sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==
3362+
dependencies:
3363+
"@jridgewell/gen-mapping" "^0.3.5"
3364+
"@jridgewell/trace-mapping" "^0.3.24"
3365+
33373366
"@jridgewell/resolve-uri@^3.0.3", "@jridgewell/resolve-uri@^3.1.0":
33383367
version "3.1.0"
33393368
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78"
@@ -4137,6 +4166,11 @@
41374166
resolved "https://registry.yarnpkg.com/@repeaterjs/repeater/-/repeater-3.0.4.tgz#a04d63f4d1bf5540a41b01a921c9a7fddc3bd1ca"
41384167
integrity sha512-AW8PKd6iX3vAZ0vA43nOUOnbq/X5ihgU+mSXXqunMkeQADGiqw/PY0JNeYtD5sr0PAy51YPgAPbDoeapv9r8WA==
41394168

4169+
"@rolldown/[email protected]":
4170+
version "1.0.0-beta.38"
4171+
resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.38.tgz#95253608c4629eb2a5f3d656009ac9ba031eb292"
4172+
integrity sha512-N/ICGKleNhA5nc9XXQG/kkKHJ7S55u0x0XUJbbkmdCnFuoRkM1Il12q9q0eX19+M7KKUEPw/daUPIRnxhcxAIw==
4173+
41404174
41414175
version "4.46.3"
41424176
resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.46.3.tgz#8d8afcc5a79a3f190c5f855facde6e0da6a5b7ea"
@@ -4242,16 +4276,11 @@
42424276
resolved "https://registry.yarnpkg.com/@rtsao/scc/-/scc-1.1.0.tgz#927dd2fae9bc3361403ac2c7a00c32ddce9ad7e8"
42434277
integrity sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==
42444278

4245-
"@rushstack/[email protected]":
4279+
"@rushstack/[email protected]", "@rushstack/eslint-patch@^1.3.3":
42464280
version "1.10.4"
42474281
resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.10.4.tgz#427d5549943a9c6fce808e39ea64dbe60d4047f1"
42484282
integrity sha512-WJgX9nzTqknM393q1QJDJmoW28kUfEnybeTfVNcNAPnIx210RXm2DiXiHzfNPJNIUUb1tJnz/l4QGtJ30PgWmA==
42494283

4250-
"@rushstack/eslint-patch@^1.3.3":
4251-
version "1.11.0"
4252-
resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.11.0.tgz#75dce8e972f90bba488e2b0cc677fb233aa357ab"
4253-
integrity sha512-zxnHvoMQVqewTJr/W4pKjF0bMGiKJv1WX7bSrkl46Hg0QjESbzBROWK0Wg4RphzSOS5Jiy7eFimmM3UgMrMZbQ==
4254-
42554284
"@shikijs/[email protected]":
42564285
version "1.2.0"
42574286
resolved "https://registry.yarnpkg.com/@shikijs/core/-/core-1.2.0.tgz#c19d1a4d4807d31aa02e9d822aa13da873e6f2e7"
@@ -4772,16 +4801,16 @@
47724801
resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.2.tgz#fc25ad9943bcac11cceb8168db4f275e0e72e756"
47734802
integrity sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg==
47744803

4775-
"@types/unist@*", "@types/unist@^3.0.0":
4776-
version "3.0.0"
4777-
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-3.0.0.tgz#988ae8af1e5239e89f9fbb1ade4c935f4eeedf9a"
4778-
integrity sha512-MFETx3tbTjE7Uk6vvnWINA/1iJ7LuMdO4fcq8UfF0pRbj01aGLduVvQcRyswuACJdpnHgg8E3rQLhaRdNEJS0w==
4779-
4780-
"@types/unist@^2", "@types/unist@^2.0.0", "@types/unist@^2.0.2":
4804+
"@types/unist@*", "@types/unist@^2", "@types/unist@^2.0.0", "@types/unist@^2.0.2":
47814805
version "2.0.11"
47824806
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.11.tgz#11af57b127e32487774841f7a4e54eab166d03c4"
47834807
integrity sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==
47844808

4809+
"@types/unist@^3.0.0":
4810+
version "3.0.0"
4811+
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-3.0.0.tgz#988ae8af1e5239e89f9fbb1ade4c935f4eeedf9a"
4812+
integrity sha512-MFETx3tbTjE7Uk6vvnWINA/1iJ7LuMdO4fcq8UfF0pRbj01aGLduVvQcRyswuACJdpnHgg8E3rQLhaRdNEJS0w==
4813+
47854814
"@types/ws@^8.0.0":
47864815
version "8.5.4"
47874816
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.4.tgz#bb10e36116d6e570dd943735f86c933c1587b8a5"
@@ -5052,16 +5081,17 @@
50525081
dependencies:
50535082
"@swc/core" "^1.3.42"
50545083

5055-
"@vitejs/plugin-react@^4.0.0":
5056-
version "4.3.1"
5057-
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.3.1.tgz#d0be6594051ded8957df555ff07a991fb618b48e"
5058-
integrity sha512-m/V2syj5CuVnaxcUJOQRel/Wr31FFXRFlnOoq1TVtkCxsY5veGMTEmpWHndrhB2U8ScHtCQB1e+4hWYExQc6Lg==
5084+
"@vitejs/plugin-react@^5.0.0":
5085+
version "5.0.4"
5086+
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-5.0.4.tgz#d642058e89c5b712655c8cbd13482f5813519602"
5087+
integrity sha512-La0KD0vGkVkSk6K+piWDKRUyg8Rl5iAIKRMH0vMJI0Eg47bq1eOxmoObAaQG37WMW9MSyk7Cs8EIWwJC1PtzKA==
50595088
dependencies:
5060-
"@babel/core" "^7.24.5"
5061-
"@babel/plugin-transform-react-jsx-self" "^7.24.5"
5062-
"@babel/plugin-transform-react-jsx-source" "^7.24.1"
5089+
"@babel/core" "^7.28.4"
5090+
"@babel/plugin-transform-react-jsx-self" "^7.27.1"
5091+
"@babel/plugin-transform-react-jsx-source" "^7.27.1"
5092+
"@rolldown/pluginutils" "1.0.0-beta.38"
50635093
"@types/babel__core" "^7.20.5"
5064-
react-refresh "^0.14.2"
5094+
react-refresh "^0.17.0"
50655095

50665096
"@vitejs/plugin-vue@^5.0.0":
50675097
version "5.1.2"
@@ -5598,7 +5628,7 @@ array.prototype.flat@^1.3.1, array.prototype.flat@^1.3.2:
55985628
es-abstract "^1.22.1"
55995629
es-shim-unscopables "^1.0.0"
56005630

5601-
array.prototype.flatmap@^1.3.2, array.prototype.flatmap@^1.3.3:
5631+
array.prototype.flatmap@^1.3.2:
56025632
version "1.3.3"
56035633
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz#712cc792ae70370ae40586264629e33aab5dd38b"
56045634
integrity sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==
@@ -7429,7 +7459,7 @@ es-errors@^1.3.0:
74297459
resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f"
74307460
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
74317461

7432-
es-iterator-helpers@^1.1.0, es-iterator-helpers@^1.2.1:
7462+
es-iterator-helpers@^1.1.0:
74337463
version "1.2.1"
74347464
resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.2.1.tgz#d1dd0f58129054c0ad922e6a9a1e65eef435fe75"
74357465
integrity sha512-uDn+FE1yrDzyC0pCo961B2IHbdM8y/ACZsKD4dG6WqrjV53BADjwa7D+1aom2rsNVfLyDgU/eigvlJGJ08OQ4w==
@@ -7810,7 +7840,7 @@ [email protected]:
78107840
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
78117841
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
78127842

7813-
7843+
[email protected], eslint-plugin-react@^7.33.2:
78147844
version "7.37.2"
78157845
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.2.tgz#cd0935987876ba2900df2f58339f6d92305acc7a"
78167846
integrity sha512-EsTAnj9fLVr/GZleBLFbj/sSuXeWmp1eXIN60ceYnZveqEaUCyW4X+Vh4WTdUhCkW4xutXYqTXCUSyqD4rB75w==
@@ -7834,30 +7864,6 @@ [email protected]:
78347864
string.prototype.matchall "^4.0.11"
78357865
string.prototype.repeat "^1.0.0"
78367866

7837-
eslint-plugin-react@^7.33.2:
7838-
version "7.37.4"
7839-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.4.tgz#1b6c80b6175b6ae4b26055ae4d55d04c414c7181"
7840-
integrity sha512-BGP0jRmfYyvOyvMoRX/uoUeW+GqNj9y16bPQzqAHf3AYII/tDs+jMN0dBVkl88/OZwNGwrVFxE7riHsXVfy/LQ==
7841-
dependencies:
7842-
array-includes "^3.1.8"
7843-
array.prototype.findlast "^1.2.5"
7844-
array.prototype.flatmap "^1.3.3"
7845-
array.prototype.tosorted "^1.1.4"
7846-
doctrine "^2.1.0"
7847-
es-iterator-helpers "^1.2.1"
7848-
estraverse "^5.3.0"
7849-
hasown "^2.0.2"
7850-
jsx-ast-utils "^2.4.1 || ^3.0.0"
7851-
minimatch "^3.1.2"
7852-
object.entries "^1.1.8"
7853-
object.fromentries "^2.0.8"
7854-
object.values "^1.2.1"
7855-
prop-types "^15.8.1"
7856-
resolve "^2.0.0-next.5"
7857-
semver "^6.3.1"
7858-
string.prototype.matchall "^4.0.12"
7859-
string.prototype.repeat "^1.0.0"
7860-
78617867
78627868
version "3.0.1"
78637869
resolved "https://registry.yarnpkg.com/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-3.0.1.tgz#ad2e71d261de9a004c5a97f566c007cd4d561d8f"
@@ -11712,7 +11718,7 @@ object.groupby@^1.0.3:
1171211718
define-properties "^1.2.1"
1171311719
es-abstract "^1.23.2"
1171411720

11715-
object.values@^1.1.6, object.values@^1.2.0, object.values@^1.2.1:
11721+
object.values@^1.1.6, object.values@^1.2.0:
1171611722
version "1.2.1"
1171711723
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.2.1.tgz#deed520a50809ff7f75a7cfd4bc64c7a038c6216"
1171811724
integrity sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==
@@ -12560,10 +12566,10 @@ [email protected]:
1256012566
prop-types "^15.7.2"
1256112567
react-fast-compare "^3.0.1"
1256212568

12563-
react-refresh@^0.14.2:
12564-
version "0.14.2"
12565-
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.14.2.tgz#3833da01ce32da470f1f936b9d477da5c7028bf9"
12566-
integrity sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==
12569+
react-refresh@^0.17.0:
12570+
version "0.17.0"
12571+
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.17.0.tgz#b7e579c3657f23d04eccbe4ad2e58a8ed51e7e53"
12572+
integrity sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==
1256712573

1256812574
1256912575
version "5.8.0"
@@ -13313,7 +13319,7 @@ section-matter@^1.0.0:
1331313319
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
1331413320
integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
1331513321

13316-
13322+
[email protected], semver@^7.3.5, semver@^7.3.8, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3:
1331713323
version "7.6.3"
1331813324
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
1331913325
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
@@ -13323,11 +13329,6 @@ semver@^6.3.1:
1332313329
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
1332413330
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
1332513331

13326-
semver@^7.3.5, semver@^7.3.8, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3:
13327-
version "7.7.1"
13328-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f"
13329-
integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==
13330-
1333113332
sentence-case@^3.0.4:
1333213333
version "3.0.4"
1333313334
resolved "https://registry.yarnpkg.com/sentence-case/-/sentence-case-3.0.4.tgz#3645a7b8c117c787fde8702056225bb62a45131f"
@@ -13859,7 +13860,7 @@ string.prototype.includes@^2.0.1:
1385913860
define-properties "^1.2.1"
1386013861
es-abstract "^1.23.3"
1386113862

13862-
string.prototype.matchall@^4.0.11, string.prototype.matchall@^4.0.12:
13863+
string.prototype.matchall@^4.0.11:
1386313864
version "4.0.12"
1386413865
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.12.tgz#6c88740e49ad4956b1332a911e949583a275d4c0"
1386513866
integrity sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==

0 commit comments

Comments
 (0)