Skip to content

Commit d188209

Browse files
alan-agius4alexeagle
authored andcommitted
build: update to typescript 3.1.3
1 parent 8d90890 commit d188209

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"quicktype-core": "^5.0.41",
7070
"temp": "^0.8.3",
7171
"tslint": "^5.11.0",
72-
"typescript": "~3.1.1",
72+
"typescript": "~3.1.3",
7373
"yarn": "^1.10.1"
7474
},
7575
"devDependencies": {

packages/ngtools/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"@angular/compiler": "^7.0.0-rc.0",
3737
"@angular/compiler-cli": "^7.0.0-rc.0",
38-
"typescript": "~3.1.1",
38+
"typescript": "~3.1.3",
3939
"webpack": "^4.0.0"
4040
}
4141
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8714,10 +8714,10 @@ typedarray@^0.0.6:
87148714
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
87158715
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
87168716

8717-
[email protected].1, typescript@~3.1.1:
8718-
version "3.1.1"
8719-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.1.1.tgz#3362ba9dd1e482ebb2355b02dfe8bcd19a2c7c96"
8720-
integrity sha512-Veu0w4dTc/9wlWNf2jeRInNodKlcdLgemvPsrNpfu5Pq39sgfFjvIIgTsvUHCoLBnMhPoUA+tFxsXjU6VexVRQ==
8717+
[email protected].3, typescript@~3.1.3:
8718+
version "3.1.3"
8719+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.1.3.tgz#01b70247a6d3c2467f70c45795ef5ea18ce191d5"
8720+
integrity sha512-+81MUSyX+BaSo+u2RbozuQk/UWx6hfG0a5gHu4ANEM4sU96XbuIyAB+rWBW1u70c6a5QuZfuYICn3s2UjuHUpA==
87218721

87228722
uglify-es@^3.3.4:
87238723
version "3.3.9"

0 commit comments

Comments
 (0)