From ca39b7a08836a4218cf84396e2b5d173903018d8 Mon Sep 17 00:00:00 2001 From: Vladyslav Lubenskyi Date: Thu, 16 Jul 2026 13:30:13 +0200 Subject: [PATCH] Revert accidental tutorial change In this changeset, we remove the version accidentally changed by JxBrowser release automation. --- .../prompt-scaffolding/docs/architecture-overview.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tutorials/ai/prompt-scaffolding/docs/architecture-overview.md b/tutorials/ai/prompt-scaffolding/docs/architecture-overview.md index 7651ed2..9c38313 100644 --- a/tutorials/ai/prompt-scaffolding/docs/architecture-overview.md +++ b/tutorials/ai/prompt-scaffolding/docs/architecture-overview.md @@ -257,8 +257,8 @@ private static void setupBrowserCallbacks(Browser browser) { { "dependencies": { // Core React ecosystem - "react": "^19.3.1", - "react-dom": "^19.3.1", + "react": "^19.3.0", + "react-dom": "^19.3.0", "react-router-dom": "^6.22.1", // gRPC communication (ConnectRPC codegen v2) @@ -1090,8 +1090,8 @@ implementation("javax.annotation:javax.annotation-api:1.3.2") ```json { "dependencies": { - "react": "^19.3.1", - "react-dom": "^19.3.1", + "react": "^19.3.0", + "react-dom": "^19.3.0", "react-router-dom": "^6.22.1", "@connectrpc/connect": "2.0.0-rc.2", "@connectrpc/connect-web": "2.0.0-rc.2", @@ -1266,4 +1266,4 @@ export function MyComponent() { - **Developer Experience**: Hot reload, TypeScript, modern tooling - **Performance**: Native Java with optimized web rendering -This architecture provides a solid foundation for building professional desktop applications combining Java's power with modern web technologies. \ No newline at end of file +This architecture provides a solid foundation for building professional desktop applications combining Java's power with modern web technologies.