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 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'