Skip to content

Commit

Permalink
feat(@schematics/angular): update new project dependencies version
Browse files Browse the repository at this point in the history
Closes #20106
  • Loading branch information
alan-agius4 committed Feb 22, 2021
1 parent 696215e commit d19d2cc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"@types/node": "^12.11.1",<% if (!minimal) { %>
"codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"jasmine-spec-reporter": "~6.0.0",
"karma": "~6.1.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"ts-node": "~9.1.1",
"tslint": "~6.1.0",<% } %>
"typescript": "<%= latestVersions.TypeScript %>"
}
Expand Down

0 comments on commit d19d2cc

Please sign in to comment.