common-proxy
Advanced tools
+6
-6
| { | ||
| "name": "common-proxy", | ||
| "version": "0.0.6", | ||
| "version": "0.0.7", | ||
| "description": "Utility methods to help manage and expose nx plugins", | ||
@@ -33,15 +33,15 @@ "engines": { | ||
| "@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", | ||
| "c8": "^10.1.2", | ||
| "chai": "^5.1.2", | ||
| "expect-type": "^1.1.0", | ||
| "mocha": "^10.7.3", | ||
| "mocha": "^10.8.2", | ||
| "npm-nx-tsc": "npm:nx-tsc@latest", | ||
| "npm-nx-update-ts-references": "npm:nx-update-ts-references@latest", | ||
| "tslib": "^2.8.0", | ||
| "tslib": "^2.8.1", | ||
| "typescript": "^5.6.3", | ||
| "@leyman/eslint-config": "^0.0.3" | ||
| "@leyman/eslint-config": "^0.0.4" | ||
| } | ||
| } |