From 3ac640e8846f803b81d9d71d177a55acbf21d207 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jul 2021 19:12:15 +0000 Subject: [PATCH] build(deps): Bump @carbon/type from 10.29.0 to 10.31.0 in /ui Bumps [@carbon/type](https://github.com/carbon-design-system/carbon/tree/HEAD/packages/type) from 10.29.0 to 10.31.0. - [Release notes](https://github.com/carbon-design-system/carbon/releases) - [Commits](https://github.com/carbon-design-system/carbon/commits/v10.31.0/packages/type) --- updated-dependencies: - dependency-name: "@carbon/type" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ui/package-lock.json | 14 +++++++------- ui/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index c8753889..5acacf9a 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -1505,18 +1505,18 @@ } }, "@carbon/type": { - "version": "10.29.0", - "resolved": "https://registry.npmjs.org/@carbon/type/-/type-10.29.0.tgz", - "integrity": "sha512-yFgfdZK4FhtlnTGTl7Iswx+ea2tB+SdSyKtquwybgGbP7tGYDjBNi/TyFPG25t9a6jIibHIM6q2BJ7B3dk67UQ==", + "version": "10.31.0", + "resolved": "https://registry.npmjs.org/@carbon/type/-/type-10.31.0.tgz", + "integrity": "sha512-Z4KB4tBp1LYw1h3JvB7dR4q20d5IXLNViX7IlvzHjoaNcowbcS2s4u/Va3mk7lWipD65Tci2dFxmw638wC0X7g==", "requires": { "@carbon/import-once": "^10.6.0", - "@carbon/layout": "^10.25.0" + "@carbon/layout": "^10.27.0" }, "dependencies": { "@carbon/layout": { - "version": "10.25.0", - "resolved": "https://registry.npmjs.org/@carbon/layout/-/layout-10.25.0.tgz", - "integrity": "sha512-r7sOyOSFptT0qJ878AEzBacEfOhZTwID5m8Yc0azaf6pgOyX3FBPZhFevf+LdEY9D8wp7m7Sinn8ngG/ehP2eQ==" + "version": "10.27.0", + "resolved": "https://registry.npmjs.org/@carbon/layout/-/layout-10.27.0.tgz", + "integrity": "sha512-RL7wlUN3BE3hTGpxTloKVfnoLwGsBmLHHZkphiKBuL3xzBZx2GYptPYNRtQOGDPZxeqEfxXzH2RKQk2Mh1eVZA==" } } }, diff --git a/ui/package.json b/ui/package.json index ce862ccf..135f0598 100644 --- a/ui/package.json +++ b/ui/package.json @@ -80,7 +80,7 @@ }, "dependencies": { "@carbon/themes": "^10.36.0", - "@carbon/type": "^10.29.0", + "@carbon/type": "^10.31.0", "@ibm/plex": "^5.1.3", "carbon-components": "^10.37.0", "carbon-components-react": "^7.37.1",