Skip to content

Commit

Permalink
chore: add missing dev dep for jest-leak-detector (#13706)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB authored Jan 1, 2023
1 parent 3d36b60 commit 9f6609c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/jest-leak-detector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"jest-get-type": "workspace:^",
"pretty-format": "workspace:^"
},
"devDependencies": {
"@types/node": "*"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
},
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12762,6 +12762,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "jest-leak-detector@workspace:packages/jest-leak-detector"
dependencies:
"@types/node": "*"
jest-get-type: "workspace:^"
pretty-format: "workspace:^"
languageName: unknown
Expand Down

0 comments on commit 9f6609c

Please sign in to comment.