Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 560a549

Browse files
Karthik Kclydin
authored andcommitted
feat(@schematics/angular): update jasmine to 2.8.x
1 parent 9a9ac06 commit 560a549

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/schematics/angular/application/files/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
"@angular/cli": "<%= version %>",
3131
"@angular/compiler-cli": "^5.1.0",
3232
"@angular/language-service": "^5.1.0",<% if (!minimal) { %>
33-
"@types/jasmine": "~2.5.53",
33+
"@types/jasmine": "~2.8.3",
3434
"@types/jasminewd2": "~2.0.2",
3535
"@types/node": "~6.0.60",
3636
"codelyzer": "^4.0.1",
37-
"jasmine-core": "~2.6.2",
38-
"jasmine-spec-reporter": "~4.1.0",
37+
"jasmine-core": "~2.8.0",
38+
"jasmine-spec-reporter": "~4.2.1",
3939
"karma": "~1.7.0",
40-
"karma-chrome-launcher": "~2.1.1",
40+
"karma-chrome-launcher": "~2.2.0",
4141
"karma-cli": "~1.0.1",
4242
"karma-coverage-istanbul-reporter": "^1.2.1",
4343
"karma-jasmine": "~1.1.0",

0 commit comments

Comments
 (0)