Skip to content

Commit

Permalink
deps(jasmine): upgrade to the latest jasmine version 3.3
Browse files Browse the repository at this point in the history
- version @types/jasmine 3.3 requires a minimum of typescript 2.8

closes angular#5054
  • Loading branch information
cnishina committed Dec 12, 2018
1 parent 2f91378 commit abf06c9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 22 deletions.
32 changes: 13 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"browserstack": "^1.5.1",
"chalk": "^1.1.3",
"glob": "^7.0.3",
"jasmine": "2.8.0",
"jasmine": "^3.3.1",
"optimist": "~0.6.0",
"saucelabs": "^1.5.0",
"selenium-webdriver": "3.6.0",
Expand All @@ -29,7 +29,7 @@
"devDependencies": {
"@types/chalk": "^0.4.28",
"@types/glob": "^5.0.29",
"@types/jasmine": "^2.5.47",
"@types/jasmine": "^3.3.0",
"@types/minimatch": "^2.0.28",
"@types/minimist": "^1.1.28",
"@types/optimist": "^0.0.29",
Expand All @@ -50,7 +50,7 @@
"semver": "^5.3.0",
"tslint": "^4.1.1",
"tslint-eslint-rules": "^3.1.0",
"typescript": "^2.1.5",
"typescript": "^3.2.2",
"vrsource-tslint-rules": "^4.0.1"
},
"repository": {
Expand Down

0 comments on commit abf06c9

Please sign in to comment.