Skip to content

Commit

Permalink
fix(@schematics/angular): update @types/jasmine to 3.5 to match versi…
Browse files Browse the repository at this point in the history
…on of jasmine-core
  • Loading branch information
alan-agius4 authored and mgechev committed Dec 2, 2019
1 parent 9d06dc4 commit 5ec4a54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@angular/compiler-cli": "<%= latestVersions.Angular %>",
"@angular/language-service": "<%= latestVersions.Angular %>",
"@types/node": "^12.11.1",<% if (!minimal) { %>
"@types/jasmine": "~3.4.0",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"codelyzer": "^5.1.2",
"jasmine-core": "~3.5.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@types/node": "^12.11.1",
"@types/jasmine": "~3.4.0",
"@types/jasmine": "~3.5.0",
"jasmine": "^3.5.0"
}
}

0 comments on commit 5ec4a54

Please sign in to comment.