Skip to content

Commit

Permalink
fix(cdk): ng-add use actual dompurify version (#6358)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin authored Dec 28, 2023
1 parent 90e4060 commit 2abddb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/cdk/schematics/ng-add/constants/versions.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {TUI_VERSION} from '../../../constants/version';

export const TAIGA_VERSION = `^${TUI_VERSION}`;
export const NG_DOMPURIFY_VERSION = '3.0.0';
export const DOMPURIFY_VERSION = '2.2.9';
export const DOMPURIFY_TYPES_VERSION = '2.2.3';
export const NG_DOMPURIFY_VERSION = '4.0.0';
export const DOMPURIFY_VERSION = '3.0.6';
export const DOMPURIFY_TYPES_VERSION = '3.0.5';

0 comments on commit 2abddb0

Please sign in to comment.