Skip to content

Commit c8a36d1

Browse files
chore(deps): update dependency @vitejs/plugin-react to v5
1 parent 271e988 commit c8a36d1

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@types/react-dom": "18.3.7",
2929
"@typescript-eslint/eslint-plugin": "6.21.0",
3030
"@typescript-eslint/parser": "6.21.0",
31-
"@vitejs/plugin-react": "4.7.0",
31+
"@vitejs/plugin-react": "5.0.3",
3232
"eslint": "8.57.1",
3333
"eslint-config-productsway": "1.3.4",
3434
"prettier": "3.6.2",

frontend/yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.4.tgz#96fdf1af1b8859c8474ab39c295312bfb7c24b04"
1717
integrity sha512-YsmSKC29MJwf0gF8Rjjrg5LQCmyh+j/nD8/eP7f+BeoQTKYqs9RoWbjGOdy0+1Ekr68RJZMUOPVQaQisnIo4Rw==
1818

19-
"@babel/core@^7.28.0":
19+
"@babel/core@^7.28.4":
2020
version "7.28.4"
2121
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.4.tgz#12a550b8794452df4c8b084f95003bce1742d496"
2222
integrity sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==
@@ -740,10 +740,10 @@
740740
dependencies:
741741
"@babel/runtime" "^7.13.10"
742742

743-
"@rolldown/pluginutils@1.0.0-beta.27":
744-
version "1.0.0-beta.27"
745-
resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.27.tgz#47d2bf4cef6d470b22f5831b420f8964e0bf755f"
746-
integrity sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==
743+
"@rolldown/pluginutils@1.0.0-beta.35":
744+
version "1.0.0-beta.35"
745+
resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.35.tgz#1a477e7742b154b67519d40e4fc17485de338e7a"
746+
integrity sha512-slYrCpoxJUqzFDDNlvrOYRazQUNRvWPjXA17dAOISY3rDMxX6k8K4cj2H+hEYMHF81HO3uNd5rHVigAWRM5dSg==
747747

748748
"@rollup/rollup-android-arm-eabi@4.52.0":
749749
version "4.52.0"
@@ -1153,15 +1153,15 @@
11531153
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz#d06bbb384ebcf6c505fde1c3d0ed4ddffe0aaff8"
11541154
integrity sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==
11551155

1156-
"@vitejs/plugin-react@4.7.0":
1157-
version "4.7.0"
1158-
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.7.0.tgz#647af4e7bb75ad3add578e762ad984b90f4a24b9"
1159-
integrity sha512-gUu9hwfWvvEDBBmgtAowQCojwZmJ5mcLn3aufeCsitijs3+f2NsrPtlAWIR6OPiqljl96GVCUbLe0HyqIpVaoA==
1156+
"@vitejs/plugin-react@5.0.3":
1157+
version "5.0.3"
1158+
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-5.0.3.tgz#182ea45406d89e55b4e35c92a4a8c2c8388726c8"
1159+
integrity sha512-PFVHhosKkofGH0Yzrw1BipSedTH68BFF8ZWy1kfUpCtJcouXXY0+racG8sExw7hw0HoX36813ga5o3LTWZ4FUg==
11601160
dependencies:
1161-
"@babel/core" "^7.28.0"
1161+
"@babel/core" "^7.28.4"
11621162
"@babel/plugin-transform-react-jsx-self" "^7.27.1"
11631163
"@babel/plugin-transform-react-jsx-source" "^7.27.1"
1164-
"@rolldown/pluginutils" "1.0.0-beta.27"
1164+
"@rolldown/pluginutils" "1.0.0-beta.35"
11651165
"@types/babel__core" "^7.20.5"
11661166
react-refresh "^0.17.0"
11671167

0 commit comments

Comments
 (0)