Skip to content

Commit 702dbef

Browse files
chore(deps-dev): Bump @vitejs/plugin-react from 4.3.4 to 4.4.1 (#501)
Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 4.3.4 to 4.4.1. - [Release notes](https://github.com/vitejs/vite-plugin-react/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-react/commits/[email protected]/packages/plugin-react) --- updated-dependencies: - dependency-name: "@vitejs/plugin-react" dependency-version: 4.4.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 554296a commit 702dbef

File tree

2 files changed

+90
-42
lines changed

2 files changed

+90
-42
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@storybook/testing-library": "0.2.2",
2929
"@types/react": "18.3.12",
3030
"@types/react-dom": "18.3.1",
31-
"@vitejs/plugin-react": "4.3.4",
31+
"@vitejs/plugin-react": "4.4.1",
3232
"react": "18.3.1",
3333
"react-dom": "18.3.1",
3434
"storybook": "8.6.12",

yarn.lock

+89-41
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@babel/highlight" "^7.23.4"
3232
chalk "^2.4.2"
3333

34-
"@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.0", "@babel/code-frame@^7.26.2":
34+
"@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.2":
3535
version "7.26.2"
3636
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
3737
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
@@ -60,26 +60,26 @@
6060
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.4.tgz#6f102372e9094f25d908ca0d34fc74c74606059a"
6161
integrity sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ==
6262

63-
"@babel/compat-data@^7.25.9":
64-
version "7.26.3"
65-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.3.tgz#99488264a56b2aded63983abd6a417f03b92ed02"
66-
integrity sha512-nHIxvKPniQXpmQLb0vhY3VaFb3S0YrTAwpOWJZh1wn3oJPjJk9Asva204PsBdmAE8vpzfHudT8DB0scYvy9q0g==
63+
"@babel/compat-data@^7.26.8":
64+
version "7.26.8"
65+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.8.tgz#821c1d35641c355284d4a870b8a4a7b0c141e367"
66+
integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==
6767

68-
"@babel/core@^7.18.9", "@babel/core@^7.23.0", "@babel/core@^7.24.4", "@babel/core@^7.26.0":
69-
version "7.26.0"
70-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40"
71-
integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==
68+
"@babel/core@^7.18.9", "@babel/core@^7.23.0", "@babel/core@^7.24.4", "@babel/core@^7.26.10":
69+
version "7.26.10"
70+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.10.tgz#5c876f83c8c4dcb233ee4b670c0606f2ac3000f9"
71+
integrity sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==
7272
dependencies:
7373
"@ampproject/remapping" "^2.2.0"
74-
"@babel/code-frame" "^7.26.0"
75-
"@babel/generator" "^7.26.0"
76-
"@babel/helper-compilation-targets" "^7.25.9"
74+
"@babel/code-frame" "^7.26.2"
75+
"@babel/generator" "^7.26.10"
76+
"@babel/helper-compilation-targets" "^7.26.5"
7777
"@babel/helper-module-transforms" "^7.26.0"
78-
"@babel/helpers" "^7.26.0"
79-
"@babel/parser" "^7.26.0"
80-
"@babel/template" "^7.25.9"
81-
"@babel/traverse" "^7.25.9"
82-
"@babel/types" "^7.26.0"
78+
"@babel/helpers" "^7.26.10"
79+
"@babel/parser" "^7.26.10"
80+
"@babel/template" "^7.26.9"
81+
"@babel/traverse" "^7.26.10"
82+
"@babel/types" "^7.26.10"
8383
convert-source-map "^2.0.0"
8484
debug "^4.1.0"
8585
gensync "^1.0.0-beta.2"
@@ -96,7 +96,18 @@
9696
"@jridgewell/trace-mapping" "^0.3.17"
9797
jsesc "^2.5.1"
9898

99-
"@babel/generator@^7.26.0", "@babel/generator@^7.26.3":
99+
"@babel/generator@^7.26.10", "@babel/generator@^7.27.0":
100+
version "7.27.0"
101+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.0.tgz#764382b5392e5b9aff93cadb190d0745866cbc2c"
102+
integrity sha512-VybsKvpiN1gU1sdMZIp7FcqphVVKEwcuj02x73uvcHE0PTihx1nlBcowYWhDwjpoAXRv43+gDzyggGnn1XZhVw==
103+
dependencies:
104+
"@babel/parser" "^7.27.0"
105+
"@babel/types" "^7.27.0"
106+
"@jridgewell/gen-mapping" "^0.3.5"
107+
"@jridgewell/trace-mapping" "^0.3.25"
108+
jsesc "^3.0.2"
109+
110+
"@babel/generator@^7.26.3":
100111
version "7.26.3"
101112
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.3.tgz#ab8d4360544a425c90c248df7059881f4b2ce019"
102113
integrity sha512-6FF/urZvD0sTeO7k6/B15pMLC4CHUv1426lzr3N01aHJTl046uCAh9LXW/fzeXXjPNCJ6iABW5XaWOsIZB93aQ==
@@ -143,12 +154,12 @@
143154
lru-cache "^5.1.1"
144155
semver "^6.3.1"
145156

146-
"@babel/helper-compilation-targets@^7.25.9":
147-
version "7.25.9"
148-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz#55af025ce365be3cdc0c1c1e56c6af617ce88875"
149-
integrity sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==
157+
"@babel/helper-compilation-targets@^7.26.5":
158+
version "7.27.0"
159+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.0.tgz#de0c753b1cd1d9ab55d473c5a5cf7170f0a81880"
160+
integrity sha512-LVk7fbXml0H2xH34dFzKQ7TDZ2G4/rVTOrq9V+icbbadjbVxxeFeDsNHv2SrZeWoA+6ZiTyWYWtScEIW07EAcA==
150161
dependencies:
151-
"@babel/compat-data" "^7.25.9"
162+
"@babel/compat-data" "^7.26.8"
152163
"@babel/helper-validator-option" "^7.25.9"
153164
browserslist "^4.24.0"
154165
lru-cache "^5.1.1"
@@ -440,13 +451,13 @@
440451
"@babel/template" "^7.22.15"
441452
"@babel/types" "^7.22.19"
442453

443-
"@babel/helpers@^7.26.0":
444-
version "7.26.0"
445-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4"
446-
integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==
454+
"@babel/helpers@^7.26.10":
455+
version "7.27.0"
456+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.0.tgz#53d156098defa8243eab0f32fa17589075a1b808"
457+
integrity sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==
447458
dependencies:
448-
"@babel/template" "^7.25.9"
449-
"@babel/types" "^7.26.0"
459+
"@babel/template" "^7.27.0"
460+
"@babel/types" "^7.27.0"
450461

451462
"@babel/highlight@^7.22.13":
452463
version "7.22.13"
@@ -481,13 +492,20 @@
481492
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.1.tgz#1e416d3627393fab1cb5b0f2f1796a100ae9133a"
482493
integrity sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg==
483494

484-
"@babel/parser@^7.25.3", "@babel/parser@^7.25.9", "@babel/parser@^7.26.0", "@babel/parser@^7.26.3":
495+
"@babel/parser@^7.25.3", "@babel/parser@^7.25.9", "@babel/parser@^7.26.3":
485496
version "7.26.3"
486497
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.3.tgz#8c51c5db6ddf08134af1ddbacf16aaab48bac234"
487498
integrity sha512-WJ/CvmY8Mea8iDXo6a7RK2wbmJITT5fN3BEkRuFlxVyNx8jOKIIhmC4fSkTcPcf8JyavbBwIe6OpiCOBXt/IcA==
488499
dependencies:
489500
"@babel/types" "^7.26.3"
490501

502+
"@babel/parser@^7.26.10", "@babel/parser@^7.27.0":
503+
version "7.27.0"
504+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec"
505+
integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==
506+
dependencies:
507+
"@babel/types" "^7.27.0"
508+
491509
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.5":
492510
version "7.24.5"
493511
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.5.tgz#4c3685eb9cd790bcad2843900fe0250c91ccf895"
@@ -1309,6 +1327,15 @@
13091327
"@babel/parser" "^7.25.9"
13101328
"@babel/types" "^7.25.9"
13111329

1330+
"@babel/template@^7.26.9", "@babel/template@^7.27.0":
1331+
version "7.27.0"
1332+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4"
1333+
integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==
1334+
dependencies:
1335+
"@babel/code-frame" "^7.26.2"
1336+
"@babel/parser" "^7.27.0"
1337+
"@babel/types" "^7.27.0"
1338+
13121339
"@babel/traverse@^7.18.9":
13131340
version "7.23.6"
13141341
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.6.tgz#b53526a2367a0dd6edc423637f3d2d0f2521abc5"
@@ -1338,14 +1365,35 @@
13381365
debug "^4.3.1"
13391366
globals "^11.1.0"
13401367

1341-
"@babel/types@^7.0.0", "@babel/types@^7.18.9", "@babel/types@^7.20.7", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.6", "@babel/types@^7.24.0", "@babel/types@^7.24.5", "@babel/types@^7.25.9", "@babel/types@^7.26.0", "@babel/types@^7.26.3", "@babel/types@^7.4.4":
1368+
"@babel/traverse@^7.26.10":
1369+
version "7.27.0"
1370+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.0.tgz#11d7e644779e166c0442f9a07274d02cd91d4a70"
1371+
integrity sha512-19lYZFzYVQkkHkl4Cy4WrAVcqBkgvV2YM2TU3xG6DIwO7O3ecbDPfW3yM3bjAGcqcQHi+CCtjMR3dIEHxsd6bA==
1372+
dependencies:
1373+
"@babel/code-frame" "^7.26.2"
1374+
"@babel/generator" "^7.27.0"
1375+
"@babel/parser" "^7.27.0"
1376+
"@babel/template" "^7.27.0"
1377+
"@babel/types" "^7.27.0"
1378+
debug "^4.3.1"
1379+
globals "^11.1.0"
1380+
1381+
"@babel/types@^7.0.0", "@babel/types@^7.18.9", "@babel/types@^7.20.7", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.6", "@babel/types@^7.24.0", "@babel/types@^7.24.5", "@babel/types@^7.25.9", "@babel/types@^7.26.3", "@babel/types@^7.4.4":
13421382
version "7.26.3"
13431383
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.3.tgz#37e79830f04c2b5687acc77db97fbc75fb81f3c0"
13441384
integrity sha512-vN5p+1kl59GVKMvTHt55NzzmYVxprfJD+ql7U9NFIfKCBkYE55LYtS+WtPlaYOyzydrKI8Nezd+aZextrd+FMA==
13451385
dependencies:
13461386
"@babel/helper-string-parser" "^7.25.9"
13471387
"@babel/helper-validator-identifier" "^7.25.9"
13481388

1389+
"@babel/types@^7.26.10", "@babel/types@^7.27.0":
1390+
version "7.27.0"
1391+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559"
1392+
integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==
1393+
dependencies:
1394+
"@babel/helper-string-parser" "^7.25.9"
1395+
"@babel/helper-validator-identifier" "^7.25.9"
1396+
13491397
"@biomejs/[email protected]":
13501398
version "1.9.4"
13511399
resolved "https://registry.yarnpkg.com/@biomejs/biome/-/biome-1.9.4.tgz#89766281cbc3a0aae865a7ff13d6aaffea2842bf"
@@ -2290,16 +2338,16 @@
22902338
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.7.tgz#b14cebc75455eeeb160d5fe23c2fcc0c64f724d8"
22912339
integrity sha512-WUtIVRUZ9i5dYXefDEAI7sh9/O7jGvHg7Df/5O/gtH3Yabe5odI3UWopVR1qbPXQtvOxWu3mM4XxlYeZtMWF4g==
22922340

2293-
"@vitejs/plugin-react@4.3.4":
2294-
version "4.3.4"
2295-
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.3.4.tgz#c64be10b54c4640135a5b28a2432330e88ad7c20"
2296-
integrity sha512-SCCPBJtYLdE8PX/7ZQAs1QAZ8Jqwih+0VBLum1EGqmCCQal+MIUqLCzj3ZUy8ufbC0cAM4LRlSTm7IQJwWT4ug==
2341+
"@vitejs/plugin-react@4.4.1":
2342+
version "4.4.1"
2343+
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.4.1.tgz#d7d1e9c9616d7536b0953637edfee7c6cbe2fe0f"
2344+
integrity sha512-IpEm5ZmeXAP/osiBXVVP5KjFMzbWOonMs0NaQQl+xYnUAcq4oHUBsF2+p4MgKWG4YMmFYJU8A6sxRPuowllm6w==
22972345
dependencies:
2298-
"@babel/core" "^7.26.0"
2346+
"@babel/core" "^7.26.10"
22992347
"@babel/plugin-transform-react-jsx-self" "^7.25.9"
23002348
"@babel/plugin-transform-react-jsx-source" "^7.25.9"
23012349
"@types/babel__core" "^7.20.5"
2302-
react-refresh "^0.14.2"
2350+
react-refresh "^0.17.0"
23032351

23042352
23052353
version "2.0.5"
@@ -4422,10 +4470,10 @@ react-is@^17.0.1:
44224470
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
44234471
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
44244472

4425-
react-refresh@^0.14.2:
4426-
version "0.14.2"
4427-
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.14.2.tgz#3833da01ce32da470f1f936b9d477da5c7028bf9"
4428-
integrity sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==
4473+
react-refresh@^0.17.0:
4474+
version "0.17.0"
4475+
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.17.0.tgz#b7e579c3657f23d04eccbe4ad2e58a8ed51e7e53"
4476+
integrity sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==
44294477

44304478
44314479
version "18.3.1"

0 commit comments

Comments
 (0)