Skip to content

Commit

Permalink
fix: pin typescript to version 4.3.5 (#4782)
Browse files Browse the repository at this point in the history
rollup hangs with typescript 4.4.2
rollup/plugins#983
  • Loading branch information
milahu committed Aug 30, 2021
1 parent 8fa6235 commit 1867572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -54,7 +54,7 @@
"sirv": "^1.0.17",
"ts-jest": "^27.0.4",
"ts-node": "^10.1.0",
"typescript": "^4.3.5",
"typescript": "4.3.5",
"vitepress": "^0.16.0",
"yorkie": "^2.0.0"
},
Expand Down

0 comments on commit 1867572

Please sign in to comment.