Skip to content

Commit 901be14

Browse files
chore(deps): update dependency @vitejs/plugin-react to v5
1 parent 4395ee9 commit 901be14

2 files changed

Lines changed: 10 additions & 10 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.0",
3232
"eslint": "8.57.1",
3333
"eslint-config-productsway": "1.3.4",
3434
"prettier": "3.6.2",

frontend/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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.30":
744+
version "1.0.0-beta.30"
745+
resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.30.tgz#ac55a2215c78a54ba67276524ac3dc8c195316d0"
746+
integrity sha512-whXaSoNUFiyDAjkUF8OBpOm77Szdbk5lGNqFe6CbVbJFrhCCPinCbRA3NjawwlNHla1No7xvXXh+CpSxnPfUEw==
747747

748748
"@rollup/rollup-android-arm-eabi@4.46.2":
749749
version "4.46.2"
@@ -1143,15 +1143,15 @@
11431143
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz#d06bbb384ebcf6c505fde1c3d0ed4ddffe0aaff8"
11441144
integrity sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==
11451145

1146-
"@vitejs/plugin-react@4.7.0":
1147-
version "4.7.0"
1148-
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.7.0.tgz#647af4e7bb75ad3add578e762ad984b90f4a24b9"
1149-
integrity sha512-gUu9hwfWvvEDBBmgtAowQCojwZmJ5mcLn3aufeCsitijs3+f2NsrPtlAWIR6OPiqljl96GVCUbLe0HyqIpVaoA==
1146+
"@vitejs/plugin-react@5.0.0":
1147+
version "5.0.0"
1148+
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-5.0.0.tgz#5cfe3d3665d3d04b0df7a8356ffd59359f5d0220"
1149+
integrity sha512-Jx9JfsTa05bYkS9xo0hkofp2dCmp1blrKjw9JONs5BTHOvJCgLbaPSuZLGSVJW6u2qe0tc4eevY0+gSNNi0YCw==
11501150
dependencies:
11511151
"@babel/core" "^7.28.0"
11521152
"@babel/plugin-transform-react-jsx-self" "^7.27.1"
11531153
"@babel/plugin-transform-react-jsx-source" "^7.27.1"
1154-
"@rolldown/pluginutils" "1.0.0-beta.27"
1154+
"@rolldown/pluginutils" "1.0.0-beta.30"
11551155
"@types/babel__core" "^7.20.5"
11561156
react-refresh "^0.17.0"
11571157

0 commit comments

Comments
 (0)