Skip to content

Commit

Permalink
chore: Nx Upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian-McBride committed Aug 16, 2022
1 parent 3975bcb commit 738b982
Show file tree
Hide file tree
Showing 3 changed files with 1,581 additions and 1,432 deletions.
28 changes: 28 additions & 0 deletions migrations.json
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"
}
]
}
Loading

0 comments on commit 738b982

Please sign in to comment.