Skip to content

Commit 708a336

Browse files
alan-agius4clydin
authored andcommitted
fix(@schematics/angular): update @types/jasmine to ~3.6.0
(cherry picked from commit b8bc02d)
1 parent bd87638 commit 708a336

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/schematics/angular/workspace/files/package.json.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"devDependencies": {
2626
"@angular/cli": "<%= '~' + version %>",
2727
"@angular/compiler-cli": "<%= latestVersions.Angular %>",<% if (!minimal) { %>
28-
"@types/jasmine": "~3.5.0",<% } %>
28+
"@types/jasmine": "~3.6.0",<% } %>
2929
"@types/node": "^12.11.1",<% if (!minimal) { %>
3030
"codelyzer": "^6.0.0",
3131
"jasmine-core": "~3.6.0",

0 commit comments

Comments
 (0)