Skip to content

Commit

Permalink
chore: update to Angular 18 (#2)
Browse files Browse the repository at this point in the history
* chore: update @angular/cli

* chore: update @angular/cdk

* chore: update @angular/material

* chore: update @angular/cli

* chore: update @angular/cdk

* chore: update @angular/material

* chore: update @angular/cli

* chore: update @angular/cdk

* chore: update @angular/material

* chore: update @angular/cli

* chore: update @angular/cdk

* chore: update @angular/cli

* chore: update @angular-eslint/schematics

* chore: install with legacy peer deps

* chore: add missing dev deps, remove unused dev deps

* chore: remove unsused code-tabs custom element

* chore: update legacy MatSnackBar

* chore: update MatButtonModule

* chore: update @angular/material

* chore: update @angular/cdk

* chore: update @angular/material

* chore: ran npm audit fix

* chore: ran npm audit fix
  • Loading branch information
bobbyg603 authored Jul 17, 2024
1 parent f16010b commit 67fff49
Show file tree
Hide file tree
Showing 24 changed files with 26,541 additions and 23,264 deletions.
25 changes: 17 additions & 8 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "example-app:build"
"buildTarget": "example-app:build"
},
"configurations": {
"production": {
"browserTarget": "example-app:build:production"
"buildTarget": "example-app:build:production"
},
"es5": {
"browserTarget": "example-app:build:es5"
"buildTarget": "example-app:build:es5"
}
}
},
Expand Down Expand Up @@ -217,18 +217,18 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "docs-app:build"
"buildTarget": "docs-app:build"
},
"configurations": {
"production": {
"browserTarget": "docs-app:build:production"
"buildTarget": "docs-app:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "docs-app:build"
"buildTarget": "docs-app:build"
}
},
"test": {
Expand Down Expand Up @@ -260,8 +260,17 @@
}
}
},
"defaultProject": "example-app",
"cli": {
"defaultCollection": "@angular-eslint/schematics"
"schematicCollections": [
"@angular-eslint/schematics"
]
},
"schematics": {
"@angular-eslint/schematics:application": {
"setParserOptionsProject": true
},
"@angular-eslint/schematics:library": {
"setParserOptionsProject": true
}
}
}
Loading

0 comments on commit 67fff49

Please sign in to comment.