Skip to content

Commit

Permalink
Pin TypeScript to <4.8 to avoid oclif/core error
Browse files Browse the repository at this point in the history
See [1]. oclif/core doesn't transpile using TypeScript 4.8 at the
moment.

[1] oclif/core#482
  • Loading branch information
Frederick888 committed Sep 13, 2022
1 parent c58ffb0 commit 8310a7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"rimraf": "^3.0.2",
"standard": "^17.0.0",
"ts-node": "^10.9.1",
"typescript": "^4.7.4",
"typescript": "~4.7.4",
"yarn-audit-fix": "^9.3.1"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7625,7 +7625,7 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==

typescript@^4.7.4:
typescript@~4.7.4:
version "4.7.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235"
integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==
Expand Down

0 comments on commit 8310a7b

Please sign in to comment.