Skip to content

Commit

Permalink
fix(nx-plugin): update typescript dependency (#1109)
Browse files Browse the repository at this point in the history
  • Loading branch information
goetzrobin authored May 26, 2024
1 parent 3770597 commit 4b9a51e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const initWithNxNamespace = async (
'@nx/angular': versions['@nx/angular'],
'@nx/devkit': versions['@nx/devkit'],
'@nx/eslint': versions['@nx/eslint'],
typescript: '~5.3.0',
typescript: '~5.4.2',
}
);

Expand Down

0 comments on commit 4b9a51e

Please sign in to comment.