Skip to content

Commit

Permalink
test: update typings test to use ts 3.7.4 instead of 3.7.3 (angular#3…
Browse files Browse the repository at this point in the history
…3717)

Just to be consistent.

PR Close angular#33717
  • Loading branch information
IgorMinar authored and atscott committed Jan 15, 2020
1 parent 9c211f9 commit bf8ba89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion integration/typings_test_ts37/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@angular/upgrade": "file:../../dist/packages-dist/upgrade",
"@types/jasmine": "2.5.41",
"rxjs": "file:../../node_modules/rxjs",
"typescript": "3.7.3",
"typescript": "3.7.4",
"zone.js": "file:../../dist/zone.js-dist/zone.js"
},
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions integration/typings_test_ts37/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1227,10 +1227,10 @@ tslib@^1.9.0:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==

[email protected].3:
version "3.7.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.3.tgz#b36840668a16458a7025b9eabfad11b66ab85c69"
integrity sha512-Mcr/Qk7hXqFBXMN7p7Lusj1ktCBydylfQM/FZCk5glCNQJrCUKPkMHdo9R0MTFWsC/4kPFvDS0fDPvukfCkFsw==
[email protected].4:
version "3.7.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.4.tgz#1743a5ec5fef6a1fa9f3e4708e33c81c73876c19"
integrity sha512-A25xv5XCtarLwXpcDNZzCGvW2D1S3/bACratYBx2sax8PefsFhlYmkQicKHvpYflFS8if4zne5zT5kpJ7pzuvw==

union-value@^1.0.0:
version "1.0.1"
Expand Down

0 comments on commit bf8ba89

Please sign in to comment.