Skip to content

Commit b28f762

Browse files
Bump @vitejs/plugin-react from 4.3.4 to 4.4.0 in /Plan/react/dashboard (#4068)
Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 4.3.4 to 4.4.0. - [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.0 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 ae9b528 commit b28f762

File tree

2 files changed

+89
-41
lines changed

2 files changed

+89
-41
lines changed

Plan/react/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
]
6969
},
7070
"devDependencies": {
71-
"@vitejs/plugin-react": "^4.3.4",
71+
"@vitejs/plugin-react": "^4.4.0",
7272
"vite": "^6.3.1"
7373
}
7474
}

Plan/react/dashboard/yarn.lock

Lines changed: 88 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@jridgewell/gen-mapping" "^0.3.5"
1616
"@jridgewell/trace-mapping" "^0.3.24"
1717

18-
"@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.0":
18+
"@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.2":
1919
version "7.26.2"
2020
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
2121
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
@@ -24,33 +24,33 @@
2424
js-tokens "^4.0.0"
2525
picocolors "^1.0.0"
2626

27-
"@babel/compat-data@^7.25.9":
28-
version "7.26.2"
29-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.2.tgz#278b6b13664557de95b8f35b90d96785850bb56e"
30-
integrity sha512-Z0WgzSEa+aUcdiJuCIqgujCshpMWgUpgOxXotrYPSA53hA3qopNaqcJpyr0hVb1FeWdnqFA35/fUtXgBK8srQg==
27+
"@babel/compat-data@^7.26.8":
28+
version "7.26.8"
29+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.8.tgz#821c1d35641c355284d4a870b8a4a7b0c141e367"
30+
integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==
3131

32-
"@babel/core@^7.26.0":
33-
version "7.26.0"
34-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40"
35-
integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==
32+
"@babel/core@^7.26.10":
33+
version "7.26.10"
34+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.10.tgz#5c876f83c8c4dcb233ee4b670c0606f2ac3000f9"
35+
integrity sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==
3636
dependencies:
3737
"@ampproject/remapping" "^2.2.0"
38-
"@babel/code-frame" "^7.26.0"
39-
"@babel/generator" "^7.26.0"
40-
"@babel/helper-compilation-targets" "^7.25.9"
38+
"@babel/code-frame" "^7.26.2"
39+
"@babel/generator" "^7.26.10"
40+
"@babel/helper-compilation-targets" "^7.26.5"
4141
"@babel/helper-module-transforms" "^7.26.0"
42-
"@babel/helpers" "^7.26.0"
43-
"@babel/parser" "^7.26.0"
44-
"@babel/template" "^7.25.9"
45-
"@babel/traverse" "^7.25.9"
46-
"@babel/types" "^7.26.0"
42+
"@babel/helpers" "^7.26.10"
43+
"@babel/parser" "^7.26.10"
44+
"@babel/template" "^7.26.9"
45+
"@babel/traverse" "^7.26.10"
46+
"@babel/types" "^7.26.10"
4747
convert-source-map "^2.0.0"
4848
debug "^4.1.0"
4949
gensync "^1.0.0-beta.2"
5050
json5 "^2.2.3"
5151
semver "^6.3.1"
5252

53-
"@babel/generator@^7.25.9", "@babel/generator@^7.26.0":
53+
"@babel/generator@^7.25.9":
5454
version "7.26.2"
5555
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.2.tgz#87b75813bec87916210e5e01939a4c823d6bb74f"
5656
integrity sha512-zevQbhbau95nkoxSq3f/DC/SC+EEOUZd3DYqfSkMhY2/wfSeaHV1Ew4vk8e+x8lja31IbyuUa2uQ3JONqKbysw==
@@ -61,19 +61,30 @@
6161
"@jridgewell/trace-mapping" "^0.3.25"
6262
jsesc "^3.0.2"
6363

64+
"@babel/generator@^7.26.10", "@babel/generator@^7.27.0":
65+
version "7.27.0"
66+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.0.tgz#764382b5392e5b9aff93cadb190d0745866cbc2c"
67+
integrity sha512-VybsKvpiN1gU1sdMZIp7FcqphVVKEwcuj02x73uvcHE0PTihx1nlBcowYWhDwjpoAXRv43+gDzyggGnn1XZhVw==
68+
dependencies:
69+
"@babel/parser" "^7.27.0"
70+
"@babel/types" "^7.27.0"
71+
"@jridgewell/gen-mapping" "^0.3.5"
72+
"@jridgewell/trace-mapping" "^0.3.25"
73+
jsesc "^3.0.2"
74+
6475
"@babel/helper-annotate-as-pure@^7.18.6", "@babel/helper-annotate-as-pure@^7.25.9":
6576
version "7.25.9"
6677
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz#d8eac4d2dc0d7b6e11fa6e535332e0d3184f06b4"
6778
integrity sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==
6879
dependencies:
6980
"@babel/types" "^7.25.9"
7081

71-
"@babel/helper-compilation-targets@^7.25.9":
72-
version "7.25.9"
73-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz#55af025ce365be3cdc0c1c1e56c6af617ce88875"
74-
integrity sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==
82+
"@babel/helper-compilation-targets@^7.26.5":
83+
version "7.27.0"
84+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.0.tgz#de0c753b1cd1d9ab55d473c5a5cf7170f0a81880"
85+
integrity sha512-LVk7fbXml0H2xH34dFzKQ7TDZ2G4/rVTOrq9V+icbbadjbVxxeFeDsNHv2SrZeWoA+6ZiTyWYWtScEIW07EAcA==
7586
dependencies:
76-
"@babel/compat-data" "^7.25.9"
87+
"@babel/compat-data" "^7.26.8"
7788
"@babel/helper-validator-option" "^7.25.9"
7889
browserslist "^4.24.0"
7990
lru-cache "^5.1.1"
@@ -161,21 +172,28 @@
161172
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz#86e45bd8a49ab7e03f276577f96179653d41da72"
162173
integrity sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==
163174

164-
"@babel/helpers@^7.26.0":
165-
version "7.26.0"
166-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4"
167-
integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==
175+
"@babel/helpers@^7.26.10":
176+
version "7.27.0"
177+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.0.tgz#53d156098defa8243eab0f32fa17589075a1b808"
178+
integrity sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==
168179
dependencies:
169-
"@babel/template" "^7.25.9"
170-
"@babel/types" "^7.26.0"
180+
"@babel/template" "^7.27.0"
181+
"@babel/types" "^7.27.0"
171182

172-
"@babel/parser@^7.1.0", "@babel/parser@^7.20.7", "@babel/parser@^7.25.9", "@babel/parser@^7.26.0", "@babel/parser@^7.26.2":
183+
"@babel/parser@^7.1.0", "@babel/parser@^7.20.7", "@babel/parser@^7.25.9", "@babel/parser@^7.26.2":
173184
version "7.26.2"
174185
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.2.tgz#fd7b6f487cfea09889557ef5d4eeb9ff9a5abd11"
175186
integrity sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==
176187
dependencies:
177188
"@babel/types" "^7.26.0"
178189

190+
"@babel/parser@^7.26.10", "@babel/parser@^7.27.0":
191+
version "7.27.0"
192+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec"
193+
integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==
194+
dependencies:
195+
"@babel/types" "^7.27.0"
196+
179197
"@babel/plugin-proposal-private-property-in-object@^7.21.11":
180198
version "7.21.11"
181199
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.11.tgz#69d597086b6760c4126525cfa154f34631ff272c"
@@ -231,6 +249,15 @@
231249
"@babel/parser" "^7.25.9"
232250
"@babel/types" "^7.25.9"
233251

252+
"@babel/template@^7.26.9", "@babel/template@^7.27.0":
253+
version "7.27.0"
254+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4"
255+
integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==
256+
dependencies:
257+
"@babel/code-frame" "^7.26.2"
258+
"@babel/parser" "^7.27.0"
259+
"@babel/types" "^7.27.0"
260+
234261
"@babel/traverse@^7.25.9":
235262
version "7.25.9"
236263
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.9.tgz#a50f8fe49e7f69f53de5bea7e413cd35c5e13c84"
@@ -244,6 +271,19 @@
244271
debug "^4.3.1"
245272
globals "^11.1.0"
246273

274+
"@babel/traverse@^7.26.10":
275+
version "7.27.0"
276+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.0.tgz#11d7e644779e166c0442f9a07274d02cd91d4a70"
277+
integrity sha512-19lYZFzYVQkkHkl4Cy4WrAVcqBkgvV2YM2TU3xG6DIwO7O3ecbDPfW3yM3bjAGcqcQHi+CCtjMR3dIEHxsd6bA==
278+
dependencies:
279+
"@babel/code-frame" "^7.26.2"
280+
"@babel/generator" "^7.27.0"
281+
"@babel/parser" "^7.27.0"
282+
"@babel/template" "^7.27.0"
283+
"@babel/types" "^7.27.0"
284+
debug "^4.3.1"
285+
globals "^11.1.0"
286+
247287
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.25.9", "@babel/types@^7.26.0":
248288
version "7.26.0"
249289
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff"
@@ -252,6 +292,14 @@
252292
"@babel/helper-string-parser" "^7.25.9"
253293
"@babel/helper-validator-identifier" "^7.25.9"
254294

295+
"@babel/types@^7.26.10", "@babel/types@^7.27.0":
296+
version "7.27.0"
297+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559"
298+
integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==
299+
dependencies:
300+
"@babel/helper-string-parser" "^7.25.9"
301+
"@babel/helper-validator-identifier" "^7.25.9"
302+
255303
"@esbuild/[email protected]":
256304
version "0.25.1"
257305
resolved "https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.25.1.tgz#c33cf6bbee34975626b01b80451cbb72b4c6c91d"
@@ -1444,16 +1492,16 @@
14441492
resolved "https://registry.yarnpkg.com/@types/warning/-/warning-3.0.3.tgz#d1884c8cc4a426d1ac117ca2611bf333834c6798"
14451493
integrity sha512-D1XC7WK8K+zZEveUPY+cf4+kgauk8N4eHr/XIHXGlGYkHLud6hK9lYfZk1ry1TNh798cZUCgb6MqGEG8DkJt6Q==
14461494

1447-
"@vitejs/plugin-react@^4.3.4":
1448-
version "4.3.4"
1449-
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.3.4.tgz#c64be10b54c4640135a5b28a2432330e88ad7c20"
1450-
integrity sha512-SCCPBJtYLdE8PX/7ZQAs1QAZ8Jqwih+0VBLum1EGqmCCQal+MIUqLCzj3ZUy8ufbC0cAM4LRlSTm7IQJwWT4ug==
1495+
"@vitejs/plugin-react@^4.4.0":
1496+
version "4.4.0"
1497+
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.4.0.tgz#a658e563d08f3907dbceb3be1bca5272665e6372"
1498+
integrity sha512-x/EztcTKVj+TDeANY1WjNeYsvZjZdfWRMP/KXi5Yn8BoTzpa13ZltaQqKfvWYbX8CE10GOHHdC5v86jY9x8i/g==
14511499
dependencies:
1452-
"@babel/core" "^7.26.0"
1500+
"@babel/core" "^7.26.10"
14531501
"@babel/plugin-transform-react-jsx-self" "^7.25.9"
14541502
"@babel/plugin-transform-react-jsx-source" "^7.25.9"
14551503
"@types/babel__core" "^7.20.5"
1456-
react-refresh "^0.14.2"
1504+
react-refresh "^0.17.0"
14571505

14581506
ansi-regex@^5.0.1:
14591507
version "5.0.1"
@@ -2575,10 +2623,10 @@ react-redux@^9.2.0:
25752623
"@types/use-sync-external-store" "^0.0.6"
25762624
use-sync-external-store "^1.4.0"
25772625

2578-
react-refresh@^0.14.2:
2579-
version "0.14.2"
2580-
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.14.2.tgz#3833da01ce32da470f1f936b9d477da5c7028bf9"
2581-
integrity sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==
2626+
react-refresh@^0.17.0:
2627+
version "0.17.0"
2628+
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.17.0.tgz#b7e579c3657f23d04eccbe4ad2e58a8ed51e7e53"
2629+
integrity sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==
25822630

25832631
react-router-dom@^6.26.0:
25842632
version "6.28.0"

0 commit comments

Comments
 (0)