Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit 5265b32

Browse files
committed
fix: Pin typescript to 4.1.3 to fix react-docgen-typescript build issue on storybook
See: styleguidist/react-docgen-typescript#356
1 parent 191a27b commit 5265b32

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"react-dom": "^17.0.1",
7171
"ts-jest": "^24.3.0",
7272
"ts-loader": "^8.0.18",
73-
"typescript": "^4.1.3",
73+
"typescript": "4.1.3",
7474
"web-vitals": "^2.1.2"
7575
},
7676
"eslintConfig": {

yarn.lock

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

13496-
typescript@^4.1.3:
13497-
version "4.5.2"
13498-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.2.tgz#8ac1fba9f52256fdb06fb89e4122fa6a346c2998"
13499-
integrity sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==
13496+
13497+
version "4.1.3"
13498+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.3.tgz#519d582bd94cba0cf8934c7d8e8467e473f53bb7"
13499+
integrity sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==
1350013500

1350113501
unbox-primitive@^1.0.1:
1350213502
version "1.0.1"

0 commit comments

Comments
 (0)