Version 2.3.14

This commit is contained in:
Charles
2021-11-04 17:29:24 -04:00
parent ae03c5c33e
commit 1fc1588303
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.3.13",
"version": "2.3.14",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "ucentral-client",
"version": "2.3.13",
"version": "2.3.14",
"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.15",
"ucentral-libs": "^1.0.16",
"uuid": "^8.3.2"
},
"devDependencies": {
@@ -14842,9 +14842,9 @@
}
},
"node_modules/ucentral-libs": {
"version": "1.0.15",
"resolved": "https://registry.npmjs.org/ucentral-libs/-/ucentral-libs-1.0.15.tgz",
"integrity": "sha512-jSTrWtICFY3b30PVgHTcqBlZjlCJhrppZYFsyvIsoI6jCk3U3drh2Aj4RvsnqYon1l3U7t6Dou+7Nr/AnmqGGA==",
"version": "1.0.16",
"resolved": "https://registry.npmjs.org/ucentral-libs/-/ucentral-libs-1.0.16.tgz",
"integrity": "sha512-Hn5BK0YDJGKEHdCibncNWykmJ+u1w798h3tH2r82ZOB1FCMHW/uQqGLr8/G0M/zj5j2GJK6pcnaq83edcZkA4Q==",
"dependencies": {
"@coreui/coreui": "^3.4.0",
"@coreui/icons": "^2.0.1",
@@ -27716,9 +27716,9 @@
}
},
"ucentral-libs": {
"version": "1.0.15",
"resolved": "https://registry.npmjs.org/ucentral-libs/-/ucentral-libs-1.0.15.tgz",
"integrity": "sha512-jSTrWtICFY3b30PVgHTcqBlZjlCJhrppZYFsyvIsoI6jCk3U3drh2Aj4RvsnqYon1l3U7t6Dou+7Nr/AnmqGGA==",
"version": "1.0.16",
"resolved": "https://registry.npmjs.org/ucentral-libs/-/ucentral-libs-1.0.16.tgz",
"integrity": "sha512-Hn5BK0YDJGKEHdCibncNWykmJ+u1w798h3tH2r82ZOB1FCMHW/uQqGLr8/G0M/zj5j2GJK6pcnaq83edcZkA4Q==",
"requires": {
"@coreui/coreui": "^3.4.0",
"@coreui/icons": "^2.0.1",

View File

@@ -1,6 +1,6 @@
{
"name": "ucentral-client",
"version": "2.3.13",
"version": "2.3.14",
"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.15",
"ucentral-libs": "^1.0.16",
"uuid": "^8.3.2"
},
"main": "index.js",