49 lines
1.5 KiB
JSON
49 lines
1.5 KiB
JSON
{
|
|
"generators": {
|
|
"update-16-0-0-add-nx-packages": {
|
|
"cli": "nx",
|
|
"version": "16.0.0-beta.1",
|
|
"description": "Replace @nrwl/node with @nx/node",
|
|
"implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages"
|
|
},
|
|
"update-16-0-0-update-executor": {
|
|
"cli": "nx",
|
|
"version": "16.0.0-beta.5",
|
|
"description": "Replace @nrwl/node:webpack with @nx/node:webpack",
|
|
"implementation": "./src/migrations/update-16-0-0/update-webpack-executor"
|
|
},
|
|
"update-16-3-1-update-executor": {
|
|
"cli": "nx",
|
|
"version": "16.3.1-beta.0",
|
|
"description": "Replace @nrwl/node:webpack and @nx/node:webpack with @nx/webpack:webpack for all project targets",
|
|
"implementation": "./src/migrations/update-16-3-1/update-webpack-executor"
|
|
},
|
|
"update-16-4-0-replace-node-executor": {
|
|
"cli": "nx",
|
|
"version": "16.4.0-beta.8",
|
|
"description": "Replace @nx/node:node with @nx/js:node for all project targets",
|
|
"implementation": "./src/migrations/update-16-4-0/replace-node-executor"
|
|
}
|
|
},
|
|
"packageJsonUpdates": {
|
|
"17.3.0": {
|
|
"version": "17.3.0-beta.3",
|
|
"packages": {
|
|
"@types/node": {
|
|
"version": "18.16.9",
|
|
"alwaysAddToPackageJson": false
|
|
}
|
|
}
|
|
},
|
|
"17.3.1": {
|
|
"version": "17.3.1-beta.0",
|
|
"packages": {
|
|
"axios": {
|
|
"version": "^1.6.0",
|
|
"alwaysAddToPackageJson": false
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|