diff --git a/packages/react-ui/package.json b/packages/react-ui/package.json index 796c39044..ac75767e8 100644 --- a/packages/react-ui/package.json +++ b/packages/react-ui/package.json @@ -149,7 +149,7 @@ "@types/node": "catalog:", "@types/node-fetch": "2.6.13", "@types/react": "catalog:", - "@types/react-dom": ">=19.0.0", + "@types/react-dom": "catalog:", "@types/react-syntax-highlighter": "^15.5.13", "@typescript-eslint/eslint-plugin": "catalog:", "concurrently": "^9.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 25d6d61b6..4d6b2568f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,6 +18,9 @@ catalogs: '@types/react': specifier: '>=19.0.0' version: 19.2.14 + '@types/react-dom': + specifier: '>=19.0.0' + version: 19.2.3 '@typescript-eslint/eslint-plugin': specifier: ^8.56.1 version: 8.59.4 @@ -1726,7 +1729,7 @@ importers: specifier: 'catalog:' version: 19.2.14 '@types/react-dom': - specifier: '>=19.0.0' + specifier: 'catalog:' version: 19.2.3(@types/react@19.2.14) '@types/react-syntax-highlighter': specifier: ^15.5.13 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 58e5a2736..29ecd1f54 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -11,6 +11,7 @@ catalog: "@ai-sdk/react": "^3.0.118" "@types/node": "^22.15.32" "@types/react": ">=19.0.0" + "@types/react-dom": ">=19.0.0" "@typescript-eslint/eslint-plugin": "^8.56.1" eslint: "^9.0.0" eslint-config-prettier: "^10.1.8"