mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[ACS-10126] remove ts morph dependency from the adf core lib (#11190)
* [ACS-10126] Refactor migration logic to use native ts instead of ts-morph * [ACS-10126] Clean ups for migration code * [ACS-10126] Removed ts-morph references * [ACS-10126] Removed ts-morph dependency * [ACS-10126] Fixed sonar issue * [ACS-10126] Fixed sonar issue
This commit is contained in:
@@ -48,10 +48,6 @@ const setMigration = () => {
|
||||
const packagesToUpdate = packageJsonUpdates[migration.name]['packages'];
|
||||
|
||||
Object.keys(packagesToUpdate).forEach((packageName) => {
|
||||
if (packageName === 'ts-morph') {
|
||||
return;
|
||||
}
|
||||
|
||||
if (packageName === '@alfresco/js-api') {
|
||||
packagesToUpdate[packageName]['version'] = jsApiPackage.version;
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user