Skip to content

Commit 5428c06

Browse files
build(deps-dev): bump @vitejs/plugin-react in /single-page-app/ui
Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 5.1.2 to 5.1.3. - [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/plugin-react@5.1.3/packages/plugin-react) --- updated-dependencies: - dependency-name: "@vitejs/plugin-react" dependency-version: 5.1.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: phlax <454682+phlax@users.noreply.github.com>
1 parent 106882c commit 5428c06

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

single-page-app/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@types/react-dom": "^19.1.6",
2626
"@typescript-eslint/eslint-plugin": "^6.21.0",
2727
"@typescript-eslint/parser": "^6.21.0",
28-
"@vitejs/plugin-react": "^5.1.3",
28+
"@vitejs/plugin-react": "^5.2.0",
2929
"eslint": "^8.57.1",
3030
"eslint-config-standard-with-typescript": "^43.0.0",
3131
"eslint-plugin-import": "^2.32.0",

single-page-app/ui/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -723,10 +723,10 @@
723723
resolved "https://registry.yarnpkg.com/@pandacss/is-valid-prop/-/is-valid-prop-1.4.3.tgz#28ae4364930f0eeb7a57ef82165f51b93becba4e"
724724
integrity sha512-9xHAFaRGoXikp0SKUyTHdO97mjIRuGFLDqQ+zphaVeNjTIsyac+fZjOS/2jJNuTS1eybU0/ny1FZ3BpS6SkEqw==
725725

726-
"@rolldown/pluginutils@1.0.0-rc.2":
727-
version "1.0.0-rc.2"
728-
resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.2.tgz#10324e74cb3396cb7b616042ea7e9e6aa7d8d458"
729-
integrity sha512-izyXV/v+cHiRfozX62W9htOAvwMo4/bXKDrQ+vom1L1qRuexPock/7VZDAhnpHCLNejd3NJ6hiab+tO0D44Rgw==
726+
"@rolldown/pluginutils@1.0.0-rc.3":
727+
version "1.0.0-rc.3"
728+
resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.3.tgz#8a88cc92a0f741befc7bc109cb1a4c6b9408e1c5"
729+
integrity sha512-eybk3TjzzzV97Dlj5c+XrBFW57eTNhzod66y9HrBlzJ6NsCrWCp/2kaPS3K9wJmurBC0Tdw4yPjXKZqlznim3Q==
730730

731731
"@rollup/rollup-android-arm-eabi@4.59.0":
732732
version "4.59.0"
@@ -1026,15 +1026,15 @@
10261026
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
10271027
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
10281028

1029-
"@vitejs/plugin-react@^5.1.3":
1030-
version "5.1.3"
1031-
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-5.1.3.tgz#05eba092cc89a6ff89668d3f62258e2c5a8a9122"
1032-
integrity sha512-NVUnA6gQCl8jfoYqKqQU5Clv0aPw14KkZYCsX6T9Lfu9slI0LOU10OTwFHS/WmptsMMpshNd/1tuWsHQ2Uk+cg==
1029+
"@vitejs/plugin-react@^5.2.0":
1030+
version "5.2.0"
1031+
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-5.2.0.tgz#108bd0f566f288ce3566982df4eff137ded7b15f"
1032+
integrity sha512-YmKkfhOAi3wsB1PhJq5Scj3GXMn3WvtQ/JC0xoopuHoXSdmtdStOpFrYaT1kie2YgFBcIe64ROzMYRjCrYOdYw==
10331033
dependencies:
10341034
"@babel/core" "^7.29.0"
10351035
"@babel/plugin-transform-react-jsx-self" "^7.27.1"
10361036
"@babel/plugin-transform-react-jsx-source" "^7.27.1"
1037-
"@rolldown/pluginutils" "1.0.0-rc.2"
1037+
"@rolldown/pluginutils" "1.0.0-rc.3"
10381038
"@types/babel__core" "^7.20.5"
10391039
react-refresh "^0.18.0"
10401040

0 commit comments

Comments
 (0)