From b2a8c2c0f6243aaa64b745545bd19f286dd912d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 01:24:08 +0000 Subject: [PATCH] build(deps-dev): update @types/react requirement in /packages/module --- updated-dependencies: - dependency-name: "@types/react" dependency-version: 18.3.26 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/module/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/module/package.json b/packages/module/package.json index a5490b4..72773f5 100644 --- a/packages/module/package.json +++ b/packages/module/package.json @@ -47,7 +47,7 @@ "@patternfly/patternfly": "^6.4.0", "@patternfly/react-code-editor": "^6.4.0", "@patternfly/patternfly-a11y": "^5.1.0", - "@types/react": "^18.3.23", + "@types/react": "^18.3.26", "@types/react-dom": "^18.3.7", "@types/react-router-dom": "^5.3.3", "react": "^18.3.1",