From f13393deea3b364eb7aeeb2114d09d0aaa8585f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Jun 2021 19:05:32 +0000 Subject: [PATCH] build(deps): Bump @carbon/type from 10.29.0 to 10.30.0 in /ui Bumps [@carbon/type](https://github.com/carbon-design-system/carbon/tree/HEAD/packages/type) from 10.29.0 to 10.30.0. - [Release notes](https://github.com/carbon-design-system/carbon/releases) - [Commits](https://github.com/carbon-design-system/carbon/commits/v10.30.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..03256eea 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.30.0", + "resolved": "https://registry.npmjs.org/@carbon/type/-/type-10.30.0.tgz", + "integrity": "sha512-dPD0CcsQt51Wi6qCPWmv5fxpEPkwog3X8pLKh/syHtY8OsrdNiTNpKryagN5GoZGKDjojLdLkVfyWlmoquiGHQ==", "requires": { "@carbon/import-once": "^10.6.0", - "@carbon/layout": "^10.25.0" + "@carbon/layout": "^10.26.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.26.0", + "resolved": "https://registry.npmjs.org/@carbon/layout/-/layout-10.26.0.tgz", + "integrity": "sha512-rfQTjuIYZ3TF7HO/gHs249mEsC5WOI2kFXT0ua9KLAZ3Nw2IhCwTwfk0uNYz8SBhQiqulWkvppRpuUgrk25DgA==" } } }, diff --git a/ui/package.json b/ui/package.json index ce862ccf..6df5f9d9 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.30.0", "@ibm/plex": "^5.1.3", "carbon-components": "^10.37.0", "carbon-components-react": "^7.37.1",