Skip to content

Commit f6538bd

Browse files
renovate-botfilipesilva
authored andcommitted
build: update typescript to version 4.0.3
1 parent 5e43259 commit f6538bd

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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.2",
228+
"typescript": "4.0.3",
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.1",
15-
"typescript": "4.0.2",
15+
"typescript": "4.0.3",
1616
"webpack-sources": "1.4.3"
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-next.2",
3535
"@angular/compiler-cli": "11.0.0-next.2",
36-
"typescript": "4.0.2",
36+
"typescript": "4.0.3",
3737
"webpack": "4.44.2"
3838
}
3939
}

yarn.lock

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

11947-
typescript@4.0.2:
11948-
version "4.0.2"
11949-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.2.tgz#7ea7c88777c723c681e33bf7988be5d008d05ac2"
11950-
integrity sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ==
11947+
typescript@4.0.3:
11948+
version "4.0.3"
11949+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.3.tgz#153bbd468ef07725c1df9c77e8b453f8d36abba5"
11950+
integrity sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==
1195111951

1195211952
ua-parser-js@0.7.21:
1195311953
version "0.7.21"

0 commit comments

Comments
 (0)