From d65235d3916161f59939ab17944062c83be8fd2d Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Mon, 27 Jul 2020 19:35:40 +0200 Subject: [PATCH] feat(@schematics/angular): generate projects using jasmine-core 3.6.x --- integration/angular_cli/package.json | 2 +- .../schematics/angular/workspace/files/package.json.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integration/angular_cli/package.json b/integration/angular_cli/package.json index 94884c6626..b63d473d69 100644 --- a/integration/angular_cli/package.json +++ b/integration/angular_cli/package.json @@ -32,7 +32,7 @@ "@types/jasmine": "~3.5.0", "@types/jasminewd2": "~2.0.3", "codelyzer": "^5.1.2", - "jasmine-core": "~3.5.0", + "jasmine-core": "~3.6.0", "jasmine-spec-reporter": "~5.0.0", "karma": "~4.4.1", "karma-chrome-launcher": "~3.1.0", diff --git a/packages/schematics/angular/workspace/files/package.json.template b/packages/schematics/angular/workspace/files/package.json.template index d727e3c861..b67bef0f71 100644 --- a/packages/schematics/angular/workspace/files/package.json.template +++ b/packages/schematics/angular/workspace/files/package.json.template @@ -30,7 +30,7 @@ "@types/jasmine": "~3.5.0", "@types/jasminewd2": "~2.0.3", "codelyzer": "^6.0.0-next.1", - "jasmine-core": "~3.5.0", + "jasmine-core": "~3.6.0", "jasmine-spec-reporter": "~5.0.0", "karma": "~5.0.0", "karma-chrome-launcher": "~3.1.0",