Skip to content

Commit

Permalink
add node dep to jest-leak-detector
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jan 1, 2023
1 parent 9a816ae commit ac775b1
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 @@ -12763,6 +12763,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 ac775b1

Please sign in to comment.