From b23313686d85ea2788cab0fefa55285f4b464622 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 15:29:24 +0100 Subject: [PATCH] chore(deps-dev): bump @carbon/type from 11.22.0 to 11.25.0 (#3633) Bumps [@carbon/type](https://github.com/carbon-design-system/carbon/tree/HEAD/packages/type) from 11.22.0 to 11.25.0. - [Release notes](https://github.com/carbon-design-system/carbon/releases) - [Changelog](https://github.com/carbon-design-system/carbon/blob/main/docs/release.md) - [Commits](https://github.com/carbon-design-system/carbon/commits/v11.25.0/packages/type) --- updated-dependencies: - dependency-name: "@carbon/type" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 26 +++++++++++++------------- package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index c1138e0dcf..82eee69625 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "devDependencies": { "@carbon/icons-vue": "^10.79.1", "@carbon/styles": "^1.35.0", - "@carbon/type": "^11.19.0", + "@carbon/type": "^11.25.0", "@carbon/web-components": "^1.30.0", "@ibm/plex": "^6.3.0", "@nuxt/content": "^2.10.0", @@ -718,12 +718,12 @@ "dev": true }, "node_modules/@carbon/grid": { - "version": "11.18.0", - "resolved": "https://registry.npmjs.org/@carbon/grid/-/grid-11.18.0.tgz", - "integrity": "sha512-WntZneDoxBUtP4DkxpkxxNUYjkZSql9NBqAEyI2kW7iwl8UbfCwidtyHExoJtpIVoiRVEX0IQZfgXwL41c2SlA==", + "version": "11.21.0", + "resolved": "https://registry.npmjs.org/@carbon/grid/-/grid-11.21.0.tgz", + "integrity": "sha512-Zzhos2we+HqM0obdQgma+OvLoM9dNGq07YcLxFxrc/vEOn/D01sner6dyMMqS2y8036zIaoqVMGArSzPfoxrLA==", "dev": true, "dependencies": { - "@carbon/layout": "^11.18.0" + "@carbon/layout": "^11.20.0" } }, "node_modules/@carbon/icon-helpers": { @@ -754,9 +754,9 @@ "dev": true }, "node_modules/@carbon/layout": { - "version": "11.18.0", - "resolved": "https://registry.npmjs.org/@carbon/layout/-/layout-11.18.0.tgz", - "integrity": "sha512-Xryaw94vaOUJdAp+WgWD0SZumxqImc9CCEYMnnXpbRwEtxQ9BzfWHr/sBWg0pB1IkR+8zE2vfxaez473TZtjXQ==", + "version": "11.20.0", + "resolved": "https://registry.npmjs.org/@carbon/layout/-/layout-11.20.0.tgz", + "integrity": "sha512-G9eJE3xb/J98Id9VvTA/b4v+2i/c+IiHAhxNPc0PPpPN6C/r6U4gJsG4yPgQnbuIU42cP9L8OvCrQr0mbrCMlA==", "dev": true }, "node_modules/@carbon/motion": { @@ -820,13 +820,13 @@ } }, "node_modules/@carbon/type": { - "version": "11.22.0", - "resolved": "https://registry.npmjs.org/@carbon/type/-/type-11.22.0.tgz", - "integrity": "sha512-CGX6gC4mGv/ekOzZ442f/O+1tl0XJWZ0oib3qIpu4dw70vFe3D7JP0d1Wd+5SLKAVzHCQOyAddMn0p15ay3StQ==", + "version": "11.25.0", + "resolved": "https://registry.npmjs.org/@carbon/type/-/type-11.25.0.tgz", + "integrity": "sha512-p3i5B0uANc2GwPBnbxRVg/KFMWkPV+5I52pkFCs87Bgx6T8r4jB0Y5iPPwsVn2aI5wOnDfiULwSC4JS0LCIgxA==", "dev": true, "dependencies": { - "@carbon/grid": "^11.18.0", - "@carbon/layout": "^11.18.0" + "@carbon/grid": "^11.21.0", + "@carbon/layout": "^11.20.0" } }, "node_modules/@carbon/web-components": { diff --git a/package.json b/package.json index ba38c199d2..20a27a5b2d 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "devDependencies": { "@carbon/icons-vue": "^10.79.1", "@carbon/styles": "^1.35.0", - "@carbon/type": "^11.19.0", + "@carbon/type": "^11.25.0", "@carbon/web-components": "^1.30.0", "@ibm/plex": "^6.3.0", "@nuxt/content": "^2.10.0",