diff --git a/GUI/package-lock.json b/GUI/package-lock.json index 52e002dac..6fce32feb 100644 --- a/GUI/package-lock.json +++ b/GUI/package-lock.json @@ -8,7 +8,7 @@ "name": "byk-training-module-gui", "version": "0.0.0", "dependencies": { - "@buerokratt-ria/common-gui-components": "^0.0.43", + "@buerokratt-ria/common-gui-components": "^0.0.44", "@buerokratt-ria/header": "^0.1.47", "@buerokratt-ria/menu": "^0.2.10", "@buerokratt-ria/styles": "^0.0.1", @@ -1821,9 +1821,9 @@ } }, "node_modules/@buerokratt-ria/common-gui-components": { - "version": "0.0.43", - "resolved": "https://registry.npmjs.org/@buerokratt-ria/common-gui-components/-/common-gui-components-0.0.43.tgz", - "integrity": "sha512-xyJyfHo02VARBA7B09vmDxcVZP9a9DFEhm5IADSF5/TX4j8YkzbhEKA4dw1MNhICnnrNrWRo6XAdHDQe84hU2Q==", + "version": "0.0.44", + "resolved": "https://registry.npmjs.org/@buerokratt-ria/common-gui-components/-/common-gui-components-0.0.44.tgz", + "integrity": "sha512-m65eWQ/ivCl4l6g3l6sdRvA1vKTkM2Q1cTyM4wqZTeZR1T5ZJJ+KpuB+dA5xOB+4nl2DBg54pabxNrf95zu5Yg==", "peerDependencies": { "@buerokratt-ria/header": "^0.1.20", "@fontsource/roboto": "^4.5.8", diff --git a/GUI/package.json b/GUI/package.json index 68d7ba0be..bdc3aabea 100644 --- a/GUI/package.json +++ b/GUI/package.json @@ -14,7 +14,7 @@ "@buerokratt-ria/header": "^0.1.47", "@buerokratt-ria/menu": "^0.2.10", "@buerokratt-ria/styles": "^0.0.1", - "@buerokratt-ria/common-gui-components": "^0.0.43", + "@buerokratt-ria/common-gui-components": "^0.0.44", "@fontsource/roboto": "^4.5.8", "@formkit/auto-animate": "^1.0.0-beta.5", "@radix-ui/react-accessible-icon": "^1.0.1",