This is an automated email from the ASF dual-hosted git repository.

marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git


The following commit(s) were added to refs/heads/main by this push:
     new c4f9b074 "react": "18.3.1" because Patternfly does not support 19 yet
c4f9b074 is described below

commit c4f9b074e4bc073c6833f8ff0a698ee9a863799f
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Mon Dec 1 13:12:26 2025 -0500

    "react": "18.3.1" because Patternfly does not support 19 yet
---
 karavan-app/src/main/webui/package-lock.json | 16 ++++++++--------
 karavan-app/src/main/webui/package.json      |  6 +++---
 karavan-app/src/main/webui/vite.config.ts    | 16 ++++++++--------
 3 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/karavan-app/src/main/webui/package-lock.json 
b/karavan-app/src/main/webui/package-lock.json
index f7040a68..5d66819a 100644
--- a/karavan-app/src/main/webui/package-lock.json
+++ b/karavan-app/src/main/webui/package-lock.json
@@ -41,7 +41,7 @@
         "uuid": "13.0.0",
         "victory": "37.3.6",
         "yup": "1.7.1",
-        "zustand": "5.0.8"
+        "zustand": "5.0.9"
       },
       "devDependencies": {
         "@eslint/js": "9.33.0",
@@ -58,7 +58,7 @@
         "source-map-explorer": "^2.5.3",
         "typescript": "5.9.3",
         "typescript-eslint": "8.46.2",
-        "vite": "7.1.11",
+        "vite": "7.2.6",
         "vite-plugin-svgr": "4.5.0",
         "vite-tsconfig-paths": "5.1.4"
       }
@@ -9099,9 +9099,9 @@
       }
     },
     "node_modules/vite": {
-      "version": "7.1.11",
-      "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.11.tgz";,
-      "integrity": 
"sha512-uzcxnSDVjAopEUjljkWh8EIrg6tlzrjFUfMcR1EVsRDGwf/ccef0qQPRyOrROwhrTDaApueq+ja+KLPlzR/zdg==",
+      "version": "7.2.6",
+      "resolved": "https://registry.npmjs.org/vite/-/vite-7.2.6.tgz";,
+      "integrity": 
"sha512-tI2l/nFHC5rLh7+5+o7QjKjSR04ivXDF4jcgV0f/bTQ+OJiITy5S6gaynVsEM+7RqzufMnVbIon6Sr5x1SDYaQ==",
       "dev": true,
       "license": "MIT",
       "dependencies": {
@@ -9427,9 +9427,9 @@
       }
     },
     "node_modules/zustand": {
-      "version": "5.0.8",
-      "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.8.tgz";,
-      "integrity": 
"sha512-gyPKpIaxY9XcO2vSMrLbiER7QMAMGOQZVRdJ6Zi782jkbzZygq5GI9nG8g+sMgitRtndwaBSl7uiqC49o1SSiw==",
+      "version": "5.0.9",
+      "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.9.tgz";,
+      "integrity": 
"sha512-ALBtUj0AfjJt3uNRQoL1tL2tMvj6Gp/6e39dnfT6uzpelGru8v1tPOGBzayOWbPJvujM8JojDk3E1LxeFisBNg==",
       "license": "MIT",
       "engines": {
         "node": ">=12.20.0"
diff --git a/karavan-app/src/main/webui/package.json 
b/karavan-app/src/main/webui/package.json
index a979812d..13ebbb9f 100644
--- a/karavan-app/src/main/webui/package.json
+++ b/karavan-app/src/main/webui/package.json
@@ -60,7 +60,7 @@
     "uuid": "13.0.0",
     "victory": "37.3.6",
     "yup": "1.7.1",
-    "zustand": "5.0.8"
+    "zustand": "5.0.9"
   },
   "devDependencies": {
     "@eslint/js": "9.33.0",
@@ -77,8 +77,8 @@
     "source-map-explorer": "^2.5.3",
     "typescript": "5.9.3",
     "typescript-eslint": "8.46.2",
-    "vite": "7.1.11",
+    "vite": "7.2.6",
     "vite-plugin-svgr": "4.5.0",
     "vite-tsconfig-paths": "5.1.4"
   }
-}
+}
\ No newline at end of file
diff --git a/karavan-app/src/main/webui/vite.config.ts 
b/karavan-app/src/main/webui/vite.config.ts
index d734e573..44ce1b0b 100644
--- a/karavan-app/src/main/webui/vite.config.ts
+++ b/karavan-app/src/main/webui/vite.config.ts
@@ -58,14 +58,14 @@ export default defineConfig({
 
                     if (n.includes('/node_modules/')) {
                         // --- React family in one chunk ---
-                        if (
-                            pkg === 'react' ||
-                            pkg === 'react-dom' ||
-                            pkg === 'react-is' ||
-                            pkg === 'scheduler' ||
-                            pkg === 'history' ||
-                            pkg.startsWith('react-router')
-                        ) return 'vendor-react';
+                        // if (
+                        //     pkg === 'react' ||
+                        //     pkg === 'react-dom' ||
+                        //     pkg === 'react-is' ||
+                        //     pkg === 'scheduler' ||
+                        //     pkg === 'history' ||
+                        //     pkg.startsWith('react-router')
+                        // ) return 'vendor-react';
 
                         // --- Monaco bucket ---
                         if (pkg.includes('monaco-')) return 'vendor-monaco';

Reply via email to