Fix Builds (#4268)

This commit is contained in:
Fesaa 2025-12-09 19:44:26 +01:00 committed by GitHub
parent e52f6fc0c5
commit 5db4fc9f1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
"@angular-slider/ngx-slider": "^20.0.0",
"@angular/animations": "^20.3.2",
"@angular/cdk": "^20.2.5",
"@angular/common": "^20.3.14",
"@angular/common": "^20.3.2",
"@angular/compiler": "^20.3.2",
"@angular/core": "^20.3.2",
"@angular/forms": "^20.3.2",
@ -1052,9 +1052,9 @@
}
},
"node_modules/@angular/common": {
"version": "20.3.14",
"resolved": "https://registry.npmjs.org/@angular/common/-/common-20.3.14.tgz",
"integrity": "sha512-OOUvjTtnpktJLsNupA+GFT2q5zNocPdpOENA8aSrXvAheNybLjgi+otO3U3sQsvB1VwaoEZ9GT5O3lZlstnA/A==",
"version": "20.3.2",
"resolved": "https://registry.npmjs.org/@angular/common/-/common-20.3.2.tgz",
"integrity": "sha512-5V9AzLhCA1dNhF+mvihmdHoZHbEhIb1jNYRA1/JMheR+G7NR8Mznu6RmWaKSWZ4AJeSJN8rizWN2wpVPWTKjSQ==",
"license": "MIT",
"peer": true,
"dependencies": {
@ -1064,7 +1064,7 @@
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
},
"peerDependencies": {
"@angular/core": "20.3.14",
"@angular/core": "20.3.2",
"rxjs": "^6.5.3 || ^7.4.0"
}
},