Skip to content

Commit 0f06d11

Browse files
renovate-botfilipesilva
authored andcommitted
build: update typescript to version 4.1.3
1 parent 1cd8aa6 commit 0f06d11

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
@@ -228,7 +228,7 @@
228228
"tslint": "^6.1.3",
229229
"tslint-no-circular-imports": "^0.7.0",
230230
"tslint-sonarts": "1.9.0",
231-
"typescript": "4.1.2",
231+
"typescript": "4.1.3",
232232
"verdaccio": "4.10.0",
233233
"verdaccio-auth-memory": "^9.7.2",
234234
"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.1.2",
15+
"typescript": "4.1.3",
1616
"webpack-sources": "2.2.0"
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.1.0-next.2",
3535
"@angular/compiler-cli": "11.1.0-next.2",
36-
"typescript": "4.1.2",
36+
"typescript": "4.1.3",
3737
"webpack": "4.44.2"
3838
}
3939
}

yarn.lock

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

12223-
[email protected], typescript@~4.1.2:
12223+
12224+
version "4.1.3"
12225+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.3.tgz#519d582bd94cba0cf8934c7d8e8467e473f53bb7"
12226+
integrity sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==
12227+
12228+
typescript@~4.1.2:
1222412229
version "4.1.2"
1222512230
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.2.tgz#6369ef22516fe5e10304aae5a5c4862db55380e9"
1222612231
integrity sha512-thGloWsGH3SOxv1SoY7QojKi0tc+8FnOmiarEGMbd/lar7QOEd3hvlx3Fp5y6FlDUGl9L+pd4n2e+oToGMmhRQ==

0 commit comments

Comments
 (0)