@nx/workspace
Version:
38 lines (37 loc) • 1.04 kB
JSON
{
"generators": {
"23-0-0-move-typescript-compilation-import": {
"version": "23.0.0-beta.10",
"description": "Rewrites imports of `@nx/workspace/src/utilities/typescript/compilation` to `@nx/js/internal`, where the module now lives.",
"implementation": "./dist/src/migrations/update-23-0-0/move-typescript-compilation-import"
}
},
"packageJsonUpdates": {
"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
}
}
}
}
}