diff --git a/docs/changelog.en-US.md b/docs/changelog.en-US.md index ed5492387ce3..82cbe08911c5 100644 --- a/docs/changelog.en-US.md +++ b/docs/changelog.en-US.md @@ -1,3 +1,21 @@ +## @ant-design/pro-components@2.6.45 + +`2024-01-15` + +- fix(layout): if bgImgStyleList is null ,no render bg-list dom. [0b26161](https://github.com/ant-design/pro-components/commit/0b26161) +- feat(form): 添加 FormItemRender 组件 (#8012). [#8012](https://github.com/ant-design/pro-components/pull/#8012) [@hans000](https://github.com/hans000) +- fix(form): fix ProFormDateRangePicker readonly no warp error. [b2276c3](https://github.com/ant-design/pro-components/commit/b2276c3) +- fix(form): 修复 dateFormatter 使用 string 类型提示错误 (#8029). [#8029](https://github.com/ant-design/pro-components/pull/#8029) [@yjhtry](https://github.com/yjhtry) +- fix(form): add playsInline props. [e1233d1](https://github.com/ant-design/pro-components/commit/e1233d1) +- fix(form): 修复特殊情况(不使用 ProFormMoney 使用 FieldMoney)下格式化错误的问题 (#8024). [#8024](https://github.com/ant-design/pro-components/pull/#8024) [@ONLY-yours](https://github.com/ONLY-yours) +- fix(form): 修复特殊情况下多出 moneySymbol 的问题 (#8004). [#8004](https://github.com/ant-design/pro-components/pull/#8004) [@ONLY-yours](https://github.com/ONLY-yours) +- chore(form): adjust `submitter` dom order (#7988). [#7988](https://github.com/ant-design/pro-components/pull/#7988) [@kungege](https://github.com/kungege) +- fix(form): remove extra `div` (#7987). [#7987](https://github.com/ant-design/pro-components/pull/#7987) [@kungege](https://github.com/kungege) +- fix(form): no set maxHeight. [64dc9f7](https://github.com/ant-design/pro-components/commit/64dc9f7) +- fix(list): 修复 ProFormList 透传部分属性到 FormItem 中导致的 react 警告 (#8051). [#8051](https://github.com/ant-design/pro-components/pull/#8051) [@SANmq](https://github.com/SANmq) +- fix(table): Record Creator re-render when props change (#8018). [#8018](https://github.com/ant-design/pro-components/pull/#8018) [@bartelemi](https://github.com/bartelemi) +- fix(table): 修复同时使用 defalutValue 和 Storage 存储的情况下,defalutValue 失效的问题 (#7979). [#7979](https://github.com/ant-design/pro-components/pull/#7979) [@ONLY-yours](https://github.com/ONLY-yours) + ## @ant-design/pro-components\@2.6.44 `2023-12-12` diff --git a/docs/changelog.md b/docs/changelog.md index ca87aa89fa78..7063b5457f94 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,21 @@ +## @ant-design/pro-components@2.6.45 + +`2024-01-15` + +- fix(layout): if bgImgStyleList is null ,no render bg-list dom. [0b26161](https://github.com/ant-design/pro-components/commit/0b26161) +- feat(form): 添加 FormItemRender 组件 (#8012). [#8012](https://github.com/ant-design/pro-components/pull/#8012) [@hans000](https://github.com/hans000) +- fix(form): fix ProFormDateRangePicker readonly no warp error. [b2276c3](https://github.com/ant-design/pro-components/commit/b2276c3) +- fix(form): 修复 dateFormatter 使用 string 类型提示错误 (#8029). [#8029](https://github.com/ant-design/pro-components/pull/#8029) [@yjhtry](https://github.com/yjhtry) +- fix(form): add playsInline props. [e1233d1](https://github.com/ant-design/pro-components/commit/e1233d1) +- fix(form): 修复特殊情况(不使用 ProFormMoney 使用 FieldMoney)下格式化错误的问题 (#8024). [#8024](https://github.com/ant-design/pro-components/pull/#8024) [@ONLY-yours](https://github.com/ONLY-yours) +- fix(form): 修复特殊情况下多出 moneySymbol 的问题 (#8004). [#8004](https://github.com/ant-design/pro-components/pull/#8004) [@ONLY-yours](https://github.com/ONLY-yours) +- chore(form): adjust `submitter` dom order (#7988). [#7988](https://github.com/ant-design/pro-components/pull/#7988) [@kungege](https://github.com/kungege) +- fix(form): remove extra `div` (#7987). [#7987](https://github.com/ant-design/pro-components/pull/#7987) [@kungege](https://github.com/kungege) +- fix(form): no set maxHeight. [64dc9f7](https://github.com/ant-design/pro-components/commit/64dc9f7) +- fix(list): 修复 ProFormList 透传部分属性到 FormItem 中导致的 react 警告 (#8051). [#8051](https://github.com/ant-design/pro-components/pull/#8051) [@SANmq](https://github.com/SANmq) +- fix(table): Record Creator re-render when props change (#8018). [#8018](https://github.com/ant-design/pro-components/pull/#8018) [@bartelemi](https://github.com/bartelemi) +- fix(table): 修复同时使用 defalutValue 和 Storage 存储的情况下,defalutValue 失效的问题 (#7979). [#7979](https://github.com/ant-design/pro-components/pull/#7979) [@ONLY-yours](https://github.com/ONLY-yours) + ## @ant-design/pro-components\@2.6.44 `2023-12-12` diff --git a/packages/card/CHANGELOG.md b/packages/card/CHANGELOG.md index 7b2fcc7490b1..49a084202755 100644 --- a/packages/card/CHANGELOG.md +++ b/packages/card/CHANGELOG.md @@ -1,16 +1,11 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ## [2.5.29](https://github.com/ant-design/pro-components/compare/@ant-design/pro-card@2.5.28...@ant-design/pro-card@2.5.29) (2024-01-15) **Note:** Version bump only for package @ant-design/pro-card - - - - ## [2.5.28](https://github.com/ant-design/pro-components/compare/@ant-design/pro-card@2.5.27...@ant-design/pro-card@2.5.28) (2023-12-12) **Note:** Version bump only for package @ant-design/pro-card diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 64912040a147..c9f6d247a13c 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,16 +1,11 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ## [2.6.45](https://github.com/ant-design/pro-components/compare/@ant-design/pro-components@2.6.44...@ant-design/pro-components@2.6.45) (2024-01-15) **Note:** Version bump only for package @ant-design/pro-components - - - - ## [2.6.44](https://github.com/ant-design/pro-components/compare/@ant-design/pro-components@2.6.43...@ant-design/pro-components@2.6.44) (2023-12-12) **Note:** Version bump only for package @ant-design/pro-components diff --git a/packages/descriptions/CHANGELOG.md b/packages/descriptions/CHANGELOG.md index e0bc9a8fea1c..6ae1bf9e6a7b 100644 --- a/packages/descriptions/CHANGELOG.md +++ b/packages/descriptions/CHANGELOG.md @@ -1,16 +1,11 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ## [2.5.29](https://github.com/ant-design/pro-components/compare/@ant-design/pro-descriptions@2.5.28...@ant-design/pro-descriptions@2.5.29) (2024-01-15) **Note:** Version bump only for package @ant-design/pro-descriptions - - - - ## [2.5.28](https://github.com/ant-design/pro-components/compare/@ant-design/pro-descriptions@2.5.27...@ant-design/pro-descriptions@2.5.28) (2023-12-12) ### Bug Fixes diff --git a/packages/field/CHANGELOG.md b/packages/field/CHANGELOG.md index 0c81fc945fec..bae7766065da 100644 --- a/packages/field/CHANGELOG.md +++ b/packages/field/CHANGELOG.md @@ -1,21 +1,15 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ## [2.14.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-field@2.14.3...@ant-design/pro-field@2.14.4) (2024-01-15) - ### Bug Fixes -* **form:** fix ProFormDateRangePicker readonly no warp error ([b2276c3](https://github.com/ant-design/pro-components/commit/b2276c35aee39fb7ee39254c3d5c48c9dea12881)), closes [#7913](https://github.com/ant-design/pro-components/issues/7913) -* **form:** 修复特殊情况(不使用 ProFormMoney 使用 FieldMoney)下格式化错误的问题 ([#8024](https://github.com/ant-design/pro-components/issues/8024)) ([c321689](https://github.com/ant-design/pro-components/commit/c32168973008ddfe7d9c4bef79e1cbd46387b8d3)) -* **form:** 修复特殊情况下多出 moneySymbol 的问题 ([#8004](https://github.com/ant-design/pro-components/issues/8004)) ([f9f0a63](https://github.com/ant-design/pro-components/commit/f9f0a63e9f18950754f6ba6efaead3ab8dcfdb5d)) -* slove moneySymbol judge was error ([#8003](https://github.com/ant-design/pro-components/issues/8003)) ([75d5b55](https://github.com/ant-design/pro-components/commit/75d5b552986c5f86e6380cb28ed2f7d0541c6cc3)) - - - - +- **form:** fix ProFormDateRangePicker readonly no warp error ([b2276c3](https://github.com/ant-design/pro-components/commit/b2276c35aee39fb7ee39254c3d5c48c9dea12881)), closes [#7913](https://github.com/ant-design/pro-components/issues/7913) +- **form:** 修复特殊情况(不使用 ProFormMoney 使用 FieldMoney)下格式化错误的问题 ([#8024](https://github.com/ant-design/pro-components/issues/8024)) ([c321689](https://github.com/ant-design/pro-components/commit/c32168973008ddfe7d9c4bef79e1cbd46387b8d3)) +- **form:** 修复特殊情况下多出 moneySymbol 的问题 ([#8004](https://github.com/ant-design/pro-components/issues/8004)) ([f9f0a63](https://github.com/ant-design/pro-components/commit/f9f0a63e9f18950754f6ba6efaead3ab8dcfdb5d)) +- slove moneySymbol judge was error ([#8003](https://github.com/ant-design/pro-components/issues/8003)) ([75d5b55](https://github.com/ant-design/pro-components/commit/75d5b552986c5f86e6380cb28ed2f7d0541c6cc3)) ## [2.14.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-field@2.14.2...@ant-design/pro-field@2.14.3) (2023-12-12) diff --git a/packages/form/CHANGELOG.md b/packages/form/CHANGELOG.md index d731a94bdfd8..039b7c4e31ea 100644 --- a/packages/form/CHANGELOG.md +++ b/packages/form/CHANGELOG.md @@ -1,29 +1,22 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. # [2.24.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-form@2.23.2...@ant-design/pro-form@2.24.0) (2024-01-15) - ### Bug Fixes -* **form:** add playsInline props ([e1233d1](https://github.com/ant-design/pro-components/commit/e1233d1eb9dde02a5fd74a176586dc2279fada81)), closes [#8011](https://github.com/ant-design/pro-components/issues/8011) -* **form:** no set maxHeight ([64dc9f7](https://github.com/ant-design/pro-components/commit/64dc9f77e6ca6333b3dfc4f42ad74cc11a3df051)) -* **form:** remove extra `div` ([#7987](https://github.com/ant-design/pro-components/issues/7987)) ([d9bee22](https://github.com/ant-design/pro-components/commit/d9bee225021b9c50e7a25e5e657ed9432fef0f74)) -* **form:** 修复dateFormatter使用string类型提示错误 ([#8029](https://github.com/ant-design/pro-components/issues/8029)) ([6d764ad](https://github.com/ant-design/pro-components/commit/6d764ad498405ad59f4fda71db1b0c632d8150a1)) -* **form:** 修复特殊情况(不使用 ProFormMoney 使用 FieldMoney)下格式化错误的问题 ([#8024](https://github.com/ant-design/pro-components/issues/8024)) ([c321689](https://github.com/ant-design/pro-components/commit/c32168973008ddfe7d9c4bef79e1cbd46387b8d3)) -* **form:** 修复特殊情况下多出 moneySymbol 的问题 ([#8004](https://github.com/ant-design/pro-components/issues/8004)) ([f9f0a63](https://github.com/ant-design/pro-components/commit/f9f0a63e9f18950754f6ba6efaead3ab8dcfdb5d)) -* **list:** 修复ProFormList透传部分属性到FormItem中导致的react警告 ([#8051](https://github.com/ant-design/pro-components/issues/8051)) ([ebc08bf](https://github.com/ant-design/pro-components/commit/ebc08bf49248156788448cbf94754c67d5ee1ba0)) - +- **form:** add playsInline props ([e1233d1](https://github.com/ant-design/pro-components/commit/e1233d1eb9dde02a5fd74a176586dc2279fada81)), closes [#8011](https://github.com/ant-design/pro-components/issues/8011) +- **form:** no set maxHeight ([64dc9f7](https://github.com/ant-design/pro-components/commit/64dc9f77e6ca6333b3dfc4f42ad74cc11a3df051)) +- **form:** remove extra `div` ([#7987](https://github.com/ant-design/pro-components/issues/7987)) ([d9bee22](https://github.com/ant-design/pro-components/commit/d9bee225021b9c50e7a25e5e657ed9432fef0f74)) +- **form:** 修复 dateFormatter 使用 string 类型提示错误 ([#8029](https://github.com/ant-design/pro-components/issues/8029)) ([6d764ad](https://github.com/ant-design/pro-components/commit/6d764ad498405ad59f4fda71db1b0c632d8150a1)) +- **form:** 修复特殊情况(不使用 ProFormMoney 使用 FieldMoney)下格式化错误的问题 ([#8024](https://github.com/ant-design/pro-components/issues/8024)) ([c321689](https://github.com/ant-design/pro-components/commit/c32168973008ddfe7d9c4bef79e1cbd46387b8d3)) +- **form:** 修复特殊情况下多出 moneySymbol 的问题 ([#8004](https://github.com/ant-design/pro-components/issues/8004)) ([f9f0a63](https://github.com/ant-design/pro-components/commit/f9f0a63e9f18950754f6ba6efaead3ab8dcfdb5d)) +- **list:** 修复 ProFormList 透传部分属性到 FormItem 中导致的 react 警告 ([#8051](https://github.com/ant-design/pro-components/issues/8051)) ([ebc08bf](https://github.com/ant-design/pro-components/commit/ebc08bf49248156788448cbf94754c67d5ee1ba0)) ### Features -* **form:** 添加FormItemRender组件 ([#8012](https://github.com/ant-design/pro-components/issues/8012)) ([bfd905e](https://github.com/ant-design/pro-components/commit/bfd905ef97b948e4f79ab6afee4005c92ac61d14)) - - - - +- **form:** 添加 FormItemRender 组件 ([#8012](https://github.com/ant-design/pro-components/issues/8012)) ([bfd905e](https://github.com/ant-design/pro-components/commit/bfd905ef97b948e4f79ab6afee4005c92ac61d14)) ## [2.23.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-form@2.23.1...@ant-design/pro-form@2.23.2) (2023-12-12) diff --git a/packages/layout/CHANGELOG.md b/packages/layout/CHANGELOG.md index e5307495c031..9a44d437e6af 100644 --- a/packages/layout/CHANGELOG.md +++ b/packages/layout/CHANGELOG.md @@ -1,18 +1,12 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ## [7.17.18](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.17.17...@ant-design/pro-layout@7.17.18) (2024-01-15) - ### Bug Fixes -* **layout:** if bgImgStyleList is null ,no render bg-list dom ([0b26161](https://github.com/ant-design/pro-components/commit/0b2616145aeae60f0bcb9f4d87b86c75e45fafcf)) - - - - +- **layout:** if bgImgStyleList is null ,no render bg-list dom ([0b26161](https://github.com/ant-design/pro-components/commit/0b2616145aeae60f0bcb9f4d87b86c75e45fafcf)) ## [7.17.17](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.17.16...@ant-design/pro-layout@7.17.17) (2023-12-12) diff --git a/packages/list/CHANGELOG.md b/packages/list/CHANGELOG.md index 4e9a658784bc..0ec88525ac5f 100644 --- a/packages/list/CHANGELOG.md +++ b/packages/list/CHANGELOG.md @@ -1,16 +1,11 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ## [2.5.44](https://github.com/ant-design/pro-components/compare/@ant-design/pro-list@2.5.43...@ant-design/pro-list@2.5.44) (2024-01-15) **Note:** Version bump only for package @ant-design/pro-list - - - - ## [2.5.43](https://github.com/ant-design/pro-components/compare/@ant-design/pro-list@2.5.42...@ant-design/pro-list@2.5.43) (2023-12-12) **Note:** Version bump only for package @ant-design/pro-list diff --git a/packages/table/CHANGELOG.md b/packages/table/CHANGELOG.md index 2c5ef81e4fe9..3affb7753aff 100644 --- a/packages/table/CHANGELOG.md +++ b/packages/table/CHANGELOG.md @@ -1,21 +1,15 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ## [3.13.13](https://github.com/ant-design/pro-components/compare/@ant-design/pro-table@3.13.12...@ant-design/pro-table@3.13.13) (2024-01-15) - ### Bug Fixes -* **form:** 修复dateFormatter使用string类型提示错误 ([#8029](https://github.com/ant-design/pro-components/issues/8029)) ([6d764ad](https://github.com/ant-design/pro-components/commit/6d764ad498405ad59f4fda71db1b0c632d8150a1)) -* **table:** Record Creator re-render when props change ([#8018](https://github.com/ant-design/pro-components/issues/8018)) ([c0187d2](https://github.com/ant-design/pro-components/commit/c0187d2160ca72413b4e645023a2849acd9fa725)) -* 删除log代码 ([#7995](https://github.com/ant-design/pro-components/issues/7995)) ([c867cd2](https://github.com/ant-design/pro-components/commit/c867cd214aa64cbfbe38326061338849850bb6b9)) -* **table:** 修复同时使用 defalutValue 和 Storage 存储的情况下,defalutValue失效的问题 ([#7979](https://github.com/ant-design/pro-components/issues/7979)) ([76bb081](https://github.com/ant-design/pro-components/commit/76bb0811fbc6e14287a05fd863d694d356e3322c)) - - - - +- **form:** 修复 dateFormatter 使用 string 类型提示错误 ([#8029](https://github.com/ant-design/pro-components/issues/8029)) ([6d764ad](https://github.com/ant-design/pro-components/commit/6d764ad498405ad59f4fda71db1b0c632d8150a1)) +- **table:** Record Creator re-render when props change ([#8018](https://github.com/ant-design/pro-components/issues/8018)) ([c0187d2](https://github.com/ant-design/pro-components/commit/c0187d2160ca72413b4e645023a2849acd9fa725)) +- 删除 log 代码 ([#7995](https://github.com/ant-design/pro-components/issues/7995)) ([c867cd2](https://github.com/ant-design/pro-components/commit/c867cd214aa64cbfbe38326061338849850bb6b9)) +- **table:** 修复同时使用 defalutValue 和 Storage 存储的情况下,defalutValue 失效的问题 ([#7979](https://github.com/ant-design/pro-components/issues/7979)) ([76bb081](https://github.com/ant-design/pro-components/commit/76bb0811fbc6e14287a05fd863d694d356e3322c)) ## [3.13.12](https://github.com/ant-design/pro-components/compare/@ant-design/pro-table@3.13.11...@ant-design/pro-table@3.13.12) (2023-12-12) diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index bce6edb87a2b..3046c8e1aeb1 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,18 +1,12 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ## [2.15.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-utils@2.15.3...@ant-design/pro-utils@2.15.4) (2024-01-15) - ### Bug Fixes -* **form:** 修复dateFormatter使用string类型提示错误 ([#8029](https://github.com/ant-design/pro-components/issues/8029)) ([6d764ad](https://github.com/ant-design/pro-components/commit/6d764ad498405ad59f4fda71db1b0c632d8150a1)) - - - - +- **form:** 修复 dateFormatter 使用 string 类型提示错误 ([#8029](https://github.com/ant-design/pro-components/issues/8029)) ([6d764ad](https://github.com/ant-design/pro-components/commit/6d764ad498405ad59f4fda71db1b0c632d8150a1)) ## [2.15.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-utils@2.15.2...@ant-design/pro-utils@2.15.3) (2023-12-12) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 65422a6fc2a6..97ec1aa93c4c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -368,7 +368,7 @@ importers: specifier: 2.13.5 version: link:../provider '@ant-design/pro-utils': - specifier: 2.15.3 + specifier: 2.15.4 version: link:../utils '@babel/runtime': specifier: ^7.18.0 @@ -393,22 +393,22 @@ importers: packages/components: dependencies: '@ant-design/pro-card': - specifier: 2.5.28 + specifier: 2.5.29 version: link:../card '@ant-design/pro-descriptions': - specifier: 2.5.28 + specifier: 2.5.29 version: link:../descriptions '@ant-design/pro-field': - specifier: 2.14.3 + specifier: 2.14.4 version: link:../field '@ant-design/pro-form': - specifier: 2.23.2 + specifier: 2.24.0 version: link:../form '@ant-design/pro-layout': - specifier: 7.17.17 + specifier: 7.17.18 version: link:../layout '@ant-design/pro-list': - specifier: 2.5.43 + specifier: 2.5.44 version: link:../list '@ant-design/pro-provider': specifier: 2.13.5 @@ -417,10 +417,10 @@ importers: specifier: 2.1.10 version: link:../skeleton '@ant-design/pro-table': - specifier: 3.13.12 + specifier: 3.13.13 version: link:../table '@ant-design/pro-utils': - specifier: 2.15.3 + specifier: 2.15.4 version: link:../utils '@babel/runtime': specifier: ^7.16.3 @@ -429,16 +429,16 @@ importers: packages/descriptions: dependencies: '@ant-design/pro-field': - specifier: 2.14.3 + specifier: 2.14.4 version: link:../field '@ant-design/pro-form': - specifier: 2.23.2 + specifier: 2.24.0 version: link:../form '@ant-design/pro-skeleton': specifier: 2.1.10 version: link:../skeleton '@ant-design/pro-utils': - specifier: 2.15.3 + specifier: 2.15.4 version: link:../utils '@babel/runtime': specifier: ^7.18.0 @@ -463,7 +463,7 @@ importers: specifier: 2.13.5 version: link:../provider '@ant-design/pro-utils': - specifier: 2.15.3 + specifier: 2.15.4 version: link:../utils '@babel/runtime': specifier: ^7.18.0 @@ -509,13 +509,13 @@ importers: specifier: ^5.0.0 version: 5.2.6(react-dom@18.2.0)(react@18.2.0) '@ant-design/pro-field': - specifier: 2.14.3 + specifier: 2.14.4 version: link:../field '@ant-design/pro-provider': specifier: 2.13.5 version: link:../provider '@ant-design/pro-utils': - specifier: 2.15.3 + specifier: 2.15.4 version: link:../utils '@babel/runtime': specifier: ^7.18.0 @@ -561,7 +561,7 @@ importers: specifier: 2.13.5 version: link:../provider '@ant-design/pro-utils': - specifier: 2.15.3 + specifier: 2.15.4 version: link:../utils '@babel/runtime': specifier: ^7.18.0 @@ -607,16 +607,16 @@ importers: specifier: ^5.0.0 version: 5.2.6(react-dom@18.2.0)(react@18.2.0) '@ant-design/pro-card': - specifier: 2.5.28 + specifier: 2.5.29 version: link:../card '@ant-design/pro-field': - specifier: 2.14.3 + specifier: 2.14.4 version: link:../field '@ant-design/pro-table': - specifier: 3.13.12 + specifier: 3.13.13 version: link:../table '@ant-design/pro-utils': - specifier: 2.15.3 + specifier: 2.15.4 version: link:../utils '@babel/runtime': specifier: ^7.18.0 @@ -676,19 +676,19 @@ importers: specifier: ^5.0.0 version: 5.2.6(react-dom@18.2.0)(react@18.2.0) '@ant-design/pro-card': - specifier: 2.5.28 + specifier: 2.5.29 version: link:../card '@ant-design/pro-field': - specifier: 2.14.3 + specifier: 2.14.4 version: link:../field '@ant-design/pro-form': - specifier: 2.23.2 + specifier: 2.24.0 version: link:../form '@ant-design/pro-provider': specifier: 2.13.5 version: link:../provider '@ant-design/pro-utils': - specifier: 2.15.3 + specifier: 2.15.4 version: link:../utils '@babel/runtime': specifier: ^7.18.0 @@ -4858,7 +4858,7 @@ packages: resolve: 1.22.8 semver: 7.5.4 source-map: 0.6.1 - typescript: 4.8.4 + typescript: 5.0.4 transitivePeerDependencies: - '@types/node' dev: true @@ -23407,12 +23407,6 @@ packages: typescript: 5.0.4 dev: true - /typescript@4.8.4: - resolution: {integrity: sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==} - engines: {node: '>=4.2.0'} - hasBin: true - dev: true - /typescript@5.0.4: resolution: {integrity: sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==} engines: {node: '>=12.20'}