visual and functional upgrade

This commit is contained in:
Микаэл Оганесян
2026-04-08 05:56:47 +03:00
parent 68c3029835
commit 07c17877ac
48 changed files with 923 additions and 283 deletions

18
package-lock.json generated
View File

@@ -8,6 +8,7 @@
"name": "sparkguardian",
"version": "0.0.0",
"dependencies": {
"@angular/animations": "^21.2.7",
"@angular/common": "^21.2.0",
"@angular/compiler": "^21.2.0",
"@angular/core": "^21.2.0",
@@ -333,6 +334,22 @@
"yarn": ">= 1.13.0"
}
},
"node_modules/@angular/animations": {
"version": "21.2.7",
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-21.2.7.tgz",
"integrity": "sha512-h8tUjQVSWfi2fohzxXeDDTjCfWABioYlPMrV1j98wCcFJad3FSnKCY0/gq8B4X6V81NGV29nEnhPyV0GinUBpQ==",
"license": "MIT",
"peer": true,
"dependencies": {
"tslib": "^2.3.0"
},
"engines": {
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
},
"peerDependencies": {
"@angular/core": "21.2.7"
}
},
"node_modules/@angular/build": {
"version": "21.2.6",
"resolved": "https://registry.npmjs.org/@angular/build/-/build-21.2.6.tgz",
@@ -4167,6 +4184,7 @@
"resolved": "https://registry.npmjs.org/@taiga-ui/kit/-/kit-5.1.0.tgz",
"integrity": "sha512-3k1asuOgEjDLAtkK/snO8anctfo4vmMsyr16NHcNVDRqvUeRDrWf7sdRD1uXloO0hTrJvVbKR3WnDWxnuTKm8Q==",
"license": "Apache-2.0",
"peer": true,
"dependencies": {
"tslib": ">=2.8.1"
},