From 5ec4a54306b17a568155f049285b27dd6aa18fe2 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Thu, 28 Nov 2019 08:52:51 +0100 Subject: [PATCH] fix(@schematics/angular): update @types/jasmine to 3.5 to match version of jasmine-core --- .../schematics/angular/workspace/files/package.json.template | 2 +- .../schematics/blank/project-files/package.json.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/schematics/angular/workspace/files/package.json.template b/packages/schematics/angular/workspace/files/package.json.template index 188e7572a7a1..e65cb07eca5a 100644 --- a/packages/schematics/angular/workspace/files/package.json.template +++ b/packages/schematics/angular/workspace/files/package.json.template @@ -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", diff --git a/packages/schematics/schematics/blank/project-files/package.json.template b/packages/schematics/schematics/blank/project-files/package.json.template index 66c29e001dca..ac67ba2115bf 100644 --- a/packages/schematics/schematics/blank/project-files/package.json.template +++ b/packages/schematics/schematics/blank/project-files/package.json.template @@ -19,7 +19,7 @@ }, "devDependencies": { "@types/node": "^12.11.1", - "@types/jasmine": "~3.4.0", + "@types/jasmine": "~3.5.0", "jasmine": "^3.5.0" } }