diff --git a/README.md b/README.md index 0f53ec23..3db2fbcb 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,6 @@ $ pnpm install antd // peerDependencies const nextConfig = { transpilePackages: [ '@ant-design/pro-chat', - '@ant-design/pro-editor', 'react-intersection-observer', ], }; diff --git a/README.zh-CN.md b/README.zh-CN.md index 5eda5c20..4298e91a 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -62,7 +62,6 @@ $ pnpm install antd // peerDependencies const nextConfig = { transpilePackages: [ '@ant-design/pro-chat', - '@ant-design/pro-editor', 'react-intersection-observer', ], }; diff --git a/demos/chatgpt-nextjs/next.config.js b/demos/chatgpt-nextjs/next.config.js index 8b066925..6b5521b7 100644 --- a/demos/chatgpt-nextjs/next.config.js +++ b/demos/chatgpt-nextjs/next.config.js @@ -1,7 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { transpilePackages: [ - '@ant-design/pro-editor', '@ant-design/pro-chat', 'react-intersection-observer', ], diff --git a/demos/chatgpt-nextjs/package.json b/demos/chatgpt-nextjs/package.json index f0f45a55..a9da9f26 100644 --- a/demos/chatgpt-nextjs/package.json +++ b/demos/chatgpt-nextjs/package.json @@ -10,7 +10,6 @@ }, "dependencies": { "@ant-design/pro-chat": "^1.2.0", - "@ant-design/pro-editor": "^0.38.0", "ai": "^2.2.31", "antd": "^5.12.8", "antd-style": "^3.6.1", diff --git a/demos/qwen-nextjs/next.config.js b/demos/qwen-nextjs/next.config.js index 8b066925..6b5521b7 100644 --- a/demos/qwen-nextjs/next.config.js +++ b/demos/qwen-nextjs/next.config.js @@ -1,7 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { transpilePackages: [ - '@ant-design/pro-editor', '@ant-design/pro-chat', 'react-intersection-observer', ], diff --git a/docs/guide/initial.en-US.md b/docs/guide/initial.en-US.md index bcff1a51..81c92105 100644 --- a/docs/guide/initial.en-US.md +++ b/docs/guide/initial.en-US.md @@ -77,7 +77,7 @@ export default () => { return ( - +