Skip to content

Commit da1f338

Browse files
renovate-botalexeagle
authored andcommitted
build: update typescript to version 3.4.5 (#14258)
1 parent 4761b58 commit da1f338

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"quicktype-core": "^6.0.15",
7777
"temp": "^0.9.0",
7878
"tslint": "^5.15.0",
79-
"typescript": "3.4.4"
79+
"typescript": "3.4.5"
8080
},
8181
"devDependencies": {
8282
"@angular/compiler": "^8.0.0-beta.14",

packages/angular_devkit/build_optimizer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"loader-utils": "1.2.3",
1313
"source-map": "0.5.6",
14-
"typescript": "3.4.4",
14+
"typescript": "3.4.5",
1515
"webpack-sources": "1.3.0"
1616
}
1717
}

packages/ngtools/webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"@angular/compiler": "^8.0.0-beta.14",
3737
"@angular/compiler-cli": "^8.0.0-beta.14",
38-
"typescript": "3.4.4",
38+
"typescript": "3.4.5",
3939
"webpack": "4.30.0"
4040
}
4141
}

packages/schematics/schematics/schematic/files/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"@types/jasmine": "^3.3.9",
1919
"@types/node": "^8.0.31",
2020
"jasmine": "^3.3.1",
21-
"typescript": "3.4.4"
21+
"typescript": "3.4.5"
2222
}
2323
}

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -9576,10 +9576,10 @@ typedarray@^0.0.6:
95769576
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
95779577
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
95789578

9579-
typescript@3.4.4:
9580-
version "3.4.4"
9581-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.4.4.tgz#aac4a08abecab8091a75f10842ffa0631818f785"
9582-
integrity sha512-xt5RsIRCEaf6+j9AyOBgvVuAec0i92rgCaS3S+UVf5Z/vF2Hvtsw08wtUTJqp4djwznoAgjSxeCcU4r+CcDBJA==
9579+
typescript@3.4.5:
9580+
version "3.4.5"
9581+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.4.5.tgz#2d2618d10bb566572b8d7aad5180d84257d70a99"
9582+
integrity sha512-YycBxUb49UUhdNMU5aJ7z5Ej2XGmaIBL0x34vZ82fn3hGvD+bgrMrVDpatgz2f7YxUMJxMkbWxJZeAvDxVe7Vw==
95839583

95849584
uglify-js@^3.1.4:
95859585
version "3.4.9"

0 commit comments

Comments
 (0)