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 816b2192c Bump react from 19.2.6 to 19.2.7 and @types/react from
19.2.15 to 19.2.16 in /example/vite-react-app
816b2192c is described below
commit 816b2192c90c21933ef164380c070a030cb06885
Author: Jacopo Cappellato <[email protected]>
AuthorDate: Thu Jun 4 08:23:14 2026 +0200
Bump react from 19.2.6 to 19.2.7 and @types/react from 19.2.15 to 19.2.16
in /example/vite-react-app
---
example/vite-react-app/package.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/example/vite-react-app/package.json
b/example/vite-react-app/package.json
index 9ae9991e0..9dd7ed5cd 100644
--- a/example/vite-react-app/package.json
+++ b/example/vite-react-app/package.json
@@ -11,14 +11,14 @@
},
"dependencies": {
"fp-ts": "^2.13.1",
- "react": "^19.2.6",
+ "react": "^19.2.7",
"react-dom": "^19.2.7"
},
"engines": {
"node": ">=20.19.0"
},
"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",