Skip to content

Commit

Permalink
chore: improve unit test stability
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbarsukov committed Jun 26, 2024
1 parent cf0537f commit 0fe1489
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import {
setActiveProject,
} from 'ng-morph';

import cdkPackage from '../../../../package.json';

const collectionPath = join(__dirname, '../../../migration.json');

const TS_FILE_BEFORE = `
Expand Down Expand Up @@ -42,8 +44,8 @@ const PACKAGE_JSON_AFTER = {
dependencies: {
'@angular/core': '~13.0.0',
'@taiga-ui/addon-commerce': '~3.42.0',
'@taiga-ui/event-plugins': '^4.0.1',
'@taiga-ui/polymorpheus': '^4.6.3',
'@taiga-ui/event-plugins': cdkPackage.peerDependencies['@taiga-ui/event-plugins'],
'@taiga-ui/polymorpheus': cdkPackage.peerDependencies['@taiga-ui/polymorpheus'],
},
};

Expand Down

0 comments on commit 0fe1489

Please sign in to comment.