From b76f7945b1abd502cbbabd17d4816bde5c3d53df Mon Sep 17 00:00:00 2001 From: Brion Date: Sun, 15 Mar 2026 23:09:01 +0530 Subject: [PATCH 1/2] Update dependency versions for @types/react and @types/react-dom in pnpm-workspace.yaml --- pnpm-lock.yaml | 2 +- pnpm-workspace.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 50fad4c3..e437af1a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -14476,7 +14476,7 @@ snapshots: why-is-node-running: 2.3.0 optionalDependencies: '@types/node': 22.15.3 - '@vitest/browser': 3.1.3(playwright@1.58.2)(vite@6.4.1(@types/node@22.15.3)(jiti@2.6.1)(lightningcss@1.31.1)(sass-embedded@1.92.1)(sass@1.92.1)(terser@5.39.2)(tsx@4.21.0)(yaml@2.8.0))(vitest@3.1.3) + '@vitest/browser': 3.1.3(playwright@1.55.1)(vite@6.4.1(@types/node@22.15.3)(jiti@2.6.1)(lightningcss@1.31.1)(sass-embedded@1.92.1)(sass@1.92.1)(terser@5.39.2)(tsx@4.21.0)(yaml@2.8.0))(vitest@3.1.3) jsdom: 27.4.0 transitivePeerDependencies: - jiti diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 54fae31b..97e00f5b 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -7,8 +7,8 @@ packages: catalog: '@eslint/js': '9.25.0' - '@types/react': '19.2.4' - '@types/react-dom': '19.2.4' + '@types/react': '19.2.14' + '@types/react-dom': '19.2.3' '@wso2/eslint-plugin': 'git+https://github.com/brionmario/wso2-ui-configs.git#d3041825a4f8f235c8f9fa36b55cf29d54e791c8&path:packages/eslint-plugin' '@wso2/prettier-config': 'git+https://github.com/brionmario/wso2-ui-configs.git#d3041825a4f8f235c8f9fa36b55cf29d54e791c8&path:packages/prettier-config' '@wso2/stylelint-config': 'git+https://github.com/brionmario/wso2-ui-configs.git#d3041825a4f8f235c8f9fa36b55cf29d54e791c8&path:packages/stylelint-config' From 400120477881a2a616929626866fae06f9298013 Mon Sep 17 00:00:00 2001 From: Brion Date: Sun, 15 Mar 2026 23:10:50 +0530 Subject: [PATCH 2/2] =?UTF-8?q?Add=20changeset=20=F0=9F=A6=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/tidy-terms-cough.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changeset/tidy-terms-cough.md diff --git a/.changeset/tidy-terms-cough.md b/.changeset/tidy-terms-cough.md new file mode 100644 index 00000000..a1c18606 --- /dev/null +++ b/.changeset/tidy-terms-cough.md @@ -0,0 +1,6 @@ +--- +'@asgardeo/nextjs': patch +'@asgardeo/react': patch +--- + +Update dependency versions for @types/react and @types/react-dom in pnpm-workspace.yaml