Skip to content

Commit

Permalink
Pin @types/jasmine to version 2.8.9
Browse files Browse the repository at this point in the history
Fix broken builds because of bumped version of @types/jasmine
to 2.8.11 which requires ts2.8 while 2.8.9 is with ts2.7

Change-Id: I4043801b956b163798608025c709841581758286
Reviewed-on: https://bellevue-ci.eng.vmware.com:8080/48591
Closures-Verified: jenkins <[email protected]>
Upgrade-Verified: jenkins <[email protected]>
PG-Verified: jenkins <[email protected]>
Bellevue-Verified: jenkins <[email protected]>
Reviewed-by: Iveta Ilieva <[email protected]>
CS-Verified: jenkins <[email protected]>
  • Loading branch information
lazarin committed Nov 6, 2018
1 parent 99e29a7 commit 36680fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/ng-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@angular-devkit/core": "^0.6.0",
"@angular/cli": "6.0.0",
"@angular/compiler-cli": "6.0.0",
"@types/jasmine": "~2.8.6",
"@types/jasmine": "2.8.9",
"@types/node": "~8.9.4",
"@types/core-js": "0.9.45",
"@types/d3": "3.5.36",
Expand Down

0 comments on commit 36680fc

Please sign in to comment.