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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-02-02 15:29:24 +01:00 committed by GitHub
parent 8474156aa9
commit b23313686d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 14 additions and 14 deletions

26
package-lock.json generated
View File

@ -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": {

View File

@ -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",