Skip to content

Commit

Permalink
Pin TypeScript version to '4.2.2'
Browse files Browse the repository at this point in the history
due to "react-docgen-typescript-loader" incompatability
see: styleguidist/react-docgen-typescript#356
  • Loading branch information
nmauersberg committed Feb 24, 2022
1 parent 5745ac7 commit 1eeb4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/ts/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"react": "^17.0.2",
"react-docgen-typescript-loader": "^3.7.2",
"react-dom": "^17.0.2",
"typescript": "^4.5.5"
"typescript": "4.2.2"
},
"scripts": {
"storybook": "start-storybook -p 6006 --ci",
Expand Down

0 comments on commit 1eeb4bf

Please sign in to comment.