Skip to content

Commit

Permalink
feat(angular): support Angular 18
Browse files Browse the repository at this point in the history
Signed-off-by: Will Soto <willsoto@users.noreply.github.com>
  • Loading branch information
willsoto committed May 28, 2024
1 parent b7d95a8 commit 9b996d5
Show file tree
Hide file tree
Showing 2 changed files with 2,128 additions and 1,510 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,22 +51,22 @@
]
},
"devDependencies": {
"@angular-devkit/build-angular": "17.3.8",
"@angular-eslint/builder": "17.5.2",
"@angular-eslint/eslint-plugin": "17.5.2",
"@angular-eslint/eslint-plugin-template": "17.5.2",
"@angular-eslint/schematics": "17.5.2",
"@angular-eslint/template-parser": "17.5.2",
"@angular/cli": "17.3.8",
"@angular/common": "17.3.10",
"@angular/compiler": "17.3.10",
"@angular/compiler-cli": "17.3.10",
"@angular/core": "17.3.10",
"@angular/forms": "17.3.10",
"@angular/language-service": "17.3.10",
"@angular/platform-browser": "17.3.10",
"@angular/platform-browser-dynamic": "17.3.10",
"@angular/router": "17.3.10",
"@angular-devkit/build-angular": "18.0.1",
"@angular-eslint/builder": "18.0.0-alpha.16",
"@angular-eslint/eslint-plugin": "18.0.0-alpha.16",
"@angular-eslint/eslint-plugin-template": "18.0.0-alpha.16",
"@angular-eslint/schematics": "18.0.0-alpha.16",
"@angular-eslint/template-parser": "18.0.0-alpha.16",
"@angular/cli": "18.0.1",
"@angular/common": "18.0.0",
"@angular/compiler": "18.0.0",
"@angular/compiler-cli": "18.0.0",
"@angular/core": "18.0.0",
"@angular/forms": "18.0.0",
"@angular/language-service": "18.0.0",
"@angular/platform-browser": "18.0.0",
"@angular/platform-browser-dynamic": "18.0.0",
"@angular/router": "18.0.0",
"@commitlint/config-conventional": "19.2.2",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
Expand Down
Loading

0 comments on commit 9b996d5

Please # to comment.