-
-
Notifications
You must be signed in to change notification settings - Fork 263
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(nx-plugin): make nx plugin use 16.1
currently the nx plugin let the nx angular init generator pick the version of angular to be installed. this meant that when the nx angular init generator picks 16.0.0, due to ~16.0.0 version in the nx repository, our created analog application did not work anymore. this fix makes sure the correct version ^16.1.0 is picked by nx tooling. unfortunately, semver does not like ^ in its versions so we have to remove it before finding the major version or ensuring compatibility.
- Loading branch information
1 parent
2adade4
commit 15efeab
Showing
20 changed files
with
934 additions
and
272 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.