Skip to content

Commit 36d1948

Browse files
authored
chore(release): v10.57.4 (#11831)
1 parent 07a402c commit 36d1948

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

examples/codesandbox/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "codesandbox",
33
"private": true,
4-
"version": "0.4.3",
4+
"version": "0.4.4",
55
"scripts": {
66
"develop": "vite"
77
},
88
"dependencies": {
9-
"@carbon/react": "^0.18.3",
9+
"@carbon/react": "^0.18.4",
1010
"react": "^17.0.2",
1111
"react-dom": "^17.0.2"
1212
},

packages/carbon-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/react",
33
"description": "React components for the Carbon Design System",
4-
"version": "0.18.3",
4+
"version": "0.18.4",
55
"private": true,
66
"license": "Apache-2.0",
77
"main": "lib/index.js",
@@ -48,7 +48,7 @@
4848
"@carbon/styles": "^0.18.2",
4949
"@carbon/telemetry": "0.1.0",
5050
"carbon-components": "^10.57.2",
51-
"carbon-components-react": "^7.57.3",
51+
"carbon-components-react": "^7.57.4",
5252
"carbon-icons": "^7.0.7"
5353
},
5454
"devDependencies": {

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "carbon-components-react",
33
"description": "The Carbon Design System is IBM’s open-source design system for products and experiences.",
4-
"version": "7.57.3",
4+
"version": "7.57.4",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",

www/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "www",
33
"private": true,
4-
"version": "0.9.3",
4+
"version": "0.9.4",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",
@@ -22,7 +22,7 @@
2222
"start": "next start"
2323
},
2424
"dependencies": {
25-
"@carbon/react": "^0.18.3",
25+
"@carbon/react": "^0.18.4",
2626
"@octokit/core": "^3.5.1",
2727
"@octokit/plugin-retry": "^3.0.9",
2828
"@octokit/plugin-throttling": "^3.5.2",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2089,7 +2089,7 @@ __metadata:
20892089
languageName: unknown
20902090
linkType: soft
20912091

2092-
"@carbon/react@^0.18.3, @carbon/react@workspace:packages/carbon-react":
2092+
"@carbon/react@^0.18.4, @carbon/react@workspace:packages/carbon-react":
20932093
version: 0.0.0-use.local
20942094
resolution: "@carbon/react@workspace:packages/carbon-react"
20952095
dependencies:
@@ -2123,7 +2123,7 @@ __metadata:
21232123
babel-preset-carbon: ^0.2.0
21242124
browserslist-config-carbon: ^10.6.1
21252125
carbon-components: ^10.57.2
2126-
carbon-components-react: ^7.57.3
2126+
carbon-components-react: ^7.57.4
21272127
carbon-icons: ^7.0.7
21282128
css-loader: ^6.5.1
21292129
fast-glob: ^3.2.7
@@ -11624,7 +11624,7 @@ __metadata:
1162411624
languageName: node
1162511625
linkType: hard
1162611626

11627-
"carbon-components-react@^7.57.3, carbon-components-react@workspace:packages/react":
11627+
"carbon-components-react@^7.57.4, carbon-components-react@workspace:packages/react":
1162811628
version: 0.0.0-use.local
1162911629
resolution: "carbon-components-react@workspace:packages/react"
1163011630
dependencies:
@@ -12757,7 +12757,7 @@ __metadata:
1275712757
version: 0.0.0-use.local
1275812758
resolution: "codesandbox@workspace:examples/codesandbox"
1275912759
dependencies:
12760-
"@carbon/react": ^0.18.3
12760+
"@carbon/react": ^0.18.4
1276112761
"@vitejs/plugin-react": ^1.0.7
1276212762
react: ^17.0.2
1276312763
react-dom: ^17.0.2
@@ -39111,7 +39111,7 @@ resolve@^2.0.0-next.3:
3911139111
version: 0.0.0-use.local
3911239112
resolution: "www@workspace:www"
3911339113
dependencies:
39114-
"@carbon/react": ^0.18.3
39114+
"@carbon/react": ^0.18.4
3911539115
"@octokit/core": ^3.5.1
3911639116
"@octokit/plugin-retry": ^3.0.9
3911739117
"@octokit/plugin-throttling": ^3.5.2

0 commit comments

Comments
 (0)