We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8805c7b commit 96d8f84Copy full SHA for 96d8f84
tools/platform-project.ts
@@ -61,6 +61,9 @@ inquirer
61
execSync(`yarn prettier ${nxJsonPath} --write`);
62
63
const packageJsonPath = path.join(ROOT_PATH, 'package.json');
64
+ for (const name of ['@ant-design/icons-svg']) {
65
+ delete packageJson.devDependencies[name];
66
+ }
67
packageJson.devDependencies['@react-devui/hooks'] = VERSION;
68
packageJson.devDependencies['@react-devui/icons'] = VERSION;
69
packageJson.devDependencies['@react-devui/ui'] = VERSION;
0 commit comments