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 65ffc7e1e Bump @vitejs/plugin-react from 6.0.1 to 6.0.2 in 
/example/vite-react-app
65ffc7e1e is described below

commit 65ffc7e1e80ae188756717c912f20aa5ef4a5f3f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri May 15 03:53:27 2026 +0000

    Bump @vitejs/plugin-react from 6.0.1 to 6.0.2 in /example/vite-react-app
    
    Bumps 
[@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react)
 from 6.0.1 to 6.0.2.
    - [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.2
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 example/vite-react-app/package-lock.json | 16 ++++++++--------
 example/vite-react-app/package.json      |  2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/example/vite-react-app/package-lock.json 
b/example/vite-react-app/package-lock.json
index 79ec74882..98a36eb99 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.14",
         "@types/react-dom": "^19.2.3",
-        "@vitejs/plugin-react": "^6.0.1",
+        "@vitejs/plugin-react": "^6.0.2",
         "prettier": "^3.8.3",
         "typescript": "^6.0.3",
         "vite": "^8.0.12"
@@ -346,9 +346,9 @@
       }
     },
     "node_modules/@rolldown/pluginutils": {
-      "version": "1.0.0-rc.7",
-      "resolved": 
"https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.7.tgz";,
-      "integrity": 
"sha512-qujRfC8sFVInYSPPMLQByRh7zhwkGFS4+tyMQ83srV1qrxL4g8E2tyxVVyxd0+8QeBM1mIk9KbWxkegRr76XzA==",
+      "version": "1.0.1",
+      "resolved": 
"https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.1.tgz";,
+      "integrity": 
"sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==",
       "dev": true,
       "license": "MIT"
     },
@@ -384,13 +384,13 @@
       }
     },
     "node_modules/@vitejs/plugin-react": {
-      "version": "6.0.1",
-      "resolved": 
"https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-6.0.1.tgz";,
-      "integrity": 
"sha512-l9X/E3cDb+xY3SWzlG1MOGt2usfEHGMNIaegaUGFsLkb3RCn/k8/TOXBcab+OndDI4TBtktT8/9BwwW8Vi9KUQ==",
+      "version": "6.0.2",
+      "resolved": 
"https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-6.0.2.tgz";,
+      "integrity": 
"sha512-DlSMqo4WhThw4vB8Mpn0Woe9J+Jfq1geJ61AKW0QEgLzGMNwtIMdxbDUzLxcun8W7NbJO0e2Jg/Nxm3cCSVzzg==",
       "dev": true,
       "license": "MIT",
       "dependencies": {
-        "@rolldown/pluginutils": "1.0.0-rc.7"
+        "@rolldown/pluginutils": "^1.0.0"
       },
       "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 2913e6f1c..ff603f088 100644
--- a/example/vite-react-app/package.json
+++ b/example/vite-react-app/package.json
@@ -20,7 +20,7 @@
   "devDependencies": {
     "@types/react": "^19.2.14",
     "@types/react-dom": "^19.2.3",
-    "@vitejs/plugin-react": "^6.0.1",
+    "@vitejs/plugin-react": "^6.0.2",
     "prettier": "^3.8.3",
     "typescript": "^6.0.3",
     "vite": "^8.0.12"

Reply via email to