This commit is contained in:
Bastian Wagner
2024-09-13 22:20:27 +02:00
parent 00d5498e00
commit ed6b2b9c45
11 changed files with 70 additions and 18 deletions

View File

@@ -10,6 +10,7 @@
},
"private": true,
"dependencies": {
"@ag-grid-community/locale": "^32.1.0",
"@angular/animations": "^18.0.0",
"@angular/cdk": "^18.2.4",
"@angular/common": "^18.0.0",
@@ -23,6 +24,7 @@
"@ngneat/overview": "^6.0.0",
"@ngxpert/hot-toast": "^3.0.1",
"ag-grid-angular": "^32.1.0",
"ag-grid-community": "^32.1.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.3"
@@ -40,4 +42,4 @@
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.4.2"
}
}
}