forked from erkobridee/nx-nextjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
migrations.json
28 lines (28 loc) · 898 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": [
{
"version": "13.2.0",
"description": "Set --parallel=1 for existing repos to preserve the existing behavior",
"cli": "nx",
"implementation": "./src/migrations/update-13-2-0/set-parallel-default",
"package": "@nrwl/workspace",
"name": "set-parallel-default"
},
{
"version": "13.3.0-beta.0",
"description": "@nrwl/workspace:tsc is now @nrwl/js:tsc",
"cli": "nx",
"implementation": "./src/migrations/update-13-3-0/update-tsc-executor-location",
"package": "@nrwl/workspace",
"name": "13-3-0-tsc-location"
},
{
"cli": "nx",
"version": "13.3.0-beta.1",
"description": "Rename the 'package' executor to 'rollup'",
"factory": "./src/migrations/update-13-3-0/rename-package-to-rollup",
"package": "@nrwl/web",
"name": "rename-package-to-rollup"
}
]
}