Skip to content

Commit

Permalink
build: update typescript to 3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva authored and alexeagle committed Nov 1, 2018
1 parent db784ec commit 208912f
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"quicktype-core": "^5.0.41",
"temp": "^0.8.3",
"tslint": "^5.11.0",
"typescript": "~3.1.3",
"typescript": "~3.1.5",
"yarn": "^1.10.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ngtools/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@angular/compiler": "^7.0.0-rc.0",
"@angular/compiler-cli": "^7.0.0-rc.0",
"typescript": "~3.1.3",
"typescript": "~3.1.5",
"webpack": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/schematics/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"dependencies": {
"@angular-devkit/core": "0.0.0",
"@angular-devkit/schematics": "0.0.0",
"typescript": "3.1.3"
"typescript": "3.1.5"
}
}
2 changes: 1 addition & 1 deletion packages/schematics/angular/utility/latest-versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const latestVersions = {
Angular: '~7.0.0-rc.0',
RxJs: '~6.3.3',
ZoneJs: '~0.8.26',
TypeScript: '~3.1.1',
TypeScript: '~3.1.4',
TsLib: '^1.9.0',
// The versions below must be manually updated when making a new devkit release.
DevkitBuildAngular: '~0.9.0-rc.1',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"@types/jasmine": "^2.6.0",
"@types/node": "^8.0.31",
"jasmine": "^2.8.0",
"typescript": "^2.5.2"
"typescript": "~3.1.5"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"@types/jasmine": "^2.6.0",
"@types/node": "^8.0.31",
"jasmine": "^2.8.0",
"typescript": "^2.5.2"
"typescript": "~3.1.5"
}
}
13 changes: 4 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9903,15 +9903,10 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

[email protected], typescript@~3.1.3:
version "3.1.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.1.3.tgz#01b70247a6d3c2467f70c45795ef5ea18ce191d5"
integrity sha512-+81MUSyX+BaSo+u2RbozuQk/UWx6hfG0a5gHu4ANEM4sU96XbuIyAB+rWBW1u70c6a5QuZfuYICn3s2UjuHUpA==

[email protected]:
version "3.1.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.1.4.tgz#c74ef7b3c2da65beff548b903022cb8c3cd997ed"
integrity sha512-JZHJtA6ZL15+Q3Dqkbh8iCUmvxD3iJ7ujXS+fVkKnwIVAdHc5BJTDNM0aTrnr2luKulFjU7W+SRhDZvi66Ru7Q==
[email protected], typescript@~3.1.5:
version "3.1.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.1.5.tgz#93d8b6864375325a91177372cb370ae0ae3a0703"
integrity sha512-muYNWV9j5+3mXoKD6oPONKuGUmYiFX14gfo9lWm9ZXRHOqVDQiB4q1CzFPbF4QLV2E9TZXH6oK55oQ94rn3PpA==

uglify-es@^3.3.4:
version "3.3.9"
Expand Down

0 comments on commit 208912f

Please sign in to comment.