This is an automated email from the ASF dual-hosted git repository.
jacopoc pushed a commit to branch release24.09
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git
The following commit(s) were added to refs/heads/release24.09 by this push:
new f58f5e64d Bump @vitejs/plugin-react from 6.0.2 to 6.0.3 in
/example/vite-react-app
f58f5e64d is described below
commit f58f5e64d841beb1740dc7bf981e471a1fc9d376
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 24 14:51:35 2026 +0000
Bump @vitejs/plugin-react from 6.0.2 to 6.0.3 in /example/vite-react-app
Bumps
[@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react)
from 6.0.2 to 6.0.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/[email protected]/packages/plugin-react)
---
updated-dependencies:
- dependency-name: "@vitejs/plugin-react"
dependency-version: 6.0.3
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
example/vite-react-app/package-lock.json | 10 +++++-----
example/vite-react-app/package.json | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/example/vite-react-app/package-lock.json
b/example/vite-react-app/package-lock.json
index 28f316a63..072ea574b 100644
--- a/example/vite-react-app/package-lock.json
+++ b/example/vite-react-app/package-lock.json
@@ -16,7 +16,7 @@
"devDependencies": {
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
- "@vitejs/plugin-react": "^6.0.2",
+ "@vitejs/plugin-react": "^6.0.3",
"prettier": "^3.8.4",
"typescript": "^6.0.3",
"vite": "^8.1.0"
@@ -402,13 +402,13 @@
}
},
"node_modules/@vitejs/plugin-react": {
- "version": "6.0.2",
- "resolved":
"https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-6.0.2.tgz",
- "integrity":
"sha512-DlSMqo4WhThw4vB8Mpn0Woe9J+Jfq1geJ61AKW0QEgLzGMNwtIMdxbDUzLxcun8W7NbJO0e2Jg/Nxm3cCSVzzg==",
+ "version": "6.0.3",
+ "resolved":
"https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-6.0.3.tgz",
+ "integrity":
"sha512-vmFvco5/QuC2f9Oj+wTk0+9XeDFkHxSamwZKYc7MxYwKICfvUvlMhqKI0VuICPltGqh1neqBKDvO4kes1ya8vg==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@rolldown/pluginutils": "^1.0.0"
+ "@rolldown/pluginutils": "^1.0.1"
},
"engines": {
"node": "^20.19.0 || >=22.12.0"
diff --git a/example/vite-react-app/package.json
b/example/vite-react-app/package.json
index b6a3088d7..900746262 100644
--- a/example/vite-react-app/package.json
+++ b/example/vite-react-app/package.json
@@ -20,7 +20,7 @@
"devDependencies": {
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
- "@vitejs/plugin-react": "^6.0.2",
+ "@vitejs/plugin-react": "^6.0.3",
"prettier": "^3.8.4",
"typescript": "^6.0.3",
"vite": "^8.1.0"