20 lines
592 B
JSON
20 lines
592 B
JSON
{
|
|
"migrations": [
|
|
{
|
|
"cli": "nx",
|
|
"version": "17.2.1-beta.0",
|
|
"description": "Add webpack.config.js file when webpackConfig is not defined",
|
|
"implementation": "./src/migrations/update-17-2-1/webpack-config-setup",
|
|
"package": "@nx/webpack",
|
|
"name": "update-17-2-1-webpack-config-setup"
|
|
},
|
|
{
|
|
"version": "17.2.0-beta.0",
|
|
"description": "Simplify eslintFilePatterns",
|
|
"implementation": "./src/migrations/update-17-2-0/simplify-eslint-patterns",
|
|
"package": "@nx/linter",
|
|
"name": "simplify-eslint-patterns"
|
|
}
|
|
]
|
|
}
|