Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarkelov committed Apr 20, 2021
1 parent c481d97 commit ff47ecc
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 61 deletions.
110 changes: 55 additions & 55 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jest-process-manager",
"description": "Starts a server before your Jest tests and tears it down after.",
"version": "0.2.9",
"version": "0.3.0",
"main": "lib/index.js",
"types": "src/types.d.ts",
"repository": "https://github.com/playwright-community/jest-process-manager",
Expand All @@ -25,17 +25,17 @@
"cwd": "^0.10.0",
"exit": "^0.1.2",
"find-process": "^1.4.4",
"prompts": "^2.4.0",
"prompts": "^2.4.1",
"signal-exit": "^3.0.3",
"spawnd": "^4.4.0",
"spawnd": "^5.0.0",
"tree-kill": "^1.2.2",
"wait-on": "^5.2.1"
"wait-on": "^5.3.0"
},
"devDependencies": {
"@types/cwd": "^0.10.0",
"@types/exit": "^0.1.31",
"@types/prompts": "^2.0.9",
"@types/prompts": "^2.0.10",
"@types/signal-exit": "^3.0.0",
"typescript": "^4.2.3"
"typescript": "^4.2.4"
}
}

0 comments on commit ff47ecc

Please sign in to comment.