Skip to content

Commit

Permalink
Pass TypeScript peer dependency to consumer in jest package (#680)
Browse files Browse the repository at this point in the history
* fix(jest): pass on `typescript` peer dependency from register

* Update lockfile

Co-authored-by: LongYinan <lynweklm@gmail.com>
  • Loading branch information
jrolfs and Brooooooklyn committed Jan 5, 2023
1 parent efd3d01 commit 639cae5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/jest/package.json
Expand Up @@ -18,7 +18,8 @@
"@swc-node/register": "^1.5.4"
},
"peerDependencies": {
"@swc/core": ">= 1.3"
"@swc/core": ">= 1.3",
"typescript": ">= 4.3"
},
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 639cae5

Please sign in to comment.