Skip to content

Commit

Permalink
chore(dependencies): update to Angular 18.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
xidedix committed Sep 27, 2024
1 parent f8c3703 commit 2be64ba
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^18.2.5",
"@angular/cdk": "^18.2.5",
"@angular/common": "^18.2.5",
"@angular/compiler": "^18.2.5",
"@angular/core": "^18.2.5",
"@angular/forms": "^18.2.5",
"@angular/localize": "^18.2.5",
"@angular/platform-browser": "^18.2.5",
"@angular/platform-browser-dynamic": "^18.2.5",
"@angular/router": "^18.2.5",
"@angular/animations": "^18.2.6",
"@angular/cdk": "^18.2.6",
"@angular/common": "^18.2.6",
"@angular/compiler": "^18.2.6",
"@angular/core": "^18.2.6",
"@angular/forms": "^18.2.6",
"@angular/localize": "^18.2.6",
"@angular/platform-browser": "^18.2.6",
"@angular/platform-browser-dynamic": "^18.2.6",
"@angular/router": "^18.2.6",
"@coreui/chartjs": "^4.0.0",
"@coreui/icons": "^3.0.1",
"@popperjs/core": "~2.11.8",
Expand All @@ -59,17 +59,17 @@
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.5",
"@angular-devkit/schematics": "^18.2.5",
"@angular/cli": "^18.2.5",
"@angular/compiler-cli": "^18.2.5",
"@angular/language-service": "^18.2.5",
"@angular-devkit/build-angular": "^18.2.6",
"@angular-devkit/schematics": "^18.2.6",
"@angular/cli": "^18.2.6",
"@angular/compiler-cli": "^18.2.6",
"@angular/language-service": "^18.2.6",
"@types/jasmine": "^5.1.4",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.16.5",
"@types/node": "^22.7.3",
"angular-eslint": "~18.3.1",
"copyfiles": "^2.4.1",
"eslint": "^9.11.0",
"eslint": "^9.11.1",
"jasmine-core": "^5.3.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
Expand All @@ -79,7 +79,7 @@
"ng-packagr": "^18.2.1",
"prettier": "^3.3.3",
"typescript": "~5.5.4",
"typescript-eslint": "~8.6.0"
"typescript-eslint": "~8.7.0"
},
"keywords": [
"angular",
Expand Down
2 changes: 1 addition & 1 deletion projects/coreui-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@angular/core": "^18.2.0",
"@angular/router": "^18.2.0",
"@coreui/coreui": "^5.1.2",
"@coreui/icons-angular": "~5.2.18",
"@coreui/icons-angular": "~5.2.19",
"rxjs": "^7.8.1"
},
"repository": {
Expand Down

0 comments on commit 2be64ba

Please sign in to comment.