mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
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:
committed by
Lorenz Hilpert
parent
ae08e46b30
commit
fdca2ecfee
15
package.json
15
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user