98 lines
2.8 KiB
JSON
98 lines
2.8 KiB
JSON
{
|
|
"generators": {
|
|
"update-node-executor": {
|
|
"cli": "nx",
|
|
"version": "13.8.5-beta.1",
|
|
"description": "Renames @nrwl/js:node to @nrwl/node:node",
|
|
"factory": "./src/migrations/update-13-8-5/update-node-executor"
|
|
},
|
|
"update-swcrc": {
|
|
"cli": "nx",
|
|
"version": "13.8.5-beta.1",
|
|
"description": "Adjust .swcrc to .lib.swcrc",
|
|
"factory": "./src/migrations/update-13-8-5/update-swcrc"
|
|
},
|
|
"update-swcrc-exclude": {
|
|
"cli": "nx",
|
|
"version": "13.10.1-beta.1",
|
|
"description": "Update .lib.swcrc to exclude missing test files",
|
|
"factory": "./src/migrations/update-13-10-1/update-lib-swcrc-exclude"
|
|
},
|
|
"exclude-jest-config-swcrc": {
|
|
"cli": "nx",
|
|
"version": "14.0.0-beta.2",
|
|
"description": "Exclude jest config from .lib.swcrc",
|
|
"factory": "./src/migrations/update-14-0-0/exclude-jest-config-swcrc"
|
|
},
|
|
"update-swcrc-path": {
|
|
"cli": "nx",
|
|
"version": "14.1.5-beta.0",
|
|
"description": "Rename option swcrcPath to swcrc, and resolve relative to workspace root",
|
|
"factory": "./src/migrations/update-14-1-5/update-swcrc-path"
|
|
},
|
|
"rename-swcrc-config": {
|
|
"cli": "nx",
|
|
"version": "15.8.0-beta.0",
|
|
"description": "Rename .lib.swcrc to .swcrc for better SWC support throughout the workspace",
|
|
"factory": "./src/migrations/update-15-8-0/rename-swcrc-config"
|
|
},
|
|
"update-16-0-0-add-nx-packages": {
|
|
"cli": "nx",
|
|
"version": "16.0.0-beta.1",
|
|
"description": "Replace @nrwl/js with @nx/js",
|
|
"implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages"
|
|
}
|
|
},
|
|
"packageJsonUpdates": {
|
|
"15.8.0": {
|
|
"version": "15.8.0-beta.2",
|
|
"x-prompt": "Do you want to update to TypeScript v4.9?",
|
|
"requires": {
|
|
"typescript": ">=4.8.2 <4.9.0"
|
|
},
|
|
"packages": {
|
|
"typescript": {
|
|
"version": "~4.9.5"
|
|
}
|
|
}
|
|
},
|
|
"16.0.0": {
|
|
"version": "16.0.0-beta.3",
|
|
"packages": {
|
|
"@swc/cli": {
|
|
"version": "~0.1.62",
|
|
"alwaysAddToPackageJson": false
|
|
},
|
|
"@swc/helpers": {
|
|
"version": "~0.5.0",
|
|
"alwaysAddToPackageJson": false
|
|
}
|
|
}
|
|
},
|
|
"16.1.0": {
|
|
"version": "16.1.0-beta.0",
|
|
"x-prompt": "Do you want to update to TypeScript v5.0?",
|
|
"requires": {
|
|
"typescript": ">=4.9.5 <5.0.0"
|
|
},
|
|
"packages": {
|
|
"typescript": {
|
|
"version": "~5.0.2"
|
|
}
|
|
}
|
|
},
|
|
"16.4.0": {
|
|
"version": "16.4.0-beta.11",
|
|
"x-prompt": "Do you want to update to TypeScript v5.1?",
|
|
"requires": {
|
|
"typescript": ">=5.0.0 <5.1.0"
|
|
},
|
|
"packages": {
|
|
"typescript": {
|
|
"version": "~5.1.3"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|