All checks were successful
Build & Push Frontend A / docker (push) Successful in 44s
Upgraded Angular packages and related dependencies from 21.0.x to 21.1.0 in package.json and package-lock.json. Updated asset references in AssetsConstants.ts and made minor adjustments in about and projects components to align with the new Angular version.
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "playground-frontend",
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"build": "ng build",
|
|
"watch": "ng build --watch --configuration development",
|
|
"test": "ng test"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular-devkit/build-angular": "~21.1.0",
|
|
"@angular/animations": "~21.1.0",
|
|
"@angular/cdk": "~21.1.0",
|
|
"@angular/common": "~21.1.0",
|
|
"@angular/compiler": "~21.1.0",
|
|
"@angular/core": "~21.1.0",
|
|
"@angular/forms": "~21.1.0",
|
|
"@angular/material": "~21.1.0",
|
|
"@angular/platform-browser": "~21.1.0",
|
|
"@angular/router": "~21.1.0",
|
|
"@ngx-translate/core": "~17.0.0",
|
|
"@ngx-translate/http-loader": "~17.0.0",
|
|
"@tsparticles/angular": "~3.0.0",
|
|
"@tsparticles/engine": "~3.9.1",
|
|
"rxjs": "~7.8.2",
|
|
"swiper": "~12.0.3",
|
|
"tslib": "~2.8.1",
|
|
"tsparticles": "~3.9.1"
|
|
},
|
|
"devDependencies": {
|
|
"@angular/build": "~21.1.0",
|
|
"@angular/cli": "~21.1.0",
|
|
"@angular/compiler-cli": "~21.1.0",
|
|
"@angular/platform-browser-dynamic": "~21.1.0",
|
|
"@types/jasmine": "~5.1.15",
|
|
"jasmine-core": "~6.0.1",
|
|
"typescript": "~5.9.3"
|
|
}
|
|
}
|