UNPKG

@nx/workspace

Version:

The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.

58 lines (57 loc) 1.34 kB
{ "generators": {}, "packageJsonUpdates": { "20.2.0": { "version": "20.2.0-beta.5", "x-prompt": "Do you want to update to TypeScript v5.6?", "requires": { "typescript": ">=5.5.0 <5.6.0" }, "packages": { "typescript": { "version": "~5.6.2", "alwaysAddToPackageJson": false } } }, "20.4.0": { "version": "20.4.0-beta.1", "x-prompt": "Do you want to update to TypeScript v5.7?", "requires": { "typescript": ">=5.6.0 <5.7.0" }, "packages": { "typescript": { "version": "~5.7.2", "alwaysAddToPackageJson": false } } }, "21.2.0": { "version": "21.2.0-beta.0", "x-prompt": "Do you want to update to TypeScript v5.8?", "requires": { "typescript": ">=5.7.0 <5.8.0" }, "packages": { "typescript": { "version": "~5.8.2", "alwaysAddToPackageJson": false } } }, "21.5.0": { "version": "21.5.0-beta.2", "x-prompt": "Do you want to update to TypeScript v5.9?", "requires": { "typescript": ">=5.8.0 <5.9.0" }, "packages": { "typescript": { "version": "~5.9.2", "alwaysAddToPackageJson": false } } } } }