Skip to content

Commit

Permalink
fix(@schematics/angular): update @angular/cli version specifier to …
Browse files Browse the repository at this point in the history
…use `^`

This is to match all other Angular framework and Angular devkit dependencies
  • Loading branch information
alan-agius4 committed Sep 22, 2023
1 parent 8d03384 commit a23a1ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"zone.js": "<%= latestVersions['zone.js'] %>"
},
"devDependencies": {
"@angular/cli": "<%= '~' + version %>",
"@angular/cli": "<%= '^' + version %>",
"@angular/compiler-cli": "<%= latestVersions.Angular %>",<% if (!minimal) { %>
"@types/jasmine": "<%= latestVersions['@types/jasmine'] %>",
"jasmine-core": "<%= latestVersions['jasmine-core'] %>",
Expand Down

0 comments on commit a23a1ac

Please sign in to comment.