Skip to content

Commit

Permalink
fix: pin typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
iowillhoit committed Nov 18, 2021
1 parent 007a86e commit c02bd4e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"shx": "0.2.2",
"sinon": "^11.1.1",
"ts-node": "^10.0.0",
"typescript": "^4.1.3"
"typescript": "4.4.4"
},
"config": {
"commitizen": {
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6318,6 +6318,11 @@ typedoc@0.18.0:
shelljs "^0.8.4"
typedoc-default-themes "^0.10.2"

typescript@4.4.4:
version "4.4.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c"
integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==

typescript@^4.1.3, typescript@^4.4.3:
version "4.5.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.2.tgz#8ac1fba9f52256fdb06fb89e4122fa6a346c2998"
Expand Down

0 comments on commit c02bd4e

Please sign in to comment.