mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-15 13:38:29 +02:00
![dependabot[bot]](/assets/img/avatar_default.png)
* chore(deps-dev): bump @prettier/sync from 0.5.5 to 0.6.1 Bumps [@prettier/sync](https://github.com/prettier/prettier-synchronized) from 0.5.5 to 0.6.1. - [Release notes](https://github.com/prettier/prettier-synchronized/releases) - [Changelog](https://github.com/prettier/prettier-synchronized/blob/main/.release-it.json) - [Commits](https://github.com/prettier/prettier-synchronized/compare/v0.5.5...v0.6.1) --- updated-dependencies: - dependency-name: "@prettier/sync" dependency-version: 0.6.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chroe: rm eslint rule --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Wanpan <wanpan96@163.com>
4 lines
72 B
TypeScript
4 lines
72 B
TypeScript
// @ts-ignore
|
|
import version from './version';
|
|
|
|
export default version;
|