-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
1,281 additions
and
4,223 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,28 @@ | ||
{ | ||
"migrations": [ | ||
{ | ||
"version": "12.6.0-beta.0", | ||
"version": "13.0.0-beta.1", | ||
"description": "Add default base to nx.json if its not currently set", | ||
"factory": "./src/migrations/update-13-0-0/set-default-base-if-not-set", | ||
"cli": "nx", | ||
"description": "Uses `getJestProjects()` to populate projects array in root level `jest.config.js` file.", | ||
"factory": "./src/migrations/update-12-6-0/update-base-jest-config", | ||
"package": "@nrwl/jest", | ||
"name": "update-jest-config-to-use-util" | ||
"package": "@nrwl/workspace", | ||
"name": "set-default-base-if-not-set" | ||
}, | ||
{ | ||
"version": "13.0.0-beta.4", | ||
"description": "Move global settings into nx.json, and project specific settings into workspace.json", | ||
"cli": "nx", | ||
"implementation": "./src/migrations/update-13-0-0/config-locations/config-locations", | ||
"package": "@nrwl/workspace", | ||
"name": "13-0-0-config-locations" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "13.0.0-beta.1", | ||
"description": "Remove packages installed by Nx 12's `@nrwl/node:webpack5` generator.", | ||
"factory": "./src/migrations/update-13-0-0/remove-webpack-5-packages-13-0-0", | ||
"package": "@nrwl/node", | ||
"name": "remove-webpack-5-packages" | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.