From b59c72b6c4d2c7d9daa7e609e05078ded1918b3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 05:20:41 +0000 Subject: [PATCH] build(deps): Bump @carbon/type from 10.18.0 to 10.24.0 in /ui Bumps [@carbon/type](https://github.com/carbon-design-system/carbon/tree/HEAD/packages/type) from 10.18.0 to 10.24.0. - [Release notes](https://github.com/carbon-design-system/carbon/releases) - [Commits](https://github.com/carbon-design-system/carbon/commits/v10.24.0/packages/type) Signed-off-by: dependabot[bot] --- ui/package-lock.json | 22 +++++++++++----------- ui/package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 1046058a..6e4c0bf7 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -1190,9 +1190,9 @@ } }, "@carbon/import-once": { - "version": "10.4.0", - "resolved": "https://registry.npmjs.org/@carbon/import-once/-/import-once-10.4.0.tgz", - "integrity": "sha512-emmOJLjHZhc5/1pjkKwSOuiW949U4B1SsKa3vLj9Ehix1IZX5s4TrxRsUrN6sutOn9r3rKfgoaY8sYzJm2RaYg==" + "version": "10.6.0", + "resolved": "https://registry.npmjs.org/@carbon/import-once/-/import-once-10.6.0.tgz", + "integrity": "sha512-vi0lnmZot9J5uW2p9chtyLBwe3nCTY4HrDWuglLOZVOHu7dbLQiRjD/r3uOjB4lr5qduRwk2hblBXKBhpVDBpg==" }, "@carbon/layout": { "version": "10.15.0", @@ -1211,18 +1211,18 @@ } }, "@carbon/type": { - "version": "10.18.0", - "resolved": "https://registry.npmjs.org/@carbon/type/-/type-10.18.0.tgz", - "integrity": "sha512-2IptnsOjV9Zqv1jYHf2Rvrb64R5Ub4MpuQvUGnlLqHtrsPMDozGYC2oqx7TW22FMSm0gTNIIBuloRjOThx4DdQ==", + "version": "10.24.0", + "resolved": "https://registry.npmjs.org/@carbon/type/-/type-10.24.0.tgz", + "integrity": "sha512-gws5skW4C8/ZU6Q+o2g6y40O/x+V7QK1ceqeSnUwCjocb5LJCX/t3reoK9L5IrW/byKgUp0z5cxmy9fr5vN0pA==", "requires": { - "@carbon/import-once": "^10.4.0", - "@carbon/layout": "^10.15.0" + "@carbon/import-once": "^10.6.0", + "@carbon/layout": "^10.21.0" }, "dependencies": { "@carbon/layout": { - "version": "10.15.0", - "resolved": "https://registry.npmjs.org/@carbon/layout/-/layout-10.15.0.tgz", - "integrity": "sha512-fL3H1CuqJN67fPeVcs4Q/acMCRrOpRhww3TWVQBvsXxTrt9OcW3sWt4k7JoH9HFEeriF4tkHC7PsxOA15H1GNQ==" + "version": "10.21.0", + "resolved": "https://registry.npmjs.org/@carbon/layout/-/layout-10.21.0.tgz", + "integrity": "sha512-fxmDEHKbh2jKP0oPRzwEZ/dYuW/QGy0zzLD77j5bbz/mm7WjvZEBiunxIeBXlvV5Tv2YwAVcH8npcUuHmNWnGA==" } } }, diff --git a/ui/package.json b/ui/package.json index 8cfec59d..939ff6cb 100644 --- a/ui/package.json +++ b/ui/package.json @@ -80,7 +80,7 @@ }, "dependencies": { "@carbon/themes": "^10.24.0", - "@carbon/type": "^10.18.0", + "@carbon/type": "^10.24.0", "@ibm/plex": "^5.1.3", "carbon-components": "^10.25.0", "carbon-components-react": "^7.25.0",