Version 2.0.4

This commit is contained in:
BourqueCharles
2021-08-04 15:46:10 -04:00
parent 35f1ddcbae
commit 633b59f99f
3 changed files with 10 additions and 10 deletions

14
package-lock.json generated
View File

@@ -28,7 +28,7 @@
"react-router-dom": "^5.2.0",
"react-widgets": "^5.1.1",
"sass": "^1.35.1",
"ucentral-libs": "^0.8.43",
"ucentral-libs": "^0.8.44",
"uuid": "^8.3.2"
},
"devDependencies": {
@@ -14286,9 +14286,9 @@
}
},
"node_modules/ucentral-libs": {
"version": "0.8.43",
"resolved": "https://registry.npmjs.org/ucentral-libs/-/ucentral-libs-0.8.43.tgz",
"integrity": "sha512-Vf4G+KIKMEm/JWe/mfEhYczW2OpAQs1uv9KAqlSHexco+pXvq+SkQoUz3l2Z/lBYleolo/0051B4+Q09YJOe0Q==",
"version": "0.8.44",
"resolved": "https://registry.npmjs.org/ucentral-libs/-/ucentral-libs-0.8.44.tgz",
"integrity": "sha512-GHULOxeeMvmDfdrzT5ODCfrd7kFV6i9+26MyP+kADxinLaLXtQ0rOOgeMG+uD/DeqaS40NIn6dAc00LvPrN6DA==",
"engines": {
"node": ">=10"
},
@@ -26592,9 +26592,9 @@
}
},
"ucentral-libs": {
"version": "0.8.43",
"resolved": "https://registry.npmjs.org/ucentral-libs/-/ucentral-libs-0.8.43.tgz",
"integrity": "sha512-Vf4G+KIKMEm/JWe/mfEhYczW2OpAQs1uv9KAqlSHexco+pXvq+SkQoUz3l2Z/lBYleolo/0051B4+Q09YJOe0Q==",
"version": "0.8.44",
"resolved": "https://registry.npmjs.org/ucentral-libs/-/ucentral-libs-0.8.44.tgz",
"integrity": "sha512-GHULOxeeMvmDfdrzT5ODCfrd7kFV6i9+26MyP+kADxinLaLXtQ0rOOgeMG+uD/DeqaS40NIn6dAc00LvPrN6DA==",
"requires": {}
},
"unbox-primitive": {

View File

@@ -1,6 +1,6 @@
{
"name": "ucentral-client",
"version": "2.0.3",
"version": "2.0.4",
"dependencies": {
"@coreui/coreui": "^3.4.0",
"@coreui/icons": "^2.0.1",
@@ -22,7 +22,7 @@
"react-router-dom": "^5.2.0",
"react-widgets": "^5.1.1",
"sass": "^1.35.1",
"ucentral-libs": "^0.8.43",
"ucentral-libs": "^0.8.44",
"uuid": "^8.3.2"
},
"main": "index.js",

View File

@@ -89,7 +89,7 @@ const TheLayout = () => {
<div className="c-body">
<PageContainer t={t} routes={routes} redirectTo="/devices" />
</div>
<Footer t={t} version="2.0.3" />
<Footer t={t} version="2.0.4" />
</div>
</div>
);