Skip to content

Commit 156b11d

Browse files
chore(deps): update dependency @vitejs/plugin-react to v5
1 parent ac6c494 commit 156b11d

6 files changed

Lines changed: 129 additions & 94 deletions

File tree

examples/apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@graphprotocol/client-cli": "3.0.7",
2121
"@types/react": "19.0.8",
2222
"@types/react-dom": "19.0.3",
23-
"@vitejs/plugin-react": "4.3.4",
23+
"@vitejs/plugin-react": "5.1.2",
2424
"typescript": "5.9.3",
2525
"vite": "6.1.0"
2626
}

examples/execute/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@graphprotocol/client-cli": "3.0.7",
1919
"@types/react": "19.0.8",
2020
"@types/react-dom": "19.0.3",
21-
"@vitejs/plugin-react": "4.3.4",
21+
"@vitejs/plugin-react": "5.1.2",
2222
"typescript": "5.9.3",
2323
"vite": "6.1.0"
2424
}

examples/react-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@graphprotocol/client-cli": "3.0.7",
2020
"@types/react": "19.0.8",
2121
"@types/react-dom": "19.0.3",
22-
"@vitejs/plugin-react": "4.3.4",
22+
"@vitejs/plugin-react": "5.1.2",
2323
"typescript": "5.9.3",
2424
"vite": "6.1.0"
2525
}

examples/urql-live-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@graphprotocol/client-cli": "3.0.7",
2121
"@types/react": "19.0.8",
2222
"@types/react-dom": "19.0.3",
23-
"@vitejs/plugin-react": "4.3.4",
23+
"@vitejs/plugin-react": "5.1.2",
2424
"typescript": "5.9.3",
2525
"vite": "6.1.0"
2626
}

examples/urql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@graphprotocol/client-cli": "3.0.7",
2121
"@types/react": "19.0.8",
2222
"@types/react-dom": "19.0.3",
23-
"@vitejs/plugin-react": "4.3.4",
23+
"@vitejs/plugin-react": "5.1.2",
2424
"typescript": "5.9.3",
2525
"vite": "6.1.0"
2626
}

yarn.lock

Lines changed: 124 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -75,21 +75,21 @@
7575
relay-runtime "12.0.0"
7676
signedsource "^1.0.0"
7777

78-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.26.2", "@babel/code-frame@^7.27.1":
79-
version "7.27.1"
80-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be"
81-
integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==
78+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.26.2", "@babel/code-frame@^7.28.6":
79+
version "7.28.6"
80+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.28.6.tgz#72499312ec58b1e2245ba4a4f550c132be4982f7"
81+
integrity sha512-JYgintcMjRiCvS8mMECzaEn+m3PfoQiyqukOMCCVQtoJGYJw8j/8LBJEiqkHLkfwCcs74E3pbAUFNg7d9VNJ+Q==
8282
dependencies:
83-
"@babel/helper-validator-identifier" "^7.27.1"
83+
"@babel/helper-validator-identifier" "^7.28.5"
8484
js-tokens "^4.0.0"
8585
picocolors "^1.1.1"
8686

87-
"@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.26.5", "@babel/compat-data@^7.26.8":
88-
version "7.26.8"
89-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.8.tgz#821c1d35641c355284d4a870b8a4a7b0c141e367"
90-
integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==
87+
"@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.26.8", "@babel/compat-data@^7.28.6":
88+
version "7.28.6"
89+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.6.tgz#103f466803fa0f059e82ccac271475470570d74c"
90+
integrity sha512-2lfu57JtzctfIrcGMz992hyLlByuzgIk58+hhGCxjKZ3rWI82NnVLjXcaTqkI2NvlcvOskZaiZ5kjUALo3Lpxg==
9191

92-
"@babel/core@7.26.8", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.14.0", "@babel/core@^7.22.9", "@babel/core@^7.23.9", "@babel/core@^7.26.0":
92+
"@babel/core@7.26.8":
9393
version "7.26.8"
9494
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.8.tgz#7742f11c75acea6b08a8e24c5c0c8c89e89bf53e"
9595
integrity sha512-l+lkXCHS6tQEc5oUpK28xBOZ6+HwaH7YwoYQbLFiYb4nS2/l1tKnZEtEWkD0GuiYdvArf9qBS0XlQGXzPMsNqQ==
@@ -111,13 +111,34 @@
111111
json5 "^2.2.3"
112112
semver "^6.3.1"
113113

114-
"@babel/generator@^7.14.0", "@babel/generator@^7.26.8", "@babel/generator@^7.28.5", "@babel/generator@^7.7.2":
115-
version "7.28.5"
116-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.5.tgz#712722d5e50f44d07bc7ac9fe84438742dd61298"
117-
integrity sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==
114+
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.14.0", "@babel/core@^7.22.9", "@babel/core@^7.23.9", "@babel/core@^7.28.5":
115+
version "7.28.6"
116+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.6.tgz#531bf883a1126e53501ba46eb3bb414047af507f"
117+
integrity sha512-H3mcG6ZDLTlYfaSNi0iOKkigqMFvkTKlGUYlD8GW7nNOYRrevuA46iTypPyv+06V3fEmvvazfntkBU34L0azAw==
118+
dependencies:
119+
"@babel/code-frame" "^7.28.6"
120+
"@babel/generator" "^7.28.6"
121+
"@babel/helper-compilation-targets" "^7.28.6"
122+
"@babel/helper-module-transforms" "^7.28.6"
123+
"@babel/helpers" "^7.28.6"
124+
"@babel/parser" "^7.28.6"
125+
"@babel/template" "^7.28.6"
126+
"@babel/traverse" "^7.28.6"
127+
"@babel/types" "^7.28.6"
128+
"@jridgewell/remapping" "^2.3.5"
129+
convert-source-map "^2.0.0"
130+
debug "^4.1.0"
131+
gensync "^1.0.0-beta.2"
132+
json5 "^2.2.3"
133+
semver "^6.3.1"
134+
135+
"@babel/generator@^7.14.0", "@babel/generator@^7.26.8", "@babel/generator@^7.28.6", "@babel/generator@^7.7.2":
136+
version "7.28.6"
137+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.6.tgz#48dcc65d98fcc8626a48f72b62e263d25fc3c3f1"
138+
integrity sha512-lOoVRwADj8hjf7al89tvQ2a1lf53Z+7tiXMgpZJL3maQPDxh0DgLMN62B2MKUOFcoodBHLMbDM6WAbKgNy5Suw==
118139
dependencies:
119-
"@babel/parser" "^7.28.5"
120-
"@babel/types" "^7.28.5"
140+
"@babel/parser" "^7.28.6"
141+
"@babel/types" "^7.28.6"
121142
"@jridgewell/gen-mapping" "^0.3.12"
122143
"@jridgewell/trace-mapping" "^0.3.28"
123144
jsesc "^3.0.2"
@@ -129,13 +150,13 @@
129150
dependencies:
130151
"@babel/types" "^7.27.3"
131152

132-
"@babel/helper-compilation-targets@^7.20.7", "@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.25.9", "@babel/helper-compilation-targets@^7.26.5":
133-
version "7.26.5"
134-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.26.5.tgz#75d92bb8d8d51301c0d49e52a65c9a7fe94514d8"
135-
integrity sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==
153+
"@babel/helper-compilation-targets@^7.20.7", "@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.25.9", "@babel/helper-compilation-targets@^7.26.5", "@babel/helper-compilation-targets@^7.28.6":
154+
version "7.28.6"
155+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz#32c4a3f41f12ed1532179b108a4d746e105c2b25"
156+
integrity sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==
136157
dependencies:
137-
"@babel/compat-data" "^7.26.5"
138-
"@babel/helper-validator-option" "^7.25.9"
158+
"@babel/compat-data" "^7.28.6"
159+
"@babel/helper-validator-option" "^7.27.1"
139160
browserslist "^4.24.0"
140161
lru-cache "^5.1.1"
141162
semver "^6.3.1"
@@ -186,22 +207,22 @@
186207
"@babel/traverse" "^7.28.5"
187208
"@babel/types" "^7.28.5"
188209

189-
"@babel/helper-module-imports@^7.25.9", "@babel/helper-module-imports@^7.27.1":
190-
version "7.27.1"
191-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz#7ef769a323e2655e126673bb6d2d6913bbead204"
192-
integrity sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==
210+
"@babel/helper-module-imports@^7.25.9", "@babel/helper-module-imports@^7.28.6":
211+
version "7.28.6"
212+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz#60632cbd6ffb70b22823187201116762a03e2d5c"
213+
integrity sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==
193214
dependencies:
194-
"@babel/traverse" "^7.27.1"
195-
"@babel/types" "^7.27.1"
215+
"@babel/traverse" "^7.28.6"
216+
"@babel/types" "^7.28.6"
196217

197-
"@babel/helper-module-transforms@^7.25.9", "@babel/helper-module-transforms@^7.26.0", "@babel/helper-module-transforms@^7.27.1":
198-
version "7.27.1"
199-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.1.tgz#e1663b8b71d2de948da5c4fb2a20ca4f3ec27a6f"
200-
integrity sha512-9yHn519/8KvTU5BjTVEEeIM3w9/2yXNKoD82JifINImhpKkARMJKPP59kLo+BafpdN5zgNeIcS4jsGDmd3l58g==
218+
"@babel/helper-module-transforms@^7.25.9", "@babel/helper-module-transforms@^7.26.0", "@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.28.6":
219+
version "7.28.6"
220+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz#9312d9d9e56edc35aeb6e95c25d4106b50b9eb1e"
221+
integrity sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==
201222
dependencies:
202-
"@babel/helper-module-imports" "^7.27.1"
203-
"@babel/helper-validator-identifier" "^7.27.1"
204-
"@babel/traverse" "^7.27.1"
223+
"@babel/helper-module-imports" "^7.28.6"
224+
"@babel/helper-validator-identifier" "^7.28.5"
225+
"@babel/traverse" "^7.28.6"
205226

206227
"@babel/helper-optimise-call-expression@^7.27.1":
207228
version "7.27.1"
@@ -246,7 +267,7 @@
246267
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
247268
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
248269

249-
"@babel/helper-validator-identifier@^7.25.9", "@babel/helper-validator-identifier@^7.27.1", "@babel/helper-validator-identifier@^7.28.5":
270+
"@babel/helper-validator-identifier@^7.25.9", "@babel/helper-validator-identifier@^7.28.5":
250271
version "7.28.5"
251272
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4"
252273
integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==
@@ -265,20 +286,20 @@
265286
"@babel/traverse" "^7.25.9"
266287
"@babel/types" "^7.25.9"
267288

268-
"@babel/helpers@^7.26.7":
269-
version "7.26.7"
270-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.7.tgz#fd1d2a7c431b6e39290277aacfd8367857c576a4"
271-
integrity sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A==
289+
"@babel/helpers@^7.26.7", "@babel/helpers@^7.28.6":
290+
version "7.28.6"
291+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.6.tgz#fca903a313ae675617936e8998b814c415cbf5d7"
292+
integrity sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==
272293
dependencies:
273-
"@babel/template" "^7.25.9"
274-
"@babel/types" "^7.26.7"
294+
"@babel/template" "^7.28.6"
295+
"@babel/types" "^7.28.6"
275296

276-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.8", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.26.8", "@babel/parser@^7.27.2", "@babel/parser@^7.28.5":
277-
version "7.28.5"
278-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08"
279-
integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==
297+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.8", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.26.8", "@babel/parser@^7.28.6":
298+
version "7.28.6"
299+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.6.tgz#f01a8885b7fa1e56dd8a155130226cd698ef13fd"
300+
integrity sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==
280301
dependencies:
281-
"@babel/types" "^7.28.5"
302+
"@babel/types" "^7.28.6"
282303

283304
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
284305
version "7.25.9"
@@ -812,19 +833,19 @@
812833
dependencies:
813834
"@babel/helper-plugin-utils" "^7.25.9"
814835

815-
"@babel/plugin-transform-react-jsx-self@^7.25.9":
816-
version "7.25.9"
817-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.25.9.tgz#c0b6cae9c1b73967f7f9eb2fca9536ba2fad2858"
818-
integrity sha512-y8quW6p0WHkEhmErnfe58r7x0A70uKphQm8Sp8cV7tjNQwK56sNVK0M73LK3WuYmsuyrftut4xAkjjgU0twaMg==
836+
"@babel/plugin-transform-react-jsx-self@^7.27.1":
837+
version "7.27.1"
838+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz#af678d8506acf52c577cac73ff7fe6615c85fc92"
839+
integrity sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==
819840
dependencies:
820-
"@babel/helper-plugin-utils" "^7.25.9"
841+
"@babel/helper-plugin-utils" "^7.27.1"
821842

822-
"@babel/plugin-transform-react-jsx-source@^7.25.9":
823-
version "7.25.9"
824-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.25.9.tgz#4c6b8daa520b5f155b5fb55547d7c9fa91417503"
825-
integrity sha512-+iqjT8xmXhhYv4/uiYd8FNQsraMFZIfxVSqxxVSZP0WbbSAWvBXAul0m/zu+7Vv4O/3WtApy9pmaTMiumEZgfg==
843+
"@babel/plugin-transform-react-jsx-source@^7.27.1":
844+
version "7.27.1"
845+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.27.1.tgz#dcfe2c24094bb757bf73960374e7c55e434f19f0"
846+
integrity sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==
826847
dependencies:
827-
"@babel/helper-plugin-utils" "^7.25.9"
848+
"@babel/helper-plugin-utils" "^7.27.1"
828849

829850
"@babel/plugin-transform-react-jsx@^7.0.0":
830851
version "7.25.9"
@@ -1040,32 +1061,32 @@
10401061
dependencies:
10411062
regenerator-runtime "^0.14.0"
10421063

1043-
"@babel/template@^7.25.9", "@babel/template@^7.26.8", "@babel/template@^7.27.2", "@babel/template@^7.3.3":
1044-
version "7.27.2"
1045-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
1046-
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
1064+
"@babel/template@^7.25.9", "@babel/template@^7.26.8", "@babel/template@^7.28.6", "@babel/template@^7.3.3":
1065+
version "7.28.6"
1066+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.28.6.tgz#0e7e56ecedb78aeef66ce7972b082fce76a23e57"
1067+
integrity sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==
10471068
dependencies:
1048-
"@babel/code-frame" "^7.27.1"
1049-
"@babel/parser" "^7.27.2"
1050-
"@babel/types" "^7.27.1"
1069+
"@babel/code-frame" "^7.28.6"
1070+
"@babel/parser" "^7.28.6"
1071+
"@babel/types" "^7.28.6"
10511072

1052-
"@babel/traverse@^7.14.0", "@babel/traverse@^7.16.8", "@babel/traverse@^7.25.9", "@babel/traverse@^7.26.8", "@babel/traverse@^7.27.1", "@babel/traverse@^7.28.5":
1053-
version "7.28.5"
1054-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.5.tgz#450cab9135d21a7a2ca9d2d35aa05c20e68c360b"
1055-
integrity sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==
1073+
"@babel/traverse@^7.14.0", "@babel/traverse@^7.16.8", "@babel/traverse@^7.25.9", "@babel/traverse@^7.26.8", "@babel/traverse@^7.27.1", "@babel/traverse@^7.28.5", "@babel/traverse@^7.28.6":
1074+
version "7.28.6"
1075+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.6.tgz#871ddc79a80599a5030c53b1cc48cbe3a5583c2e"
1076+
integrity sha512-fgWX62k02qtjqdSNTAGxmKYY/7FSL9WAS1o2Hu5+I5m9T0yxZzr4cnrfXQ/MX0rIifthCSs6FKTlzYbJcPtMNg==
10561077
dependencies:
1057-
"@babel/code-frame" "^7.27.1"
1058-
"@babel/generator" "^7.28.5"
1078+
"@babel/code-frame" "^7.28.6"
1079+
"@babel/generator" "^7.28.6"
10591080
"@babel/helper-globals" "^7.28.0"
1060-
"@babel/parser" "^7.28.5"
1061-
"@babel/template" "^7.27.2"
1062-
"@babel/types" "^7.28.5"
1081+
"@babel/parser" "^7.28.6"
1082+
"@babel/template" "^7.28.6"
1083+
"@babel/types" "^7.28.6"
10631084
debug "^4.3.1"
10641085

1065-
"@babel/types@^7.0.0", "@babel/types@^7.16.8", "@babel/types@^7.20.7", "@babel/types@^7.25.9", "@babel/types@^7.26.7", "@babel/types@^7.26.8", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.5", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1066-
version "7.28.5"
1067-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b"
1068-
integrity sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==
1086+
"@babel/types@^7.0.0", "@babel/types@^7.16.8", "@babel/types@^7.20.7", "@babel/types@^7.25.9", "@babel/types@^7.26.8", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.5", "@babel/types@^7.28.6", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1087+
version "7.28.6"
1088+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.6.tgz#c3e9377f1b155005bcc4c46020e7e394e13089df"
1089+
integrity sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg==
10691090
dependencies:
10701091
"@babel/helper-string-parser" "^7.27.1"
10711092
"@babel/helper-validator-identifier" "^7.28.5"
@@ -2732,6 +2753,14 @@
27322753
"@jridgewell/sourcemap-codec" "^1.5.0"
27332754
"@jridgewell/trace-mapping" "^0.3.24"
27342755

2756+
"@jridgewell/remapping@^2.3.5":
2757+
version "2.3.5"
2758+
resolved "https://registry.yarnpkg.com/@jridgewell/remapping/-/remapping-2.3.5.tgz#375c476d1972947851ba1e15ae8f123047445aa1"
2759+
integrity sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==
2760+
dependencies:
2761+
"@jridgewell/gen-mapping" "^0.3.5"
2762+
"@jridgewell/trace-mapping" "^0.3.24"
2763+
27352764
"@jridgewell/resolve-uri@^3.0.3", "@jridgewell/resolve-uri@^3.1.0":
27362765
version "3.1.2"
27372766
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6"
@@ -2868,6 +2897,11 @@
28682897
resolved "https://registry.yarnpkg.com/@repeaterjs/repeater/-/repeater-3.0.6.tgz#be23df0143ceec3c69f8b6c2517971a5578fdaa2"
28692898
integrity sha512-Javneu5lsuhwNCryN+pXH93VPQ8g0dBX7wItHFgYiwQmzE1sVdg5tWHiOgHywzL2W21XQopa7IwIEnNbmeUJYA==
28702899

2900+
"@rolldown/pluginutils@1.0.0-beta.53":
2901+
version "1.0.0-beta.53"
2902+
resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.53.tgz#c57a5234ae122671aff6fe72e673a7ed90f03f87"
2903+
integrity sha512-vENRlFU4YbrwVqNDZ7fLvy+JR1CRkyr01jhSiDpE1u6py3OMzQfztQU2jxykW3ALNxO4kSlqIDeYyD0Y9RcQeQ==
2904+
28712905
"@rollup/rollup-android-arm-eabi@4.34.4":
28722906
version "4.34.4"
28732907
resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.34.4.tgz#186addf2d9da1df57c69394f8eb74d40cc833686"
@@ -3265,16 +3299,17 @@
32653299
"@0no-co/graphql.web" "^1.0.5"
32663300
wonka "^6.3.2"
32673301

3268-
"@vitejs/plugin-react@4.3.4":
3269-
version "4.3.4"
3270-
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.3.4.tgz#c64be10b54c4640135a5b28a2432330e88ad7c20"
3271-
integrity sha512-SCCPBJtYLdE8PX/7ZQAs1QAZ8Jqwih+0VBLum1EGqmCCQal+MIUqLCzj3ZUy8ufbC0cAM4LRlSTm7IQJwWT4ug==
3302+
"@vitejs/plugin-react@5.1.2":
3303+
version "5.1.2"
3304+
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-5.1.2.tgz#46f47be184c05a18839cb8705d79578b469ac6eb"
3305+
integrity sha512-EcA07pHJouywpzsoTUqNh5NwGayl2PPVEJKUSinGGSxFGYn+shYbqMGBg6FXDqgXum9Ou/ecb+411ssw8HImJQ==
32723306
dependencies:
3273-
"@babel/core" "^7.26.0"
3274-
"@babel/plugin-transform-react-jsx-self" "^7.25.9"
3275-
"@babel/plugin-transform-react-jsx-source" "^7.25.9"
3307+
"@babel/core" "^7.28.5"
3308+
"@babel/plugin-transform-react-jsx-self" "^7.27.1"
3309+
"@babel/plugin-transform-react-jsx-source" "^7.27.1"
3310+
"@rolldown/pluginutils" "1.0.0-beta.53"
32763311
"@types/babel__core" "^7.20.5"
3277-
react-refresh "^0.14.2"
3312+
react-refresh "^0.18.0"
32783313

32793314
"@whatwg-node/disposablestack@^0.0.5":
32803315
version "0.0.5"
@@ -7217,10 +7252,10 @@ react-is@^18.0.0:
72177252
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.3.1.tgz#e83557dc12eae63a99e003a46388b1dcbb44db7e"
72187253
integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==
72197254

7220-
react-refresh@^0.14.2:
7221-
version "0.14.2"
7222-
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.14.2.tgz#3833da01ce32da470f1f936b9d477da5c7028bf9"
7223-
integrity sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==
7255+
react-refresh@^0.18.0:
7256+
version "0.18.0"
7257+
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.18.0.tgz#2dce97f4fe932a4d8142fa1630e475c1729c8062"
7258+
integrity sha512-QgT5//D3jfjJb6Gsjxv0Slpj23ip+HtOpnNgnb2S5zU3CB26G/IDPGoy4RJB42wzFE46DRsstbW6tKHoKbhAxw==
72247259

72257260
react@19.0.0:
72267261
version "19.0.0"

0 commit comments

Comments
 (0)