1
0
mirror of https://github.com/barthuijgen/factorio-sites.git synced 2024-11-24 08:52:36 +02:00
factorio-sites/migrations.json
2021-03-11 11:40:14 +01:00

28 lines
950 B
JSON

{
"migrations": [
{
"cli": "nx",
"version": "11.5.0-beta.0",
"description": "Update project .eslintrc.json files to always use project level tsconfigs",
"factory": "./src/migrations/update-11-5-0/always-use-project-level-tsconfigs-with-eslint",
"package": "@nrwl/linter",
"name": "always-use-project-level-tsconfigs-with-eslint"
},
{
"cli": "nx",
"version": "11.5.0-beta.1",
"description": "Update .babelrc to use '@nrwl/next/babel' instead of 'next/babel'",
"factory": "./src/migrations/update-11-5-0/update-babel-config",
"package": "@nrwl/next",
"name": "update-babel-config-11.5.0"
},
{
"cli": "nx",
"version": "11.5.0-beta.1",
"description": "Remove tsconfig.app.json",
"factory": "./src/migrations/update-11-5-0/remove-tsconfig-app-11-5-0",
"package": "@nrwl/next",
"name": "remove-tsconfig-app-11.5.0"
}
]
}