Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 01754b5

Browse files
committed
upgrade to TypeScript 3.5.0 (dev) to fix readonly bug
Fix at microsoft/TypeScript#30734 for an issue with TypeScript 3.4.x and use of `readonly T[]`, which causes webpack to report the following error: ``` TypeError: Cannot read property 'instantiations' of undefined ```
1 parent 15fc711 commit 01754b5

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
"tslint": "^5.15.0",
176176
"tslint-language-service": "^0.9.9",
177177
"typedoc": "^0.14.0",
178-
"typescript": "^3.4.1",
178+
"typescript": "3.5.0-dev.20190406",
179179
"utc-version": "^1.1.0",
180180
"webpack": "^4.28.2",
181181
"webpack-dev-server": "^3.1.13",

yarn.lock

+9-4
Original file line numberDiff line numberDiff line change
@@ -14735,15 +14735,20 @@ typedoc@^0.14.0:
1473514735
typescript "3.2.x"
1473614736

1473714737
14738-
version "3.2.2"
14739-
resolved "https://registry.npmjs.org/typescript/-/typescript-3.2.2.tgz#fe8101c46aa123f8353523ebdcf5730c2ae493e5"
14740-
integrity sha512-VCj5UiSyHBjwfYacmDuc/NOk4QQixbE+Wn7MFJuS0nRuPQbof132Pw4u53dm264O8LPc2MVsc7RJNml5szurkg==
14738+
version "3.2.4"
14739+
resolved "https://registry.npmjs.org/typescript/-/typescript-3.2.4.tgz#c585cb952912263d915b462726ce244ba510ef3d"
14740+
integrity sha512-0RNDbSdEokBeEAkgNbxJ+BLwSManFy9TeXz8uW+48j/xhEXv1ePME60olyzw2XzUqUBNAYFeJadIqAgNqIACwg==
1474114741

14742-
[email protected], typescript@^3.4.1:
14742+
1474314743
version "3.4.1"
1474414744
resolved "https://registry.npmjs.org/typescript/-/typescript-3.4.1.tgz#b6691be11a881ffa9a05765a205cb7383f3b63c6"
1474514745
integrity sha512-3NSMb2VzDQm8oBTLH6Nj55VVtUEpe/rgkIzMir0qVoLyjDZlnMBva0U6vDiV3IH+sl/Yu6oP5QwsAQtHPmDd2Q==
1474614746

14747+
14748+
version "3.5.0-dev.20190406"
14749+
resolved "https://registry.npmjs.org/typescript/-/typescript-3.5.0-dev.20190406.tgz#9beda156dc682c342574796fa1212e13f5d0de2d"
14750+
integrity sha512-yBCj+5+CYlR+9tCP9IG784gcacpYNFNEQpXtwzONk7YonzT0KXn6qp2UhqpwKyJi0QC2f73k2LuVAsNwa/UXnA==
14751+
1474714752
ua-parser-js@^0.7.18:
1474814753
version "0.7.19"
1474914754
resolved "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.19.tgz#94151be4c0a7fb1d001af7022fdaca4642659e4b"

0 commit comments

Comments
 (0)