Skip to content

Commit 5203415

Browse files
alan-agius4filipesilva
authored andcommitted
build: update @types/jasmine and jasmine for new projects
1 parent c65b049 commit 5203415

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎packages/angular_devkit/schematics_cli/schematic/files/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"devDependencies": {
2121
"@types/node": "^12.11.1",
22-
"@types/jasmine": "~3.7.0",
23-
"jasmine": "^3.5.0"
22+
"@types/jasmine": "~3.8.0",
23+
"jasmine": "~3.8.0"
2424
}
2525
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"devDependencies": {
2626
"@angular/cli": "<%= '~' + version %>",
2727
"@angular/compiler-cli": "<%= latestVersions.Angular %>",<% if (!minimal) { %>
28-
"@types/jasmine": "~3.6.0",<% } %>
28+
"@types/jasmine": "~3.8.0",<% } %>
2929
"@types/node": "^12.11.1",<% if (!minimal) { %>
30-
"jasmine-core": "~3.7.0",
30+
"jasmine-core": "~3.8.0",
3131
"karma": "~6.3.0",
3232
"karma-chrome-launcher": "~3.1.0",
3333
"karma-coverage": "~2.0.3",

0 commit comments

Comments
 (0)