format-file
Advanced tools
+11
-11
| { | ||
| "name": "format-file", | ||
| "version": "0.1.1", | ||
| "version": "0.1.2", | ||
| "description": "Utility API to format files via biome", | ||
@@ -33,3 +33,3 @@ "engines": { | ||
| "tmp-promise": "^3.0.3", | ||
| "haywire": "^0.1.4" | ||
| "haywire": "^0.1.5" | ||
| }, | ||
@@ -50,5 +50,5 @@ "peerDependencies": { | ||
| "@biomejs/biome": "^1.9.4", | ||
| "@types/chai": "^5.0.0", | ||
| "@types/chai": "^5.0.1", | ||
| "@types/mocha": "^10.0.9", | ||
| "@types/node": "^22.8.1", | ||
| "@types/node": "^22.8.6", | ||
| "@types/sinon": "^17.0.3", | ||
@@ -58,14 +58,14 @@ "c8": "^10.1.2", | ||
| "expect-type": "^1.1.0", | ||
| "mocha": "^10.7.3", | ||
| "mocha": "^10.8.2", | ||
| "prettier": "^3.3.3", | ||
| "sinon": "^19.0.2", | ||
| "ts-dedent": "^2.2.0", | ||
| "tslib": "^2.8.0", | ||
| "tslib": "^2.8.1", | ||
| "typescript": "^5.6.3", | ||
| "@leyman/eslint-config": "^0.0.3", | ||
| "nx-tsc": "^0.0.12", | ||
| "sinon-typed-stub": "^0.0.6", | ||
| "barrelify": "^1.2.2", | ||
| "mocha-chain": "^0.0.7" | ||
| "@leyman/eslint-config": "^0.0.4", | ||
| "barrelify": "^1.2.3", | ||
| "nx-tsc": "^0.0.13", | ||
| "mocha-chain": "^0.0.8", | ||
| "sinon-typed-stub": "^0.0.7" | ||
| } | ||
| } |
Updated