55 lines
1.7 KiB
JSON
55 lines
1.7 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"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|