Compare commits

..

2 Commits

Author SHA1 Message Date
ababc09519 Update dependency @angular/compiler to ~15.2.0
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2023-02-22 22:07:46 +01:00
c2cc959309 Test different port
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/push/pipeline Pipeline failed
2023-02-19 19:54:37 +01:00
3 changed files with 10 additions and 10 deletions

View File

@@ -24,8 +24,8 @@ http {
index index.html index.htm; index index.html index.htm;
server { server {
listen 80 default_server; listen 81 default_server;
listen [::]:80 default_server; listen [::]:81 default_server;
server_name homeserver.flokaiser.com; server_name homeserver.flokaiser.com;
root /var/www/html; root /var/www/html;

View File

@@ -924,9 +924,9 @@
} }
}, },
"@angular/compiler": { "@angular/compiler": {
"version": "15.0.3", "version": "15.2.0",
"resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-15.0.3.tgz", "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-15.2.0.tgz",
"integrity": "sha512-LNQkQgjAy43ZbQcoUzbzwaCokl6LQHhnTnGIO8s8ZWFT9cTRORsLb/ziMKPPIWlSUImHUG4NH0dK7fVe7/eAng==", "integrity": "sha512-bGMc8xBs/3l5Ab2PmGGifuWVLxCzmYQPXeBYrwpmy+aYCwGzuVKxQp6L1UjA0OZNra7Am8bu4mOsLSR9ENdX6w==",
"requires": { "requires": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
} }
@@ -9895,9 +9895,9 @@
} }
}, },
"rxjs": { "rxjs": {
"version": "7.8.0", "version": "7.6.0",
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.0.tgz", "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.6.0.tgz",
"integrity": "sha512-F2+gxDshqmIub1KdvZkaEfGDwLNpPvk9Fs6LD/MyQxNgMds/WH9OdDDXOmxUZpME+iSK3rQCctkL0DYyytUqMg==", "integrity": "sha512-DDa7d8TFNUalGC9VqXvQ1euWNN7sc63TrUCuM9J998+ViviahMIjKSOU7rfcgFOF+FCD71BhDRv4hrFz+ImDLQ==",
"requires": { "requires": {
"tslib": "^2.1.0" "tslib": "^2.1.0"
} }

View File

@@ -15,7 +15,7 @@
"@angular/animations": "~15.0.0", "@angular/animations": "~15.0.0",
"@angular/cdk": "^15.0.0", "@angular/cdk": "^15.0.0",
"@angular/common": "~15.0.0", "@angular/common": "~15.0.0",
"@angular/compiler": "~15.0.0", "@angular/compiler": "~15.2.0",
"@angular/core": "~15.0.0", "@angular/core": "~15.0.0",
"@angular/forms": "~15.0.0", "@angular/forms": "~15.0.0",
"@angular/material": "^15.0.0", "@angular/material": "^15.0.0",
@@ -24,7 +24,7 @@
"@angular/router": "~15.0.0", "@angular/router": "~15.0.0",
"bootstrap": "^5.1.3", "bootstrap": "^5.1.3",
"ngx-cron-editor": "^0.7.3", "ngx-cron-editor": "^0.7.3",
"rxjs": "~7.8.0", "rxjs": "~7.6.0",
"tslib": "^2.4.0", "tslib": "^2.4.0",
"zone.js": "~0.12.0" "zone.js": "~0.12.0"
}, },