Skip to content

Commit

Permalink
build: update @types/jasmine and jasmine for new projects
Browse files Browse the repository at this point in the history
(cherry picked from commit 5203415)
  • Loading branch information
alan-agius4 authored and filipesilva committed Jul 9, 2021
1 parent 7cad85d commit f6ab2e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@types/node": "^12.11.1",
"@types/jasmine": "~3.7.0",
"jasmine": "^3.5.0"
"@types/jasmine": "~3.8.0",
"jasmine": "~3.8.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"devDependencies": {
"@angular/cli": "<%= '~' + version %>",
"@angular/compiler-cli": "<%= latestVersions.Angular %>",<% if (!minimal) { %>
"@types/jasmine": "~3.6.0",<% } %>
"@types/jasmine": "~3.8.0",<% } %>
"@types/node": "^12.11.1",<% if (!minimal) { %>
"jasmine-core": "~3.7.0",
"jasmine-core": "~3.8.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
Expand Down

0 comments on commit f6ab2e3

Please sign in to comment.