Skip to content

Commit

Permalink
fix: pin typescript to version 4.3.5 (vitejs#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 aebd2db commit a24713d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -7717,7 +7717,7 @@ typedarray-to-buffer@^3.1.5:
version "0.0.0"
uid ""

typescript@^4.3.4, typescript@^4.3.5, typescript@~4.3.5:
typescript@4.3.5, typescript@^4.3.4, typescript@~4.3.5:
version "4.3.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4"
integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==
Expand Down

0 comments on commit a24713d

Please sign in to comment.