Merged PR 1463: Node 18.x and NPM 8.x Update, Removed ngx-platform-detection

Node 18.x and NPM 8.x Update, Removed ngx-platform-detection
This commit is contained in:
Nino Righi
2023-01-10 12:33:53 +00:00
committed by Lorenz Hilpert
parent ae08e46b30
commit fdca2ecfee
10 changed files with 84 additions and 109 deletions

View File

@@ -129,11 +129,11 @@
"@angular/service-worker": "^15.0.0",
"@mdi/js": "^7.0.96",
"@microsoft/signalr": "^7.0.0",
"@ngrx/component-store": "^14.3.2",
"@ngrx/effects": "^14.3.2",
"@ngrx/entity": "^14.3.2",
"@ngrx/store": "^14.3.2",
"@ngrx/store-devtools": "^14.3.2",
"@ngrx/component-store": "^15.0.0",
"@ngrx/effects": "^15.0.0",
"@ngrx/entity": "^15.0.0",
"@ngrx/store": "^15.0.0",
"@ngrx/store-devtools": "^15.0.0",
"@paragondata/ngx-ui": "^12.0.0-beta.23",
"angular-oauth2-oidc": "^15.0.1",
"angular-oauth2-oidc-jwks": "^15.0.1",
@@ -142,7 +142,6 @@
"lodash": "^4.17.21",
"moment": "^2.29.4",
"ng2-pdf-viewer": "^9.1.3",
"ngx-device-detector": "^4.0.1",
"rxjs": "^6.6.7",
"scandit-sdk": "^5.12.1",
"socket.io": "^4.5.4",
@@ -195,5 +194,9 @@
"ts-node": "~7.0.0",
"tslint": "~6.1.0",
"typescript": "~4.8.4"
},
"engines": {
"node": "18.x",
"npm": "8.x"
}
}