Skip to content

Commit

Permalink
build: update typescript to 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva committed Oct 31, 2018
1 parent b87c628 commit 88becff
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.4",
"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.4",
"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.4"
}
}
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.4"
}
}
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.4"
}
}

0 comments on commit 88becff

Please sign in to comment.