Skip to content

Commit 59044cb

Browse files
authored
Update to Angular 14 (#365)
* package-lock initial commit * Updating typescript to 4.7.3 * Updating @angular/core * Updating eslint * Updating angular-eslint to 14-alpha * Updating @angular/cli * Updating node versions * Adding @types/estree to devDependencies * Updating dependencies
1 parent 26efa2d commit 59044cb

File tree

6 files changed

+18638
-5475
lines changed

6 files changed

+18638
-5475
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [12.x, 14.x]
19+
node-version: [14.x, 16.x]
2020

2121
steps:
2222
- uses: actions/checkout@v2

angular.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,10 @@
155155
}
156156
}
157157
},
158-
"defaultProject": "wrappers",
159158
"cli": {
160159
"analytics": false,
161-
"defaultCollection": "@angular-eslint/schematics"
160+
"schematicCollections": [
161+
"@angular-eslint/schematics"
162+
]
162163
}
163164
}

0 commit comments

Comments
 (0)