Skip to content

Commit

Permalink
build(deps): update to Angular v18.1 (#676)
Browse files Browse the repository at this point in the history
* build(deps): update to Angular v18.1

* style: bring back tab component order
  • Loading branch information
davidlj95 authored Jul 18, 2024
1 parent 0609be9 commit 75ddfdd
Show file tree
Hide file tree
Showing 3 changed files with 1,755 additions and 1,638 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@
"validate-codecov-yml": "curl -X POST --data-binary @codecov.yml https://codecov.io/validate"
},
"dependencies": {
"@angular/animations": "18.0.5",
"@angular/common": "18.0.5",
"@angular/compiler": "18.0.5",
"@angular/core": "18.0.5",
"@angular/forms": "18.0.5",
"@angular/platform-browser": "18.0.5",
"@angular/platform-browser-dynamic": "18.0.5",
"@angular/platform-server": "18.0.5",
"@angular/router": "18.0.5",
"@angular/ssr": "18.0.6",
"@angular/animations": "18.1.1",
"@angular/common": "18.1.1",
"@angular/compiler": "18.1.1",
"@angular/core": "18.1.1",
"@angular/forms": "18.1.1",
"@angular/platform-browser": "18.1.1",
"@angular/platform-browser-dynamic": "18.1.1",
"@angular/platform-server": "18.1.1",
"@angular/router": "18.1.1",
"@angular/ssr": "18.1.1",
"@davidlj95/ngx-meta": "1.0.0-beta.4",
"@fontsource/roboto": "5.0.13",
"@fontsource/roboto-mono": "5.0.18",
Expand All @@ -71,14 +71,14 @@
"zone.js": "0.14.7"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.0.6",
"@angular-eslint/builder": "18.0.1",
"@angular-eslint/eslint-plugin": "18.0.1",
"@angular-eslint/eslint-plugin-template": "18.0.1",
"@angular-eslint/schematics": "18.0.1",
"@angular-eslint/template-parser": "18.0.1",
"@angular/cli": "18.0.6",
"@angular/compiler-cli": "18.0.5",
"@angular-devkit/build-angular": "18.1.1",
"@angular-eslint/builder": "18.1.0",
"@angular-eslint/eslint-plugin": "18.1.0",
"@angular-eslint/eslint-plugin-template": "18.1.0",
"@angular-eslint/schematics": "18.1.0",
"@angular-eslint/template-parser": "18.1.0",
"@angular/cli": "18.1.1",
"@angular/compiler-cli": "18.1.1",
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@commitlint/types": "19.0.3",
Expand Down
Loading

0 comments on commit 75ddfdd

Please sign in to comment.