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 5ca9c09b0 Bump @vitejs/plugin-react from 6.0.5 to 6.1.0 in
/example/vite-react-app
5ca9c09b0 is described below
commit 5ca9c09b0a94725fd628a970ba7877aaff852b78
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 24 03:58:54 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 51a6c74bd..1316112df 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.1"
@@ -659,9 +659,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": {
@@ -673,6 +673,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": {
@@ -681,6 +682,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 6d6fc2967..6921f7ebc 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.1"