nx-plugin-handler
Advanced tools
+9
-9
| { | ||
| "name": "nx-plugin-handler", | ||
| "version": "0.0.6", | ||
| "version": "0.0.7", | ||
| "description": "Utility methods to help manage and expose nx plugins", | ||
@@ -30,6 +30,6 @@ "engines": { | ||
| "npm-default-import": "npm:default-import@latest", | ||
| "haywire": "^0.1.3" | ||
| "haywire": "^0.1.4" | ||
| }, | ||
| "optionalDependencies": { | ||
| "@nx/devkit": "^20.0.3" | ||
| "@nx/devkit": "^20.0.6" | ||
| }, | ||
@@ -41,8 +41,8 @@ "devDependencies": { | ||
| "@types/mocha": "^10.0.9", | ||
| "@types/node": "^22.7.8", | ||
| "@types/node": "^22.8.1", | ||
| "@types/sinon": "^17.0.3", | ||
| "c8": "^10.1.2", | ||
| "chai": "^5.1.1", | ||
| "chai": "^5.1.2", | ||
| "expect-type": "^1.1.0", | ||
| "mocha": "^10.7.0", | ||
| "mocha": "^10.7.3", | ||
| "npm-nx-tsc": "npm:nx-tsc@latest", | ||
@@ -52,6 +52,6 @@ "npm-nx-update-ts-references": "npm:nx-update-ts-references@latest", | ||
| "typescript": "^5.6.3", | ||
| "@leyman/eslint-config": "^0.0.1", | ||
| "mocha-chain": "^0.0.5", | ||
| "sinon-typed-stub": "^0.0.4" | ||
| "@leyman/eslint-config": "^0.0.2", | ||
| "mocha-chain": "^0.0.6", | ||
| "sinon-typed-stub": "^0.0.5" | ||
| } | ||
| } |
Updated