From ab3eba8531c341d5ee5d956b962d7cce04944ac3 Mon Sep 17 00:00:00 2001 From: "carbon-automation[bot]" <103539138+carbon-automation[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 15:53:23 -0500 Subject: [PATCH] chore(release): v11.71.0 (#18133) Co-authored-by: annawen1 <54281166+annawen1@users.noreply.github.com> --- examples/class-prefix/package.json | 4 +- examples/codesandbox-styles/package.json | 4 +- examples/custom-theme/package.json | 4 +- examples/id-prefix/package.json | 4 +- examples/light-dark-mode/package.json | 4 +- examples/nextjs/package.json | 4 +- examples/v10-token-compat-in-v11/package.json | 4 +- examples/vite/package.json | 4 +- packages/carbon-components-react/package.json | 6 +-- packages/carbon-components/package.json | 4 +- packages/elements/package.json | 4 +- packages/icons-react/package.json | 4 +- packages/icons-vue/package.json | 4 +- packages/icons/package.json | 2 +- packages/pictograms-react/package.json | 4 +- packages/pictograms/package.json | 2 +- packages/react/package.json | 6 +-- packages/styles/package.json | 2 +- packages/upgrade/package.json | 2 +- packages/utilities-react/package.json | 4 +- packages/utilities/package.json | 2 +- packages/web-components/package.json | 6 +-- www/package.json | 4 +- yarn.lock | 54 +++++++++---------- 24 files changed, 71 insertions(+), 71 deletions(-) diff --git a/examples/class-prefix/package.json b/examples/class-prefix/package.json index 854b6e140852..b85d44b75a27 100644 --- a/examples/class-prefix/package.json +++ b/examples/class-prefix/package.json @@ -1,7 +1,7 @@ { "name": "class-prefix", "private": true, - "version": "0.68.0-rc.0", + "version": "0.68.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.71.0-rc.0", + "@carbon/react": "^1.71.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/codesandbox-styles/package.json b/examples/codesandbox-styles/package.json index 4c1bc700b71c..9f4da19ea1a6 100644 --- a/examples/codesandbox-styles/package.json +++ b/examples/codesandbox-styles/package.json @@ -1,7 +1,7 @@ { "name": "codesandbox-styles", "private": true, - "version": "0.73.0-rc.0", + "version": "0.73.0", "type": "module", "scripts": { "dev": "vite" @@ -11,6 +11,6 @@ "vite": "^4.3.8" }, "dependencies": { - "@carbon/styles": "^1.70.0-rc.0" + "@carbon/styles": "^1.70.0" } } diff --git a/examples/custom-theme/package.json b/examples/custom-theme/package.json index 1c71f20cf650..e3f143381834 100644 --- a/examples/custom-theme/package.json +++ b/examples/custom-theme/package.json @@ -1,7 +1,7 @@ { "name": "custom-theme", "private": true, - "version": "0.69.0-rc.0", + "version": "0.69.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.71.0-rc.0", + "@carbon/react": "^1.71.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/id-prefix/package.json b/examples/id-prefix/package.json index 58f5bf5f74af..46667de27c69 100644 --- a/examples/id-prefix/package.json +++ b/examples/id-prefix/package.json @@ -1,7 +1,7 @@ { "name": "id-prefix", "private": true, - "version": "0.68.0-rc.0", + "version": "0.68.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.71.0-rc.0", + "@carbon/react": "^1.71.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/light-dark-mode/package.json b/examples/light-dark-mode/package.json index 11adec8f679d..30d250e34518 100644 --- a/examples/light-dark-mode/package.json +++ b/examples/light-dark-mode/package.json @@ -1,7 +1,7 @@ { "name": "examples-light-dark", "private": true, - "version": "0.69.0-rc.0", + "version": "0.69.0", "scripts": { "build": "next build", "dev": "next dev", @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.71.0-rc.0", + "@carbon/react": "^1.71.0", "next": "14.1.1", "react": "18.2.0", "react-dom": "18.2.0" diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index ef7648c5aad6..86ba9f3f515b 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -1,7 +1,7 @@ { "name": "examples-nextjs", "private": true, - "version": "0.71.0-rc.0", + "version": "0.71.0", "scripts": { "build": "next build", "dev": "next dev", @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.71.0-rc.0", + "@carbon/react": "^1.71.0", "next": "14.1.1", "react": "18.2.0", "react-dom": "18.2.0" diff --git a/examples/v10-token-compat-in-v11/package.json b/examples/v10-token-compat-in-v11/package.json index 7b38315a1abd..dbb01ebe7c4a 100644 --- a/examples/v10-token-compat-in-v11/package.json +++ b/examples/v10-token-compat-in-v11/package.json @@ -1,7 +1,7 @@ { "name": "v10-token-compat-in-v11", "private": true, - "version": "0.69.0-rc.0", + "version": "0.69.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.71.0-rc.0", + "@carbon/react": "^1.71.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/vite/package.json b/examples/vite/package.json index 078c67a50970..78a31ad67f53 100644 --- a/examples/vite/package.json +++ b/examples/vite/package.json @@ -1,7 +1,7 @@ { "name": "vite", "private": true, - "version": "0.69.0-rc.0", + "version": "0.69.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.71.0-rc.0", + "@carbon/react": "^1.71.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/packages/carbon-components-react/package.json b/packages/carbon-components-react/package.json index 40f13847ac50..f4cc6e6a61cd 100644 --- a/packages/carbon-components-react/package.json +++ b/packages/carbon-components-react/package.json @@ -2,7 +2,7 @@ "name": "carbon-components-react", "private": true, "description": "The Carbon Design System is IBM’s open-source design system for products and experiences. This package reached end of support on September 30, 2024 and will not receive any more updates.", - "version": "8.71.0-rc.0", + "version": "8.71.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -43,8 +43,8 @@ "sass": "^1.33.0" }, "dependencies": { - "@carbon/react": "^1.71.0-rc.0", - "@carbon/styles": "^1.70.0-rc.0", + "@carbon/react": "^1.71.0", + "@carbon/styles": "^1.70.0", "@ibm/telemetry-js": "^1.5.0", "chalk": "1.1.3" }, diff --git a/packages/carbon-components/package.json b/packages/carbon-components/package.json index c98c307ea6e4..caa061003cb5 100644 --- a/packages/carbon-components/package.json +++ b/packages/carbon-components/package.json @@ -2,7 +2,7 @@ "name": "carbon-components", "private": true, "description": "The Carbon Design System is IBM’s open-source design system for products and experiences. This package reached end of support on September 30, 2024 and will not receive any more updates.", - "version": "11.70.0-rc.0", + "version": "11.70.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -44,7 +44,7 @@ "sass": "^1.33.0" }, "dependencies": { - "@carbon/styles": "^1.70.0-rc.0", + "@carbon/styles": "^1.70.0", "@ibm/telemetry-js": "^1.5.0", "chalk": "1.1.3" }, diff --git a/packages/elements/package.json b/packages/elements/package.json index bb88c4bd16d2..addc904c6d63 100644 --- a/packages/elements/package.json +++ b/packages/elements/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/elements", "description": "A collection of design elements in code for the IBM Design Language", - "version": "11.56.0", + "version": "11.57.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -40,7 +40,7 @@ "dependencies": { "@carbon/colors": "^11.28.0", "@carbon/grid": "^11.29.0", - "@carbon/icons": "^11.52.0", + "@carbon/icons": "^11.53.0", "@carbon/layout": "^11.28.0", "@carbon/motion": "^11.24.0", "@carbon/themes": "^11.43.0", diff --git a/packages/icons-react/package.json b/packages/icons-react/package.json index 5aaac0b70300..b1b9659a9ae9 100644 --- a/packages/icons-react/package.json +++ b/packages/icons-react/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/icons-react", "description": "React components for icons in digital and software products using the Carbon Design System", - "version": "11.52.0", + "version": "11.53.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -44,7 +44,7 @@ }, "devDependencies": { "@carbon/icon-build-helpers": "^1.32.0", - "@carbon/icons": "^11.52.0", + "@carbon/icons": "^11.53.0", "rimraf": "^6.0.0" }, "sideEffects": false diff --git a/packages/icons-vue/package.json b/packages/icons-vue/package.json index de383cf1e7d4..791f2da339b7 100644 --- a/packages/icons-vue/package.json +++ b/packages/icons-vue/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/icons-vue", "description": "Vue components for icons in digital and software products using the Carbon Design System", - "version": "10.101.0", + "version": "10.102.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -35,7 +35,7 @@ }, "devDependencies": { "@carbon/cli-reporter": "^10.7.0", - "@carbon/icons": "^11.52.0", + "@carbon/icons": "^11.53.0", "fs-extra": "^11.0.0", "prettier": "^3.3.3", "rimraf": "^6.0.0", diff --git a/packages/icons/package.json b/packages/icons/package.json index 60dfc2f99a86..393430dfc1ca 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/icons", "description": "Icons for digital and software products using the Carbon Design System", - "version": "11.52.0", + "version": "11.53.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", diff --git a/packages/pictograms-react/package.json b/packages/pictograms-react/package.json index 183707ffad98..a2ca52df4666 100644 --- a/packages/pictograms-react/package.json +++ b/packages/pictograms-react/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/pictograms-react", "description": "React components for pictograms in digital and software products using the Carbon Design System", - "version": "11.68.0", + "version": "11.69.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -45,7 +45,7 @@ }, "devDependencies": { "@carbon/icon-build-helpers": "^1.32.0", - "@carbon/pictograms": "^12.42.0", + "@carbon/pictograms": "^12.43.0", "rimraf": "^6.0.0" }, "sideEffects": false diff --git a/packages/pictograms/package.json b/packages/pictograms/package.json index eb986e0b3048..586214085d8b 100644 --- a/packages/pictograms/package.json +++ b/packages/pictograms/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/pictograms", "description": "Pictograms for digital and software products using the Carbon Design System", - "version": "12.42.0", + "version": "12.43.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", diff --git a/packages/react/package.json b/packages/react/package.json index 116a85fdbb5e..96c9d9281911 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/react", "description": "React components for the Carbon Design System", - "version": "1.71.0-rc.0", + "version": "1.71.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -50,9 +50,9 @@ "dependencies": { "@babel/runtime": "^7.24.7", "@carbon/feature-flags": "^0.24.0", - "@carbon/icons-react": "^11.52.0", + "@carbon/icons-react": "^11.53.0", "@carbon/layout": "^11.28.0", - "@carbon/styles": "^1.70.0-rc.0", + "@carbon/styles": "^1.70.0", "@floating-ui/react": "^0.26.0", "@ibm/telemetry-js": "^1.5.0", "classnames": "2.5.1", diff --git a/packages/styles/package.json b/packages/styles/package.json index a63bd1120453..91a9609407ef 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/styles", "description": "Styles for the Carbon Design System", - "version": "1.70.0-rc.0", + "version": "1.70.0", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/packages/upgrade/package.json b/packages/upgrade/package.json index 5b80e047559a..a47a74e67df7 100644 --- a/packages/upgrade/package.json +++ b/packages/upgrade/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/upgrade", "description": "A tool for upgrading Carbon versions", - "version": "11.20.0", + "version": "11.21.0", "license": "Apache-2.0", "bin": { "carbon-upgrade": "./bin/carbon-upgrade.js" diff --git a/packages/utilities-react/package.json b/packages/utilities-react/package.json index 69e018ee788f..68de7db8f8a7 100644 --- a/packages/utilities-react/package.json +++ b/packages/utilities-react/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/utilities-react", "description": "Utilities and helpers to drive consistency across software products using the Carbon Design System with React", - "version": "0.2.0", + "version": "0.3.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -47,7 +47,7 @@ "typescript-config-carbon": "^0.3.0" }, "dependencies": { - "@carbon/utilities": "^0.2.0", + "@carbon/utilities": "^0.3.0", "@ibm/telemetry-js": "^1.6.1" } } diff --git a/packages/utilities/package.json b/packages/utilities/package.json index 9f961d7cc542..585f56205dbf 100644 --- a/packages/utilities/package.json +++ b/packages/utilities/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/utilities", "description": "Utilities and helpers to drive consistency across software products using the Carbon Design System", - "version": "0.2.0", + "version": "0.3.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", diff --git a/packages/web-components/package.json b/packages/web-components/package.json index 6062ed8449a9..86fae245a271 100644 --- a/packages/web-components/package.json +++ b/packages/web-components/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/web-components", "description": "Web components for the Carbon Design System", - "version": "2.18.0-rc.0", + "version": "2.18.0", "license": "Apache-2.0", "main": "es/index.js", "module": "es/index.js", @@ -67,7 +67,7 @@ "wca": "web-component-analyzer analyze src --outFile custom-elements.json" }, "dependencies": { - "@carbon/styles": "^1.70.0-rc.0", + "@carbon/styles": "^1.70.0", "@floating-ui/dom": "^1.6.3", "@ibm/telemetry-js": "^1.5.0", "flatpickr": "4.6.13", @@ -77,7 +77,7 @@ }, "devDependencies": { "@carbon/icon-helpers": "10.47.0", - "@carbon/icons": "^11.52.0", + "@carbon/icons": "^11.53.0", "@carbon/layout": "^11.28.0", "@carbon/motion": "^11.24.0", "@juggle/resize-observer": "^3.4.0", diff --git a/www/package.json b/www/package.json index 39792d7fa147..d6c30cf8cc09 100644 --- a/www/package.json +++ b/www/package.json @@ -1,7 +1,7 @@ { "name": "www", "private": true, - "version": "0.80.0-rc.0", + "version": "0.80.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -22,7 +22,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.71.0-rc.0", + "@carbon/react": "^1.71.0", "@octokit/core": "^4.0.0", "@octokit/plugin-retry": "^3.0.9", "@octokit/plugin-throttling": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index cc53ad70e7e0..f2eeba906473 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1781,7 +1781,7 @@ __metadata: "@carbon/cli": "npm:^11.23.0" "@carbon/colors": "npm:^11.28.0" "@carbon/grid": "npm:^11.29.0" - "@carbon/icons": "npm:^11.52.0" + "@carbon/icons": "npm:^11.53.0" "@carbon/layout": "npm:^11.28.0" "@carbon/motion": "npm:^11.24.0" "@carbon/themes": "npm:^11.43.0" @@ -1883,13 +1883,13 @@ __metadata: languageName: unknown linkType: soft -"@carbon/icons-react@npm:^11.52.0, @carbon/icons-react@workspace:packages/icons-react": +"@carbon/icons-react@npm:^11.53.0, @carbon/icons-react@workspace:packages/icons-react": version: 0.0.0-use.local resolution: "@carbon/icons-react@workspace:packages/icons-react" dependencies: "@carbon/icon-build-helpers": "npm:^1.32.0" "@carbon/icon-helpers": "npm:^10.54.0" - "@carbon/icons": "npm:^11.52.0" + "@carbon/icons": "npm:^11.53.0" "@ibm/telemetry-js": "npm:^1.5.0" prop-types: "npm:^15.7.2" rimraf: "npm:^6.0.0" @@ -1904,7 +1904,7 @@ __metadata: dependencies: "@carbon/cli-reporter": "npm:^10.7.0" "@carbon/icon-helpers": "npm:^10.54.0" - "@carbon/icons": "npm:^11.52.0" + "@carbon/icons": "npm:^11.53.0" "@ibm/telemetry-js": "npm:^1.5.0" fs-extra: "npm:^11.0.0" prettier: "npm:^3.3.3" @@ -1914,7 +1914,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/icons@npm:^11.52.0, @carbon/icons@workspace:packages/icons": +"@carbon/icons@npm:^11.53.0, @carbon/icons@workspace:packages/icons": version: 0.0.0-use.local resolution: "@carbon/icons@workspace:packages/icons" dependencies: @@ -1955,7 +1955,7 @@ __metadata: dependencies: "@carbon/icon-build-helpers": "npm:^1.32.0" "@carbon/icon-helpers": "npm:^10.54.0" - "@carbon/pictograms": "npm:^12.42.0" + "@carbon/pictograms": "npm:^12.43.0" "@ibm/telemetry-js": "npm:^1.5.0" prop-types: "npm:^15.7.2" rimraf: "npm:^6.0.0" @@ -1964,7 +1964,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/pictograms@npm:^12.42.0, @carbon/pictograms@workspace:packages/pictograms": +"@carbon/pictograms@npm:^12.43.0, @carbon/pictograms@workspace:packages/pictograms": version: 0.0.0-use.local resolution: "@carbon/pictograms@workspace:packages/pictograms" dependencies: @@ -1974,7 +1974,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/react@npm:^1.71.0-rc.0, @carbon/react@workspace:packages/react": +"@carbon/react@npm:^1.71.0, @carbon/react@workspace:packages/react": version: 0.0.0-use.local resolution: "@carbon/react@workspace:packages/react" dependencies: @@ -1988,9 +1988,9 @@ __metadata: "@babel/preset-typescript": "npm:^7.24.7" "@babel/runtime": "npm:^7.24.7" "@carbon/feature-flags": "npm:^0.24.0" - "@carbon/icons-react": "npm:^11.52.0" + "@carbon/icons-react": "npm:^11.53.0" "@carbon/layout": "npm:^11.28.0" - "@carbon/styles": "npm:^1.70.0-rc.0" + "@carbon/styles": "npm:^1.70.0" "@carbon/test-utils": "npm:^10.34.0" "@carbon/themes": "npm:^11.43.0" "@figma/code-connect": "npm:^1.2.1" @@ -2076,7 +2076,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/styles@npm:^1.70.0-rc.0, @carbon/styles@workspace:packages/styles": +"@carbon/styles@npm:^1.70.0, @carbon/styles@workspace:packages/styles": version: 0.0.0-use.local resolution: "@carbon/styles@workspace:packages/styles" dependencies: @@ -2198,7 +2198,7 @@ __metadata: version: 0.0.0-use.local resolution: "@carbon/utilities-react@workspace:packages/utilities-react" dependencies: - "@carbon/utilities": "npm:^0.2.0" + "@carbon/utilities": "npm:^0.3.0" "@ibm/telemetry-js": "npm:^1.6.1" esbuild: "npm:^0.24.0" rimraf: "npm:^6.0.0" @@ -2209,7 +2209,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/utilities@npm:^0.2.0, @carbon/utilities@workspace:packages/utilities": +"@carbon/utilities@npm:^0.3.0, @carbon/utilities@workspace:packages/utilities": version: 0.0.0-use.local resolution: "@carbon/utilities@workspace:packages/utilities" dependencies: @@ -2226,10 +2226,10 @@ __metadata: resolution: "@carbon/web-components@workspace:packages/web-components" dependencies: "@carbon/icon-helpers": "npm:10.47.0" - "@carbon/icons": "npm:^11.52.0" + "@carbon/icons": "npm:^11.53.0" "@carbon/layout": "npm:^11.28.0" "@carbon/motion": "npm:^11.24.0" - "@carbon/styles": "npm:^1.70.0-rc.0" + "@carbon/styles": "npm:^1.70.0" "@floating-ui/dom": "npm:^1.6.3" "@ibm/telemetry-js": "npm:^1.5.0" "@juggle/resize-observer": "npm:^3.4.0" @@ -9550,8 +9550,8 @@ __metadata: "@babel/plugin-transform-react-constant-elements": "npm:^7.24.7" "@babel/preset-env": "npm:^7.24.7" "@babel/preset-react": "npm:^7.24.7" - "@carbon/react": "npm:^1.71.0-rc.0" - "@carbon/styles": "npm:^1.70.0-rc.0" + "@carbon/react": "npm:^1.71.0" + "@carbon/styles": "npm:^1.70.0" "@carbon/test-utils": "npm:^10.34.0" "@ibm/telemetry-js": "npm:^1.5.0" "@rollup/plugin-babel": "npm:^6.0.0" @@ -9578,7 +9578,7 @@ __metadata: version: 0.0.0-use.local resolution: "carbon-components@workspace:packages/carbon-components" dependencies: - "@carbon/styles": "npm:^1.70.0-rc.0" + "@carbon/styles": "npm:^1.70.0" "@carbon/test-utils": "npm:^10.34.0" "@ibm/telemetry-js": "npm:^1.5.0" chalk: "npm:1.1.3" @@ -9951,7 +9951,7 @@ __metadata: version: 0.0.0-use.local resolution: "class-prefix@workspace:examples/class-prefix" dependencies: - "@carbon/react": "npm:^1.71.0-rc.0" + "@carbon/react": "npm:^1.71.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -10244,7 +10244,7 @@ __metadata: version: 0.0.0-use.local resolution: "codesandbox-styles@workspace:examples/codesandbox-styles" dependencies: - "@carbon/styles": "npm:^1.70.0-rc.0" + "@carbon/styles": "npm:^1.70.0" sass: "npm:^1.77.7" vite: "npm:^4.3.8" languageName: unknown @@ -11310,7 +11310,7 @@ __metadata: version: 0.0.0-use.local resolution: "custom-theme@workspace:examples/custom-theme" dependencies: - "@carbon/react": "npm:^1.71.0-rc.0" + "@carbon/react": "npm:^1.71.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -13478,7 +13478,7 @@ __metadata: version: 0.0.0-use.local resolution: "examples-light-dark@workspace:examples/light-dark-mode" dependencies: - "@carbon/react": "npm:^1.71.0-rc.0" + "@carbon/react": "npm:^1.71.0" eslint: "npm:8.40.0" next: "npm:14.1.1" react: "npm:18.2.0" @@ -13491,7 +13491,7 @@ __metadata: version: 0.0.0-use.local resolution: "examples-nextjs@workspace:examples/nextjs" dependencies: - "@carbon/react": "npm:^1.71.0-rc.0" + "@carbon/react": "npm:^1.71.0" eslint: "npm:8.40.0" eslint-config-next: "npm:13.4.7" next: "npm:14.1.1" @@ -15762,7 +15762,7 @@ __metadata: version: 0.0.0-use.local resolution: "id-prefix@workspace:examples/id-prefix" dependencies: - "@carbon/react": "npm:^1.71.0-rc.0" + "@carbon/react": "npm:^1.71.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -27543,7 +27543,7 @@ __metadata: version: 0.0.0-use.local resolution: "v10-token-compat-in-v11@workspace:examples/v10-token-compat-in-v11" dependencies: - "@carbon/react": "npm:^1.71.0-rc.0" + "@carbon/react": "npm:^1.71.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -27878,7 +27878,7 @@ __metadata: version: 0.0.0-use.local resolution: "vite@workspace:examples/vite" dependencies: - "@carbon/react": "npm:^1.71.0-rc.0" + "@carbon/react": "npm:^1.71.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -28506,7 +28506,7 @@ __metadata: version: 0.0.0-use.local resolution: "www@workspace:www" dependencies: - "@carbon/react": "npm:^1.71.0-rc.0" + "@carbon/react": "npm:^1.71.0" "@octokit/core": "npm:^4.0.0" "@octokit/plugin-retry": "npm:^3.0.9" "@octokit/plugin-throttling": "npm:^4.0.0"