Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Commit ff47ecc

Browse files
committed
0.3.0
1 parent c481d97 commit ff47ecc

File tree

2 files changed

+61
-61
lines changed

2 files changed

+61
-61
lines changed

package-lock.json

Lines changed: 55 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jest-process-manager",
33
"description": "Starts a server before your Jest tests and tears it down after.",
4-
"version": "0.2.9",
4+
"version": "0.3.0",
55
"main": "lib/index.js",
66
"types": "src/types.d.ts",
77
"repository": "https://github.com/playwright-community/jest-process-manager",
@@ -25,17 +25,17 @@
2525
"cwd": "^0.10.0",
2626
"exit": "^0.1.2",
2727
"find-process": "^1.4.4",
28-
"prompts": "^2.4.0",
28+
"prompts": "^2.4.1",
2929
"signal-exit": "^3.0.3",
30-
"spawnd": "^4.4.0",
30+
"spawnd": "^5.0.0",
3131
"tree-kill": "^1.2.2",
32-
"wait-on": "^5.2.1"
32+
"wait-on": "^5.3.0"
3333
},
3434
"devDependencies": {
3535
"@types/cwd": "^0.10.0",
3636
"@types/exit": "^0.1.31",
37-
"@types/prompts": "^2.0.9",
37+
"@types/prompts": "^2.0.10",
3838
"@types/signal-exit": "^3.0.0",
39-
"typescript": "^4.2.3"
39+
"typescript": "^4.2.4"
4040
}
4141
}

0 commit comments

Comments
 (0)