30 lines
1.2 KiB
JSON
30 lines
1.2 KiB
JSON
{
|
|
"generators": {
|
|
"add-babel-inputs": {
|
|
"cli": "nx",
|
|
"version": "15.0.0-beta.0",
|
|
"description": "Adds babel.config.json to the hash of all tasks",
|
|
"factory": "./src/migrations/update-15-0-0/add-babel-inputs"
|
|
},
|
|
"update-16-0-0-add-nx-packages": {
|
|
"cli": "nx",
|
|
"version": "16.0.0-beta.1",
|
|
"description": "Replace @nrwl/rollup with @nx/rollup",
|
|
"implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages"
|
|
},
|
|
"update-16-3-3-add-babel-upward-root-mode-flag": {
|
|
"cli": "nx",
|
|
"version": "16-3-3-beta.0",
|
|
"description": "Add babelUpwardRootMode if not already defined",
|
|
"implementation": "./src/migrations/update-16-3-3-add-babel-upward-root-mode-flag/update-16-3-3-add-babel-upward-root-mode-flag"
|
|
},
|
|
"explicitly-set-projects-to-update-buildable-deps": {
|
|
"cli": "nx",
|
|
"version": "16.6.0-beta.0",
|
|
"description": "Explicitly set 'updateBuildableProjectDepsInPackageJson' to 'true' in targets that rely on that value as the default.",
|
|
"factory": "./src/migrations/update-16-6-0/explicitly-set-projects-to-update-buildable-deps"
|
|
}
|
|
},
|
|
"packageJsonUpdates": {}
|
|
}
|