-
Notifications
You must be signed in to change notification settings - Fork 3
/
migrations.json
28 lines (28 loc) · 960 Bytes
/
migrations.json
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
26
27
28
{
"migrations": [
{
"cli": "nx",
"version": "19.1.0-beta.6",
"description": "Migrate no-extra-semi rules into user config, out of nx extendable configs",
"implementation": "./src/migrations/update-19-1-0-migrate-no-extra-semi/migrate-no-extra-semi",
"package": "@nx/eslint-plugin",
"name": "update-19-1-0-rename-no-extra-semi"
},
{
"version": "19.0.0-beta.9",
"cli": "nx",
"description": "Change webpack to metro in expo projects",
"factory": "./src/migrations/update-19-0-0/change-webpack-to-metro",
"package": "@nx/expo",
"name": "update-19-0-0-change-webpack-to-metro"
},
{
"version": "19.2.0-beta.2",
"cli": "nx",
"description": "Remove deprecated webpack.config.js",
"factory": "./src/migrations/update-19-2-0/remove-deprecated-webpack-config",
"package": "@nx/expo",
"name": "update-19-2-0-remove-webpack-config"
}
]
}