Skip to content

Commit

Permalink
feat(@schematics/angular): use [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
mgechev authored and vikerman committed Sep 27, 2019
1 parent 0cf8ce5 commit e2e7dee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export function updateDependencies() {
'zone.js': latestVersions.ZoneJs,
'ng-packagr': latestVersions.ngPackagr,
'web-animations-js': '^2.3.2',
'codelyzer': '^5.1.2',
};

for (const [name, version] of Object.entries(dependenciesToUpdate)) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/node": "~8.9.4",<% if (!minimal) { %>
"@types/jasmine": "~3.4.0",
"@types/jasminewd2": "~2.0.3",
"codelyzer": "^5.1.0",
"codelyzer": "^5.1.2",
"jasmine-core": "~3.4.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.2.0",
Expand Down

0 comments on commit e2e7dee

Please sign in to comment.