Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
feat: update angular material (#51)
Browse files Browse the repository at this point in the history
* fix: uninstall flex-layout

* fix: update angular-material to 11

* fix: update ng-apexcharts
  • Loading branch information
alarv authored Apr 9, 2024
1 parent 7e15d6c commit 5462746
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 50 deletions.
104 changes: 58 additions & 46 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"dependencies": {
"@angular-devkit/schematics": "^11.2.19",
"@angular/animations": "~11.2.14",
"@angular/cdk": "~10.2.5",
"@angular/cdk": "~11.2.13",
"@angular/common": "~11.2.14",
"@angular/compiler": "~11.2.14",
"@angular/core": "~11.2.14",
"@angular/flex-layout": "^10.0.0-beta.32",
"@angular/flex-layout": "^11.0.0-beta.33",
"@angular/forms": "~11.2.14",
"@angular/localize": "^11.2.14",
"@angular/material": "^10.2.5",
"@angular/material": "^11.2.13",
"@angular/platform-browser": "~11.2.14",
"@angular/platform-browser-dynamic": "~11.2.14",
"@angular/router": "~11.2.14",
Expand All @@ -34,7 +34,7 @@
"apexcharts": "^3.26.2",
"core-js": "^2.5.7",
"d3": "^5.9.2",
"ng-apexcharts": "^1.5.9",
"ng-apexcharts": "^1.6.0",
"ngx-image-cropper": "^1.0.1",
"ngx-markdown": "^11.1.3",
"rxjs": "^6.5.5",
Expand Down

0 comments on commit 5462746

Please sign in to comment.