Dependency Day + Basic Setup #11

Merged
it-as merged 13 commits from dependency-day-basic-setup into main 2024-03-12 17:40:21 +01:00
2 changed files with 1154 additions and 1142 deletions
Showing only changes of commit 5b318598a6 - Show all commits

File diff suppressed because it is too large Load Diff

View File

@ -11,17 +11,17 @@
"private": true,
"dependencies": {
"@angular/animations": "^17.2.4",
"@angular/cdk": "^15.2.9",
"@angular/cdk": "^17.2.2",
"@angular/common": "^17.2.4",
"@angular/compiler": "^17.2.4",
"@angular/core": "^17.2.4",
"@angular/forms": "^17.2.4",
"@angular/material": "^15.2.9",
"@angular/material": "^17.2.2",
"@angular/platform-browser": "^17.2.4",
"@angular/platform-browser-dynamic": "^17.2.4",
"@angular/router": "^17.2.4",
"bootstrap": "^5.2.2",
"bootstrap-icons": "^1.9.1",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"rxjs": "~7.4.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.4"
@ -40,4 +40,4 @@
"karma-jasmine-html-reporter": "~1.7.0",
"typescript": "~5.3.3"
}
}
}