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 7839182a9 Bump react and @types/react to latest versions in 
package-lock.json
7839182a9 is described below

commit 7839182a982fd67840b41bfca1424230e018d841
Author: Jacopo Cappellato <[email protected]>
AuthorDate: Thu Jun 4 10:20:34 2026 +0200

    Bump react and @types/react to latest versions in package-lock.json
---
 example/vite-react-app/package-lock.json | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/example/vite-react-app/package-lock.json 
b/example/vite-react-app/package-lock.json
index f370e32c0..f274d3ac1 100644
--- a/example/vite-react-app/package-lock.json
+++ b/example/vite-react-app/package-lock.json
@@ -10,11 +10,11 @@
       "license": "Apache-2.0",
       "dependencies": {
         "fp-ts": "^2.13.1",
-        "react": "^19.2.6",
+        "react": "^19.2.7",
         "react-dom": "^19.2.7"
       },
       "devDependencies": {
-        "@types/react": "^19.2.15",
+        "@types/react": "^19.2.16",
         "@types/react-dom": "^19.2.3",
         "@vitejs/plugin-react": "^6.0.2",
         "prettier": "^3.8.3",
@@ -364,9 +364,9 @@
       }
     },
     "node_modules/@types/react": {
-      "version": "19.2.15",
-      "resolved": 
"https://registry.npmjs.org/@types/react/-/react-19.2.15.tgz";,
-      "integrity": 
"sha512-eRwcGNHve+E8qtEQSSRl6urh+rFop4v8gm6O8rGv25CodbvFdLjA1vVQ1KkiFE0w0UPOnb8tDiFKL5lp0rtY5Q==",
+      "version": "19.2.16",
+      "resolved": 
"https://registry.npmjs.org/@types/react/-/react-19.2.16.tgz";,
+      "integrity": 
"sha512-esJiCAnl0kfpNdE69f3So4WJUXy95dLZydX0KwK46riIHDzHM7O9Vtf9xCHW0PXIqvgqNrswl522kA/5yx+F4w==",
       "dev": true,
       "license": "MIT",
       "dependencies": {

Reply via email to