Version 2.5.3

This commit is contained in:
Charles
2021-11-19 15:01:07 -05:00
parent 74de687b90
commit c13cae9ab3
2 changed files with 11 additions and 11 deletions

18
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "ucentral-client",
"version": "2.5.2",
"version": "2.5.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "ucentral-client",
"version": "2.5.2",
"version": "2.5.3",
"dependencies": {
"@coreui/coreui": "^3.4.0",
"@coreui/icons": "^2.0.1",
@@ -32,7 +32,7 @@
"react-tooltip": "^4.2.21",
"react-widgets": "^5.1.1",
"sass": "^1.35.1",
"ucentral-libs": "^1.0.36",
"ucentral-libs": "^1.0.37",
"uuid": "^8.3.2"
},
"devDependencies": {
@@ -14842,9 +14842,9 @@
}
},
"node_modules/ucentral-libs": {
"version": "1.0.36",
"resolved": "https://registry.npmjs.org/ucentral-libs/-/ucentral-libs-1.0.36.tgz",
"integrity": "sha512-1ebrlaP1LEYwGxSVYtJHGBoRPQc2/RrcvQNkTQKwonC2rtglLHehQL45yb1lTERAG+JaR8N2UCdfzxpdXYW52A==",
"version": "1.0.37",
"resolved": "https://registry.npmjs.org/ucentral-libs/-/ucentral-libs-1.0.37.tgz",
"integrity": "sha512-ALQobos6DIvXEydPotUixP7AZaDlUm2qUFkvR8F0EsdeSAW1UeYEg7Gp5r6RtxUqxp6DKpPCxOQ9bcqcl5556g==",
"dependencies": {
"@coreui/coreui": "^3.4.0",
"@coreui/icons": "^2.0.1",
@@ -27716,9 +27716,9 @@
}
},
"ucentral-libs": {
"version": "1.0.36",
"resolved": "https://registry.npmjs.org/ucentral-libs/-/ucentral-libs-1.0.36.tgz",
"integrity": "sha512-1ebrlaP1LEYwGxSVYtJHGBoRPQc2/RrcvQNkTQKwonC2rtglLHehQL45yb1lTERAG+JaR8N2UCdfzxpdXYW52A==",
"version": "1.0.37",
"resolved": "https://registry.npmjs.org/ucentral-libs/-/ucentral-libs-1.0.37.tgz",
"integrity": "sha512-ALQobos6DIvXEydPotUixP7AZaDlUm2qUFkvR8F0EsdeSAW1UeYEg7Gp5r6RtxUqxp6DKpPCxOQ9bcqcl5556g==",
"requires": {
"@coreui/coreui": "^3.4.0",
"@coreui/icons": "^2.0.1",

View File

@@ -1,6 +1,6 @@
{
"name": "ucentral-client",
"version": "2.5.2",
"version": "2.5.3",
"dependencies": {
"@coreui/coreui": "^3.4.0",
"@coreui/icons": "^2.0.1",
@@ -26,7 +26,7 @@
"react-tooltip": "^4.2.21",
"react-widgets": "^5.1.1",
"sass": "^1.35.1",
"ucentral-libs": "^1.0.36",
"ucentral-libs": "^1.0.37",
"uuid": "^8.3.2"
},
"main": "index.js",