diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index cee5521a..5b78f578 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,7 +1,7 @@ // For format details, see https://aka.ms/devcontainer.json. For config options, see the README at: // https://github.com/microsoft/vscode-dev-containers/tree/v0.245.2/containers/javascript-node { - "name": "ns8-kickstart", + "name": "ns8-imapsync", "image": "mcr.microsoft.com/devcontainers/javascript-node:0-18-bullseye", // Configure tool-specific properties. "customizations": { diff --git a/ui/package.json b/ui/package.json index 14f118c2..beddcdea 100644 --- a/ui/package.json +++ b/ui/package.json @@ -11,7 +11,7 @@ "dependencies": { "@carbon/icons-vue": "^10.37.0", "@carbon/vue": "^2.40.0", - "@nethserver/ns8-ui-lib": "^0.1.27", + "@nethserver/ns8-ui-lib": "^1.1.4", "await-to-js": "^3.0.0", "axios": "^0.21.2", "carbon-components": "^10.41.0", diff --git a/ui/src/views/Tasks.vue b/ui/src/views/Tasks.vue index 381934ba..9c87e0d7 100644 --- a/ui/src/views/Tasks.vue +++ b/ui/src/views/Tasks.vue @@ -16,7 +16,7 @@ > diff --git a/ui/yarn.lock b/ui/yarn.lock index ce341d81..8ac4caf2 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -1012,10 +1012,10 @@ call-me-maybe "^1.0.1" glob-to-regexp "^0.3.0" -"@nethserver/ns8-ui-lib@^0.1.27": - version "0.1.27" - resolved "https://registry.npmjs.org/@nethserver/ns8-ui-lib/-/ns8-ui-lib-0.1.27.tgz" - integrity sha512-tehnvePx10EezXe20u+UpOKjBnUmGwAIk5sXJ+vXg+b7L1knpnvOEadyyPRgpYGkGWeT/a1on5qzKRKDyBvRtw== +"@nethserver/ns8-ui-lib@^1.1.4": + version "1.1.4" + resolved "https://registry.yarnpkg.com/@nethserver/ns8-ui-lib/-/ns8-ui-lib-1.1.4.tgz#6e8a47356c43773527c2d410e907c3dbe41326e2" + integrity sha512-z5lpixFPFlhBejMIYOFG6+YS74wcoppg1bat3WM1HTVo5gmpE3GVMOOIz+A2ThO9S/4ecWs6LG/GT/syQI2k5A== dependencies: "@rollup/plugin-json" "^4.1.0" core-js "^3.15.2"