-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmigrations.json
More file actions
25 lines (25 loc) · 917 Bytes
/
migrations.json
File metadata and controls
25 lines (25 loc) · 917 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"migrations": [
{
"version": "10.4.0-beta.5",
"description": "Add an explicit dependency on @nrwl/tao",
"factory": "./src/migrations/update-10-4-0/add-explicit-dep-on-tao",
"package": "@nrwl/workspace",
"name": "add-explicit-dep-on-tao"
},
{
"version": "10.4.0-beta.0",
"description": "Update ESLint config files to use preset configs which eslint-plugin-nx exports",
"factory": "./src/migrations/update-10-4-0/update-eslint-configs-to-use-nx-presets",
"package": "@nrwl/linter",
"name": "update-eslint-configs-to-use-nx-presets"
},
{
"version": "10.4.0-beta.1",
"description": "Update root ESLint config to use overrides",
"factory": "./src/migrations/update-10-4-0/update-root-eslint-config-to-use-overrides",
"package": "@nrwl/linter",
"name": "update-root-eslint-config-to-use-overrides"
}
]
}