Commit 574244d
Changed files (1)
package.json
@@ -36,6 +36,7 @@
},
"scripts": {
"fmt": "prettier --write .",
+ "fmt:check": "prettier --check .",
"build": "tsc",
"test": "tsc && PATH=$(env -i bash -c 'echo $PATH') node_modules/.bin/uvu test -i fixtures",
"coverage": "c8 --check-coverage npm test -- -i package",
@@ -49,9 +50,9 @@
"@types/which": "^2.0.1",
"chalk": "^5.0.1",
"fs-extra": "^10.1.0",
- "globby": "^13.1.1",
+ "globby": "^13.1.2",
"minimist": "^1.2.6",
- "node-fetch": "^3.2.4",
+ "node-fetch": "^3.2.6",
"ps-tree": "^1.2.0",
"which": "^2.0.2",
"yaml": "^2.1.1"
@@ -59,7 +60,7 @@
"devDependencies": {
"@stryker-mutator/core": "^6.0.2",
"c8": "^7.11.3",
- "prettier": "^2.6.2",
+ "prettier": "^2.7.0",
"typescript": "^4.8.0-dev.20220529",
"uvu": "^0.5.3"
},