This is an automated email from the ASF dual-hosted git repository.
jacopoc pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git
The following commit(s) were added to refs/heads/trunk by this push:
new db1e3b951 Bump @vitejs/plugin-react from 6.0.5 to 6.1.0 in
/example/vite-react-app
db1e3b951 is described below
commit db1e3b95119da7c110566812df9ab10cd2cf7c87
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 24 03:57:46 2026 +0000
Bump @vitejs/plugin-react from 6.0.5 to 6.1.0 in /example/vite-react-app
Bumps
[@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react)
from 6.0.5 to 6.1.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: 6.1.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
example/vite-react-app/package-lock.json | 12 ++++++++----
example/vite-react-app/package.json | 2 +-
2 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/example/vite-react-app/package-lock.json
b/example/vite-react-app/package-lock.json
index fd7dcac58..92960e167 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.18",
"@types/react-dom": "^19.2.4",
- "@vitejs/plugin-react": "^6.0.5",
+ "@vitejs/plugin-react": "^6.1.0",
"prettier": "^3.9.6",
"typescript": "^7.0.2",
"vite": "^8.2.2"
@@ -676,9 +676,9 @@
}
},
"node_modules/@vitejs/plugin-react": {
- "version": "6.0.5",
- "resolved":
"https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-6.0.5.tgz",
- "integrity":
"sha512-BOVzne/NL162sMdResB25mUv+vWMF5NoAjNf09TeGlE7ZpszZWSD3winycicLJw72yeVsoCn/2kOhEuCvEShMA==",
+ "version": "6.1.0",
+ "resolved":
"https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-6.1.0.tgz",
+ "integrity":
"sha512-qd2BzUBehkov86WFhg0JkEFEYyCLG9uPCe6qWTY/kRlss9OvJrOF2UbIWT7p+8IzZHkEu0DNGHc4HSv+JdDLsw==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -690,6 +690,7 @@
"peerDependencies": {
"@rolldown/plugin-babel": "^0.1.7 || ^0.2.0",
"babel-plugin-react-compiler": "^1.0.0",
+ "oxc-transform-react": "^0.145.0",
"vite": "^8.0.0"
},
"peerDependenciesMeta": {
@@ -698,6 +699,9 @@
},
"babel-plugin-react-compiler": {
"optional": true
+ },
+ "oxc-transform-react": {
+ "optional": true
}
}
},
diff --git a/example/vite-react-app/package.json
b/example/vite-react-app/package.json
index 810488cd7..42726df82 100644
--- a/example/vite-react-app/package.json
+++ b/example/vite-react-app/package.json
@@ -20,7 +20,7 @@
"devDependencies": {
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
- "@vitejs/plugin-react": "^6.0.5",
+ "@vitejs/plugin-react": "^6.1.0",
"prettier": "^3.9.6",
"typescript": "^7.0.2",
"vite": "^8.2.2"