Skip to content

Commit cae7bd8

Browse files
filipesilvamgechev
authored andcommitted
fix(@angular-devkit/build-optimizer): revert to using TS 3.6
Workaround for microsoft/TypeScript#36098. Should go back to 3.7 once it is fixed.
1 parent c76b277 commit cae7bd8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

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": "1.2.3",
1313
"source-map": "0.7.3",
1414
"tslib": "1.10.0",
15-
"typescript": "3.7.4",
15+
"typescript": "3.6.4",
1616
"webpack-sources": "1.4.3"
1717
}
1818
}

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10644,6 +10644,11 @@ typedarray@^0.0.6:
1064410644
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1064510645
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1064610646

10647+
10648+
version "3.6.4"
10649+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.4.tgz#b18752bb3792bc1a0281335f7f6ebf1bbfc5b91d"
10650+
integrity sha512-unoCll1+l+YK4i4F8f22TaNVPRHcD9PA3yCuZ8g5e0qGqlVlJ/8FSateOLLSagn+Yg5+ZwuPkL8LFUc0Jcvksg==
10651+
1064710652
1064810653
version "3.7.4"
1064910654
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.4.tgz#1743a5ec5fef6a1fa9f3e4708e33c81c73876c19"

0 commit comments

Comments
 (0)