Skip to content

Commit

Permalink
Update to Angular 14 (#365)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
dafo committed Jun 8, 2022
1 parent 26efa2d commit 59044cb
Show file tree
Hide file tree
Showing 6 changed files with 18,638 additions and 5,475 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x]
node-version: [14.x, 16.x]

steps:
- uses: actions/checkout@v2
Expand Down
5 changes: 3 additions & 2 deletions angular.json
Expand Up @@ -155,9 +155,10 @@
}
}
},
"defaultProject": "wrappers",
"cli": {
"analytics": false,
"defaultCollection": "@angular-eslint/schematics"
"schematicCollections": [
"@angular-eslint/schematics"
]
}
}

0 comments on commit 59044cb

Please sign in to comment.