-
Notifications
You must be signed in to change notification settings - Fork 96
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
1 parent
3975bcb
commit 738b982
Showing
3 changed files
with
1,581 additions
and
1,432 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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"migrations": [ | ||
{ | ||
"version": "14.5.5-beta.0", | ||
"cli": "nx", | ||
"description": "Exclude jest.config.ts from tsconfig where missing.", | ||
"factory": "./src/migrations/update-14-0-0/update-jest-config-ext", | ||
"package": "@nrwl/jest", | ||
"name": "exclude-jest-config-from-ts-config" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "14.4.4", | ||
"description": "Adds @typescript-eslint/utils as a dev dep", | ||
"factory": "./src/migrations/update-14-4-4/experimental-to-utils-deps", | ||
"package": "@nrwl/linter", | ||
"name": "experimental-to-utils-deps" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "14.4.4", | ||
"description": "Switch from @typescript-eslint/experimental-utils to @typescript-eslint/utils in all rules and rules.spec files", | ||
"factory": "./src/migrations/update-14-4-4/experimental-to-utils-rules", | ||
"package": "@nrwl/linter", | ||
"name": "experimental-to-utils-rules" | ||
} | ||
] | ||
} |
Oops, something went wrong.