From 0b0b24efbda7637f2cd2419718c8a650161aa33b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2020 15:42:16 +0000 Subject: [PATCH] build(deps): Bump @carbon/type from 10.15.0 to 10.16.0 in /ui Bumps [@carbon/type](https://github.com/carbon-design-system/carbon) from 10.15.0 to 10.16.0. - [Release notes](https://github.com/carbon-design-system/carbon/releases) - [Commits](https://github.com/carbon-design-system/carbon/compare/v10.15.0...v10.16.0) Signed-off-by: dependabot[bot] --- ui/package-lock.json | 6 +++--- ui/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 12484d61..d0c0d5de 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -1226,9 +1226,9 @@ } }, "@carbon/type": { - "version": "10.15.0", - "resolved": "https://registry.npmjs.org/@carbon/type/-/type-10.15.0.tgz", - "integrity": "sha512-BXAGomXHjWhA8pWZMuAhLYBh3SzbaYQsm19oWYJWDxNUm2c9IIIWv7uD/uGagvmzFHqYOKorttuL8Qn3Z9jh7A==", + "version": "10.16.0", + "resolved": "https://registry.npmjs.org/@carbon/type/-/type-10.16.0.tgz", + "integrity": "sha512-Qf2TfUJTFFcrCyFT9sH9wsETAVHKPGID0e3k9KjGrBjvbgeqny1jPHM7B7Gpl29NtOVDY2+K7AvGiBIH7SP/jQ==", "requires": { "@carbon/import-once": "^10.3.0", "@carbon/layout": "^10.13.0" diff --git a/ui/package.json b/ui/package.json index a03a180c..2d3f52b6 100644 --- a/ui/package.json +++ b/ui/package.json @@ -80,7 +80,7 @@ }, "dependencies": { "@carbon/themes": "^10.18.0", - "@carbon/type": "^10.15.0", + "@carbon/type": "^10.16.0", "@ibm/plex": "^5.1.3", "carbon-components": "^10.20.0", "carbon-components-react": "^7.20.0",