We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a816ae commit ac775b1Copy full SHA for ac775b1
2 files changed
packages/jest-leak-detector/package.json
@@ -20,6 +20,9 @@
20
"jest-get-type": "workspace:^",
21
"pretty-format": "workspace:^"
22
},
23
+ "devDependencies": {
24
+ "@types/node": "*"
25
+ },
26
"engines": {
27
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
28
yarn.lock
@@ -12763,6 +12763,7 @@ __metadata:
12763
version: 0.0.0-use.local
12764
resolution: "jest-leak-detector@workspace:packages/jest-leak-detector"
12765
dependencies:
12766
12767
jest-get-type: "workspace:^"
12768
pretty-format: "workspace:^"
12769
languageName: unknown
0 commit comments