Skip to content

Commit

Permalink
chore(dependencies): update
Browse files Browse the repository at this point in the history
  • Loading branch information
xidedix committed Dec 3, 2024
1 parent 68dc067 commit cc1227c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"@angular/platform-browser": "^19.0.1",
"@angular/platform-browser-dynamic": "^19.0.1",
"@angular/router": "^19.0.1",
"@coreui/angular": "~5.3.2",
"@coreui/angular-chartjs": "~5.3.2",
"@coreui/angular": "~5.3.3",
"@coreui/angular-chartjs": "~5.3.3",
"@coreui/chartjs": "~4.0.0",
"@coreui/coreui": "~5.2.0",
"@coreui/icons": "^3.0.1",
"@coreui/icons-angular": "~5.3.2",
"@coreui/icons-angular": "~5.3.3",
"@coreui/utils": "^2.0.2",
"chart.js": "^4.4.6",
"chart.js": "^4.4.7",
"lodash-es": "^4.17.21",
"ngx-scrollbar": "^13.0.3",
"rxjs": "~7.8.1",
Expand All @@ -50,8 +50,8 @@
"@angular/localize": "^19.0.1",
"@types/jasmine": "^5.1.5",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.17.9",
"jasmine-core": "^5.4.0",
"@types/node": "^22.10.1",
"jasmine-core": "^5.5.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
Expand All @@ -60,7 +60,7 @@
"typescript": "~5.5.4"
},
"engines": {
"node": "^18.19.1 || ^20.11.1",
"node": "^18.19.1 || ^20.11.1 || ^22.0.0",
"npm": ">= 9"
}
}

0 comments on commit cc1227c

Please sign in to comment.