Skip to content

Commit

Permalink
chore(layout): add dep info for @ant-design/icons (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc authored Aug 26, 2020
1 parent c444513 commit 4ff1780
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/plugin-layout/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ export default (api: IApi) => {
name: '@umijs/route-utils',
range: pkg.dependencies['@umijs/route-utils'],
},
{
name: '@ant-design/icons',
range: pkg.peerDependencies['@ant-design/icons'],
},
];
});

Expand Down

0 comments on commit 4ff1780

Please sign in to comment.