Skip to content

Commit 76120e7

Browse files
renovate-botclydin
authored andcommitted
build: update typescript to version 4.0.5
(cherry picked from commit 74783b9)
1 parent 4d2e766 commit 76120e7

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
"tslint": "^6.1.3",
226226
"tslint-no-circular-imports": "^0.7.0",
227227
"tslint-sonarts": "1.9.0",
228-
"typescript": "4.0.3",
228+
"typescript": "4.0.5",
229229
"verdaccio": "4.8.1",
230230
"verdaccio-auth-memory": "^9.7.2",
231231
"webpack": "4.44.2",

packages/angular_devkit/build_optimizer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"loader-utils": "2.0.0",
1313
"source-map": "0.7.3",
1414
"tslib": "2.0.3",
15-
"typescript": "4.0.3",
15+
"typescript": "4.0.5",
1616
"webpack-sources": "2.0.1"
1717
}
1818
}

packages/ngtools/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"devDependencies": {
3434
"@angular/compiler": "11.0.0-rc.0",
3535
"@angular/compiler-cli": "11.0.0-rc.0",
36-
"typescript": "4.0.3",
36+
"typescript": "4.0.5",
3737
"webpack": "4.44.2"
3838
}
3939
}

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12198,7 +12198,12 @@ typedarray@^0.0.6:
1219812198
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1219912199
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1220012200

12201-
[email protected], typescript@~4.0.2:
12201+
12202+
version "4.0.5"
12203+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.5.tgz#ae9dddfd1069f1cb5beb3ef3b2170dd7c1332389"
12204+
integrity sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ==
12205+
12206+
typescript@~4.0.2:
1220212207
version "4.0.3"
1220312208
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.3.tgz#153bbd468ef07725c1df9c77e8b453f8d36abba5"
1220412209
integrity sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==

0 commit comments

Comments
 (0)