Skip to content

Commit

Permalink
fix(@schematics/angular): update @types/jasmine to ~3.6.0
Browse files Browse the repository at this point in the history
(cherry picked from commit b8bc02d)
  • Loading branch information
alan-agius4 authored and clydin committed Oct 26, 2020
1 parent bd87638 commit 708a336
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"@angular/cli": "<%= '~' + version %>",
"@angular/compiler-cli": "<%= latestVersions.Angular %>",<% if (!minimal) { %>
"@types/jasmine": "~3.5.0",<% } %>
"@types/jasmine": "~3.6.0",<% } %>
"@types/node": "^12.11.1",<% if (!minimal) { %>
"codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0",
Expand Down

0 comments on commit 708a336

Please sign in to comment.