899277e6d4
* change to setting envars rather than passing in via CLI * update nx to latest patch version * add env files for token-e2e, fix lint and ts errors * move generate functions to mocs for trading e2e to avoid violating boundary rules * add jsx compiler option for trading-e2e * downgrade nextjs * add testing-library to types declaration where required
29 lines
965 B
JSON
29 lines
965 B
JSON
{
|
|
"migrations": [
|
|
{
|
|
"version": "13.9.0-beta.0",
|
|
"description": "Replace @nrwl/tao with nx",
|
|
"cli": "nx",
|
|
"implementation": "./src/migrations/update-13-9-0/replace-tao-with-nx",
|
|
"package": "@nrwl/workspace",
|
|
"name": "13-9-0-replace-tao-with-nx"
|
|
},
|
|
{
|
|
"version": "13.10.0-beta.0",
|
|
"description": "Update the decorate-angular-cli script to require nx instead of @nrwl/cli",
|
|
"cli": "nx",
|
|
"implementation": "./src/migrations/update-13-10-0/update-decorate-cli",
|
|
"package": "@nrwl/workspace",
|
|
"name": "13-10-0-update-decorate-cli"
|
|
},
|
|
{
|
|
"version": "13.10.0-beta.0",
|
|
"description": "Update the tasks runner property to import it from the nx package instead of @nrwl/worksapce",
|
|
"cli": "nx",
|
|
"implementation": "./src/migrations/update-13-10-0/update-tasks-runner",
|
|
"package": "@nrwl/workspace",
|
|
"name": "13-10-0-update-tasks-runner"
|
|
}
|
|
]
|
|
}
|