diff --git a/.yarn/cache/@carbon-icon-helpers-npm-10.40.0-0ba80ef31e-d45ef09d57.zip b/.yarn/cache/@carbon-icon-helpers-npm-10.40.0-0ba80ef31e-d45ef09d57.zip new file mode 100644 index 000000000000..832e385f332b Binary files /dev/null and b/.yarn/cache/@carbon-icon-helpers-npm-10.40.0-0ba80ef31e-d45ef09d57.zip differ diff --git a/config/eslint-config-carbon/package.json b/config/eslint-config-carbon/package.json index 3887b341e675..e49602610874 100644 --- a/config/eslint-config-carbon/package.json +++ b/config/eslint-config-carbon/package.json @@ -1,7 +1,7 @@ { "name": "eslint-config-carbon", "description": "ESLint configuration for Carbon", - "version": "3.4.0", + "version": "3.5.0-rc.0", "license": "Apache-2.0", "main": "index.js", "repository": { diff --git a/config/jest-config-carbon/package.json b/config/jest-config-carbon/package.json index 20c93f88a0bb..0ad0744cf247 100644 --- a/config/jest-config-carbon/package.json +++ b/config/jest-config-carbon/package.json @@ -2,7 +2,7 @@ "name": "jest-config-carbon", "private": true, "description": "Jest configuration and preset for Carbon", - "version": "1.10.0", + "version": "1.11.0-rc.0", "license": "Apache-2.0", "main": "index.js", "repository": { diff --git a/config/prettier-config-carbon/package.json b/config/prettier-config-carbon/package.json index ae7353270888..4baa471a2159 100644 --- a/config/prettier-config-carbon/package.json +++ b/config/prettier-config-carbon/package.json @@ -1,7 +1,7 @@ { "name": "prettier-config-carbon", "description": "Prettier config for the Carbon Design System", - "version": "0.10.0", + "version": "0.11.0-rc.0", "license": "Apache-2.0", "main": "index.js", "repository": { diff --git a/config/stylelint-config-carbon/package.json b/config/stylelint-config-carbon/package.json index fab42cf22e58..b3d9423bf51e 100644 --- a/config/stylelint-config-carbon/package.json +++ b/config/stylelint-config-carbon/package.json @@ -1,7 +1,7 @@ { "name": "stylelint-config-carbon", "description": "Stylelint configuration for Carbon", - "version": "1.13.0", + "version": "1.14.0-rc.0", "license": "Apache-2.0", "main": "index.js", "repository": { diff --git a/examples/class-prefix/package.json b/examples/class-prefix/package.json index 1e25eae36aec..88d7f44ac6ec 100644 --- a/examples/class-prefix/package.json +++ b/examples/class-prefix/package.json @@ -1,7 +1,7 @@ { "name": "class-prefix", "private": true, - "version": "0.27.0", + "version": "0.28.0-rc.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.30.0", + "@carbon/react": "^1.31.0-rc.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 027f403f8fce..0a82324bfa89 100644 --- a/examples/codesandbox-styles/package.json +++ b/examples/codesandbox-styles/package.json @@ -1,7 +1,7 @@ { "name": "codesandbox-styles", "private": true, - "version": "0.33.0", + "version": "0.34.0-rc.0", "type": "module", "scripts": { "dev": "vite" @@ -11,6 +11,6 @@ "vite": "^4.3.8" }, "dependencies": { - "@carbon/styles": "^1.30.0" + "@carbon/styles": "^1.31.0-rc.0" } } diff --git a/examples/codesandbox-with-sass-compilation/package.json b/examples/codesandbox-with-sass-compilation/package.json index c6c773d68bd2..13d4bfbf0325 100644 --- a/examples/codesandbox-with-sass-compilation/package.json +++ b/examples/codesandbox-with-sass-compilation/package.json @@ -1,9 +1,9 @@ { "name": "codesandbox-with-sass-compilation", - "version": "0.31.0", + "version": "0.32.0-rc.0", "private": true, "dependencies": { - "@carbon/react": "^1.30.0", + "@carbon/react": "^1.31.0-rc.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/codesandbox/package.json b/examples/codesandbox/package.json index 28c59d1df2c7..25ad42bcd011 100644 --- a/examples/codesandbox/package.json +++ b/examples/codesandbox/package.json @@ -1,9 +1,9 @@ { "name": "codesandbox", - "version": "0.31.0", + "version": "0.32.0-rc.0", "private": true, "dependencies": { - "@carbon/react": "^1.30.0", + "@carbon/react": "^1.31.0-rc.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/custom-theme/package.json b/examples/custom-theme/package.json index 99e192e6a19d..c61ad3cf07c6 100644 --- a/examples/custom-theme/package.json +++ b/examples/custom-theme/package.json @@ -1,7 +1,7 @@ { "name": "custom-theme", "private": true, - "version": "0.28.0", + "version": "0.29.0-rc.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.30.0", + "@carbon/react": "^1.31.0-rc.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 9d0b60761b52..59e58ae3b6d2 100644 --- a/examples/id-prefix/package.json +++ b/examples/id-prefix/package.json @@ -1,7 +1,7 @@ { "name": "id-prefix", "private": true, - "version": "0.27.0", + "version": "0.28.0-rc.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.30.0", + "@carbon/react": "^1.31.0-rc.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/incremental-migration/package.json b/examples/incremental-migration/package.json index ba343f9a2eb3..582e2951b6ca 100644 --- a/examples/incremental-migration/package.json +++ b/examples/incremental-migration/package.json @@ -1,7 +1,7 @@ { "name": "incremental-migration", "private": true, - "version": "0.30.0", + "version": "0.31.0-rc.0", "scripts": { "build": "next build", "dev": "next dev", @@ -13,7 +13,7 @@ }, "dependencies": { "@carbon/icons-react": "^10.49.0", - "@carbon/react": "^1.30.0", + "@carbon/react": "^1.31.0-rc.0", "carbon-components": "^10.57.0", "carbon-components-react": "^7.57.0", "carbon-icons": "^7.0.7", diff --git a/examples/light-dark-mode/package.json b/examples/light-dark-mode/package.json index d28ba453d924..75abec44b101 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.28.0", + "version": "0.29.0-rc.0", "scripts": { "build": "next build", "dev": "next dev", @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.30.0", + "@carbon/react": "^1.31.0-rc.0", "next": "12.1.4", "react": "18.2.0", "react-dom": "18.2.0" diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index eb05813ff807..d98fe3a4b572 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -1,7 +1,7 @@ { "name": "examples-nextjs", "private": true, - "version": "0.30.0", + "version": "0.31.0-rc.0", "scripts": { "build": "next build", "dev": "next dev", @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.30.0", + "@carbon/react": "^1.31.0-rc.0", "next": "12.1.4", "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 6f6062dc49f6..3751bd538399 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.28.0", + "version": "0.29.0-rc.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.30.0", + "@carbon/react": "^1.31.0-rc.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/vite/package.json b/examples/vite/package.json index c3aea5a5fe8f..ea3f19c3c492 100644 --- a/examples/vite/package.json +++ b/examples/vite/package.json @@ -1,7 +1,7 @@ { "name": "vite", "private": true, - "version": "0.28.0", + "version": "0.29.0-rc.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.30.0", + "@carbon/react": "^1.31.0-rc.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 adc2d321558b..86669a4cd82c 100644 --- a/packages/carbon-components-react/package.json +++ b/packages/carbon-components-react/package.json @@ -1,7 +1,7 @@ { "name": "carbon-components-react", "description": "The Carbon Design System is IBM’s open-source design system for products and experiences.", - "version": "8.30.0", + "version": "8.31.0-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -40,8 +40,8 @@ "sass": "^1.33.0" }, "dependencies": { - "@carbon/react": "^1.30.0", - "@carbon/styles": "^1.30.0", + "@carbon/react": "^1.31.0-rc.0", + "@carbon/styles": "^1.31.0-rc.0", "@carbon/telemetry": "0.1.0", "chalk": "1.1.3" }, @@ -53,7 +53,7 @@ "@babel/plugin-transform-react-constant-elements": "^7.17.12", "@babel/preset-env": "^7.18.2", "@babel/preset-react": "^7.17.12", - "@carbon/test-utils": "^10.29.0", + "@carbon/test-utils": "^10.30.0-rc.0", "@rollup/plugin-babel": "^6.0.0", "@rollup/plugin-commonjs": "^25.0.0", "@rollup/plugin-node-resolve": "^15.0.0", diff --git a/packages/carbon-components/package.json b/packages/carbon-components/package.json index 4a1407e0f73a..8262d55b2301 100644 --- a/packages/carbon-components/package.json +++ b/packages/carbon-components/package.json @@ -1,7 +1,7 @@ { "name": "carbon-components", "description": "The Carbon Design System is IBM’s open-source design system for products and experiences.", - "version": "11.30.0", + "version": "11.31.0-rc.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -41,12 +41,12 @@ "sass": "^1.33.0" }, "dependencies": { - "@carbon/styles": "^1.30.0", + "@carbon/styles": "^1.31.0-rc.0", "@carbon/telemetry": "0.1.0", "chalk": "1.1.3" }, "devDependencies": { - "@carbon/test-utils": "^10.29.0", + "@carbon/test-utils": "^10.30.0-rc.0", "fs-extra": "^10.0.0", "rimraf": "^5.0.0", "sass": "^1.51.0" diff --git a/packages/cli/package.json b/packages/cli/package.json index a881c1c25133..7b2a84c0eb8e 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/cli", "description": "Task automation for working with the Carbon Design System", - "version": "11.10.0", + "version": "11.11.0-rc.0", "license": "Apache-2.0", "bin": { "carbon-cli": "./bin/carbon-cli.js" @@ -43,7 +43,7 @@ "lodash.template": "^4.5.0", "markdown-toc": "^1.2.0", "prettier": "^2.8.8", - "prettier-config-carbon": "^0.10.0", + "prettier-config-carbon": "^0.11.0-rc.0", "progress-estimator": "^0.3.0", "remark": "^10.0.1", "replace-in-file": "^6.1.0", diff --git a/packages/colors/package.json b/packages/colors/package.json index b34c7aebc02f..7e7adc231416 100644 --- a/packages/colors/package.json +++ b/packages/colors/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/colors", "description": "Colors for digital and software products using the Carbon Design System", - "version": "11.15.0", + "version": "11.16.0-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -36,10 +36,10 @@ "clean": "rimraf css es lib umd scss index.scss" }, "devDependencies": { - "@carbon/cli": "^11.10.0", + "@carbon/cli": "^11.11.0-rc.0", "@carbon/cli-reporter": "^10.6.0", - "@carbon/scss-generator": "^10.17.0", - "@carbon/test-utils": "^10.29.0", + "@carbon/scss-generator": "^10.18.0-rc.0", + "@carbon/test-utils": "^10.30.0-rc.0", "change-case": "^4.1.1", "fs-extra": "^10.0.0", "rimraf": "^5.0.0" diff --git a/packages/elements/package.json b/packages/elements/package.json index 153613cea9c4..97797ace196c 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.23.0", + "version": "11.24.0-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -35,16 +35,16 @@ "clean": "rimraf es lib umd" }, "dependencies": { - "@carbon/colors": "^11.15.0", - "@carbon/grid": "^11.14.0", - "@carbon/icons": "^11.20.0", - "@carbon/layout": "^11.14.0", - "@carbon/motion": "^11.11.0", - "@carbon/themes": "^11.19.0", - "@carbon/type": "^11.18.0" + "@carbon/colors": "^11.16.0-rc.0", + "@carbon/grid": "^11.15.0-rc.0", + "@carbon/icons": "^11.21.0-rc.0", + "@carbon/layout": "^11.15.0-rc.0", + "@carbon/motion": "^11.12.0-rc.0", + "@carbon/themes": "^11.20.0-rc.0", + "@carbon/type": "^11.19.0-rc.0" }, "devDependencies": { - "@carbon/cli": "^11.10.0", + "@carbon/cli": "^11.11.0-rc.0", "fs-extra": "^10.0.0", "klaw-sync": "^6.0.0", "replace-in-file": "^3.4.2", diff --git a/packages/feature-flags/package.json b/packages/feature-flags/package.json index 90b0f8fb62b4..76fa4a446a25 100644 --- a/packages/feature-flags/package.json +++ b/packages/feature-flags/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/feature-flags", "description": "Build with feature flags in Carbon", - "version": "0.14.0", + "version": "0.15.0-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -38,7 +38,7 @@ "@babel/preset-env": "^7.18.2", "@babel/template": "^7.16.7", "@babel/types": "^7.18.4", - "@carbon/scss-generator": "^10.17.0", + "@carbon/scss-generator": "^10.18.0-rc.0", "@rollup/plugin-babel": "^6.0.0", "@rollup/plugin-node-resolve": "^15.0.0", "change-case": "^4.1.2", diff --git a/packages/grid/package.json b/packages/grid/package.json index f3170efea8fb..4a7012185cdf 100644 --- a/packages/grid/package.json +++ b/packages/grid/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/grid", "description": "Grid for digital and software products using the Carbon Design System", - "version": "11.14.0", + "version": "11.15.0-rc.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -32,10 +32,10 @@ "clean": "rimraf scss/_inlined scss/vendor" }, "dependencies": { - "@carbon/layout": "^11.14.0" + "@carbon/layout": "^11.15.0-rc.0" }, "devDependencies": { - "@carbon/cli": "^11.10.0", + "@carbon/cli": "^11.11.0-rc.0", "rimraf": "^5.0.0" }, "eyeglass": { diff --git a/packages/icon-build-helpers/package.json b/packages/icon-build-helpers/package.json index 8a6e6a93fb8c..05c07d1b1527 100644 --- a/packages/icon-build-helpers/package.json +++ b/packages/icon-build-helpers/package.json @@ -2,7 +2,7 @@ "name": "@carbon/icon-build-helpers", "private": true, "description": "Build helpers for the Carbon Design System icon library", - "version": "1.14.0", + "version": "1.15.0-rc.0", "license": "Apache-2.0", "main": "src/index.js", "repository": { @@ -29,7 +29,7 @@ "@babel/template": "^7.16.7", "@babel/types": "^7.18.4", "@carbon/cli-reporter": "^10.6.0", - "@carbon/icon-helpers": "^10.40.0", + "@carbon/icon-helpers": "^10.41.0-rc.0", "@rollup/plugin-babel": "^6.0.0", "@rollup/plugin-replace": "^5.0.0", "browserslist-config-carbon": "^11.2.0", diff --git a/packages/icon-helpers/package.json b/packages/icon-helpers/package.json index 56d354095336..86228a7d4282 100644 --- a/packages/icon-helpers/package.json +++ b/packages/icon-helpers/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/icon-helpers", "description": "Helpers used alongside icons for digital and software products using the Carbon Design System", - "version": "10.40.0", + "version": "10.41.0-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -33,7 +33,7 @@ "clean": "rimraf es lib umd" }, "devDependencies": { - "@carbon/cli": "^11.10.0", + "@carbon/cli": "^11.11.0-rc.0", "rimraf": "^5.0.0" }, "sideEffects": false diff --git a/packages/icons-react/package.json b/packages/icons-react/package.json index 88e36e3f6c6b..671a46140ced 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.20.0", + "version": "11.21.0-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -36,13 +36,13 @@ "react": ">=16" }, "dependencies": { - "@carbon/icon-helpers": "^10.40.0", + "@carbon/icon-helpers": "^10.41.0-rc.0", "@carbon/telemetry": "0.1.0", "prop-types": "^15.7.2" }, "devDependencies": { - "@carbon/icon-build-helpers": "^1.14.0", - "@carbon/icons": "^11.20.0", + "@carbon/icon-build-helpers": "^1.15.0-rc.0", + "@carbon/icons": "^11.21.0-rc.0", "rimraf": "^5.0.0" }, "sideEffects": false diff --git a/packages/icons-vue/package.json b/packages/icons-vue/package.json index 7002a509327c..10e88078576a 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.69.0", + "version": "10.70.0-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -28,11 +28,11 @@ "clean": "rimraf es lib" }, "dependencies": { - "@carbon/icon-helpers": "^10.40.0" + "@carbon/icon-helpers": "^10.41.0-rc.0" }, "devDependencies": { "@carbon/cli-reporter": "^10.6.0", - "@carbon/icons": "^11.20.0", + "@carbon/icons": "^11.21.0-rc.0", "fs-extra": "^10.0.0", "prettier": "^2.8.8", "rimraf": "^5.0.0", diff --git a/packages/icons/package.json b/packages/icons/package.json index cfb9de9d72aa..f80205132430 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.20.0", + "version": "11.21.0-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -38,8 +38,8 @@ "prepublishOnly": "yarn build" }, "devDependencies": { - "@carbon/cli": "^11.10.0", - "@carbon/icon-build-helpers": "^1.14.0", + "@carbon/cli": "^11.11.0-rc.0", + "@carbon/icon-build-helpers": "^1.15.0-rc.0", "rimraf": "^5.0.0" } } diff --git a/packages/layout/package.json b/packages/layout/package.json index bf657884e62a..17775d1b9d61 100644 --- a/packages/layout/package.json +++ b/packages/layout/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/layout", "description": "Layout helpers for digital and software products using the Carbon Design System", - "version": "11.14.0", + "version": "11.15.0-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -28,10 +28,10 @@ "clean": "rimraf es lib umd scss/generated" }, "devDependencies": { - "@carbon/cli": "^11.10.0", + "@carbon/cli": "^11.11.0-rc.0", "@carbon/cli-reporter": "^10.6.0", - "@carbon/scss-generator": "^10.17.0", - "@carbon/test-utils": "^10.29.0", + "@carbon/scss-generator": "^10.18.0-rc.0", + "@carbon/test-utils": "^10.30.0-rc.0", "core-js": "^3.16.0", "rimraf": "^5.0.0" } diff --git a/packages/motion/package.json b/packages/motion/package.json index e0d611f5e218..db557e921de7 100644 --- a/packages/motion/package.json +++ b/packages/motion/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/motion", "description": "Motion helpers for digital and software products using the Carbon Design System", - "version": "11.11.0", + "version": "11.12.0-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -28,7 +28,7 @@ "clean": "rimraf es lib umd" }, "devDependencies": { - "@carbon/cli": "^11.10.0", + "@carbon/cli": "^11.11.0-rc.0", "rimraf": "^5.0.0" } } diff --git a/packages/pictograms-react/package.json b/packages/pictograms-react/package.json index c11ae99a6b1b..168afee2c0b3 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.43.0", + "version": "11.44.0-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -37,13 +37,13 @@ "react": ">=16" }, "dependencies": { - "@carbon/icon-helpers": "^10.40.0", + "@carbon/icon-helpers": "^10.41.0-rc.0", "@carbon/telemetry": "0.1.0", "prop-types": "^15.7.2" }, "devDependencies": { - "@carbon/icon-build-helpers": "^1.14.0", - "@carbon/pictograms": "^12.17.0" + "@carbon/icon-build-helpers": "^1.15.0-rc.0", + "@carbon/pictograms": "^12.18.0-rc.0" }, "sideEffects": false } diff --git a/packages/pictograms/package.json b/packages/pictograms/package.json index 70bfde10db06..a031c030cb32 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.17.0", + "version": "12.18.0-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -31,7 +31,7 @@ "prepublishOnly": "yarn build" }, "devDependencies": { - "@carbon/icon-build-helpers": "^1.14.0", + "@carbon/icon-build-helpers": "^1.15.0-rc.0", "rimraf": "^5.0.0" } } diff --git a/packages/react/package.json b/packages/react/package.json index 4dfd05294877..e7863aa754d9 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.30.0", + "version": "1.31.0-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -43,10 +43,10 @@ }, "dependencies": { "@babel/runtime": "^7.18.3", - "@carbon/feature-flags": "^0.14.0", - "@carbon/icons-react": "^11.20.0", - "@carbon/layout": "^11.14.0", - "@carbon/styles": "^1.30.0", + "@carbon/feature-flags": "^0.15.0-rc.0", + "@carbon/icons-react": "^11.21.0-rc.0", + "@carbon/layout": "^11.15.0-rc.0", + "@carbon/styles": "^1.31.0-rc.0", "@carbon/telemetry": "0.1.0", "classnames": "2.3.2", "copy-to-clipboard": "^3.3.1", @@ -72,8 +72,8 @@ "@babel/plugin-transform-react-constant-elements": "^7.17.12", "@babel/preset-env": "^7.18.2", "@babel/preset-react": "^7.17.12", - "@carbon/test-utils": "^10.29.0", - "@carbon/themes": "^11.19.0", + "@carbon/test-utils": "^10.30.0-rc.0", + "@carbon/themes": "^11.20.0-rc.0", "@rollup/plugin-babel": "^6.0.0", "@rollup/plugin-commonjs": "^25.0.0", "@rollup/plugin-node-resolve": "^15.0.0", diff --git a/packages/scss-generator/package.json b/packages/scss-generator/package.json index 1a733f594474..4a940e58f0b0 100644 --- a/packages/scss-generator/package.json +++ b/packages/scss-generator/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/scss-generator", "private": true, - "version": "10.17.0", + "version": "10.18.0-rc.0", "license": "Apache-2.0", "main": "src/index.js", "repository": { diff --git a/packages/sketch/package.json b/packages/sketch/package.json index d1974f4cad5f..56f1ca307ccf 100644 --- a/packages/sketch/package.json +++ b/packages/sketch/package.json @@ -2,7 +2,7 @@ "name": "@carbon/sketch", "private": true, "description": "Tooling for generating a sketch plugin to bring code to design", - "version": "11.23.0", + "version": "11.24.0-rc.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -28,11 +28,11 @@ "skpm:link": "skpm-link" }, "dependencies": { - "@carbon/colors": "^11.15.0", - "@carbon/icon-helpers": "^10.40.0", - "@carbon/icons": "^11.20.0", - "@carbon/themes": "^11.19.0", - "@carbon/type": "^11.18.0", + "@carbon/colors": "^11.16.0-rc.0", + "@carbon/icon-helpers": "^10.41.0-rc.0", + "@carbon/icons": "^11.21.0-rc.0", + "@carbon/themes": "^11.20.0-rc.0", + "@carbon/type": "^11.19.0-rc.0", "@skpm/builder": "^0.8.0", "color-string": "^1.5.3", "core-js": "^3.16.0", diff --git a/packages/styles/package.json b/packages/styles/package.json index aaf59ba58c7c..6b462dffe29b 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.30.0", + "version": "1.31.0-rc.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -32,17 +32,17 @@ "sass": "^1.33.0" }, "dependencies": { - "@carbon/colors": "^11.15.0", - "@carbon/feature-flags": "^0.14.0", - "@carbon/grid": "^11.14.0", - "@carbon/layout": "^11.14.0", - "@carbon/motion": "^11.11.0", - "@carbon/themes": "^11.19.0", - "@carbon/type": "^11.18.0", + "@carbon/colors": "^11.16.0-rc.0", + "@carbon/feature-flags": "^0.15.0-rc.0", + "@carbon/grid": "^11.15.0-rc.0", + "@carbon/layout": "^11.15.0-rc.0", + "@carbon/motion": "^11.12.0-rc.0", + "@carbon/themes": "^11.20.0-rc.0", + "@carbon/type": "^11.19.0-rc.0", "@ibm/plex": "6.0.0-next.6" }, "devDependencies": { - "@carbon/test-utils": "^10.29.0", + "@carbon/test-utils": "^10.30.0-rc.0", "autoprefixer": "^10.4.7", "browserslist-config-carbon": "^11.2.0", "css": "^3.0.0", diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index f28a9623c8d7..cff02cb3c8e6 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/test-utils", "private": true, - "version": "10.29.0", + "version": "10.30.0-rc.0", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/packages/themes/package.json b/packages/themes/package.json index 61b81b8215b4..70ed373c3583 100644 --- a/packages/themes/package.json +++ b/packages/themes/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/themes", "description": "Themes for applying color in the Carbon Design System", - "version": "11.19.0", + "version": "11.20.0-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -29,18 +29,18 @@ "build": "yarn clean && carbon-cli bundle src/index.js --name CarbonThemes && babel-node --presets '@babel/preset-env' tasks/build.js && carbon-cli check \"scss/*.scss\"" }, "dependencies": { - "@carbon/colors": "^11.15.0", - "@carbon/layout": "^11.14.0", - "@carbon/type": "^11.18.0", + "@carbon/colors": "^11.16.0-rc.0", + "@carbon/layout": "^11.15.0-rc.0", + "@carbon/type": "^11.19.0-rc.0", "color": "^4.0.0" }, "devDependencies": { "@babel/node": "^7.17.10", "@babel/preset-env": "^7.18.2", - "@carbon/cli": "^11.10.0", + "@carbon/cli": "^11.11.0-rc.0", "@carbon/cli-reporter": "^10.6.0", - "@carbon/scss-generator": "^10.17.0", - "@carbon/test-utils": "^10.29.0", + "@carbon/scss-generator": "^10.18.0-rc.0", + "@carbon/test-utils": "^10.30.0-rc.0", "change-case": "^4.1.1", "core-js": "^3.16.0", "fs-extra": "^10.0.0", diff --git a/packages/type/package.json b/packages/type/package.json index 3d028a5051c4..9ae06cdc32ec 100644 --- a/packages/type/package.json +++ b/packages/type/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/type", "description": "Typography for digital and software products using the Carbon Design System", - "version": "11.18.0", + "version": "11.19.0-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -37,12 +37,12 @@ "clean": "rimraf css es lib umd" }, "dependencies": { - "@carbon/grid": "^11.14.0", - "@carbon/layout": "^11.14.0" + "@carbon/grid": "^11.15.0-rc.0", + "@carbon/layout": "^11.15.0-rc.0" }, "devDependencies": { - "@carbon/cli": "^11.10.0", - "@carbon/test-utils": "^10.29.0", + "@carbon/cli": "^11.11.0-rc.0", + "@carbon/test-utils": "^10.30.0-rc.0", "change-case": "^4.1.1", "css": "^3.0.0", "rimraf": "^5.0.0" diff --git a/www/package.json b/www/package.json index bad851406262..1e535502c1f2 100644 --- a/www/package.json +++ b/www/package.json @@ -1,7 +1,7 @@ { "name": "www", "private": true, - "version": "0.39.0", + "version": "0.40.0-rc.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -22,7 +22,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.30.0", + "@carbon/react": "^1.31.0-rc.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 31b2f628b5b6..eb409163447d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1772,7 +1772,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/cli@^11.10.0, @carbon/cli@workspace:packages/cli": +"@carbon/cli@^11.11.0-rc.0, @carbon/cli@workspace:packages/cli": version: 0.0.0-use.local resolution: "@carbon/cli@workspace:packages/cli" dependencies: @@ -1796,7 +1796,7 @@ __metadata: lodash.template: ^4.5.0 markdown-toc: ^1.2.0 prettier: ^2.8.8 - prettier-config-carbon: ^0.10.0 + prettier-config-carbon: ^0.11.0-rc.0 progress-estimator: ^0.3.0 remark: ^10.0.1 replace-in-file: ^6.1.0 @@ -1809,14 +1809,14 @@ __metadata: languageName: unknown linkType: soft -"@carbon/colors@^11.15.0, @carbon/colors@workspace:packages/colors": +"@carbon/colors@^11.16.0-rc.0, @carbon/colors@workspace:packages/colors": version: 0.0.0-use.local resolution: "@carbon/colors@workspace:packages/colors" dependencies: - "@carbon/cli": ^11.10.0 + "@carbon/cli": ^11.11.0-rc.0 "@carbon/cli-reporter": ^10.6.0 - "@carbon/scss-generator": ^10.17.0 - "@carbon/test-utils": ^10.29.0 + "@carbon/scss-generator": ^10.18.0-rc.0 + "@carbon/test-utils": ^10.30.0-rc.0 change-case: ^4.1.1 fs-extra: ^10.0.0 rimraf: ^5.0.0 @@ -1833,14 +1833,14 @@ __metadata: version: 0.0.0-use.local resolution: "@carbon/elements@workspace:packages/elements" dependencies: - "@carbon/cli": ^11.10.0 - "@carbon/colors": ^11.15.0 - "@carbon/grid": ^11.14.0 - "@carbon/icons": ^11.20.0 - "@carbon/layout": ^11.14.0 - "@carbon/motion": ^11.11.0 - "@carbon/themes": ^11.19.0 - "@carbon/type": ^11.18.0 + "@carbon/cli": ^11.11.0-rc.0 + "@carbon/colors": ^11.16.0-rc.0 + "@carbon/grid": ^11.15.0-rc.0 + "@carbon/icons": ^11.21.0-rc.0 + "@carbon/layout": ^11.15.0-rc.0 + "@carbon/motion": ^11.12.0-rc.0 + "@carbon/themes": ^11.20.0-rc.0 + "@carbon/type": ^11.19.0-rc.0 fs-extra: ^10.0.0 klaw-sync: ^6.0.0 replace-in-file: ^3.4.2 @@ -1848,7 +1848,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/feature-flags@^0.14.0, @carbon/feature-flags@workspace:packages/feature-flags": +"@carbon/feature-flags@^0.15.0-rc.0, @carbon/feature-flags@workspace:packages/feature-flags": version: 0.0.0-use.local resolution: "@carbon/feature-flags@workspace:packages/feature-flags" dependencies: @@ -1857,7 +1857,7 @@ __metadata: "@babel/preset-env": ^7.18.2 "@babel/template": ^7.16.7 "@babel/types": ^7.18.4 - "@carbon/scss-generator": ^10.17.0 + "@carbon/scss-generator": ^10.18.0-rc.0 "@rollup/plugin-babel": ^6.0.0 "@rollup/plugin-node-resolve": ^15.0.0 change-case: ^4.1.2 @@ -1876,17 +1876,17 @@ __metadata: languageName: node linkType: hard -"@carbon/grid@^11.14.0, @carbon/grid@workspace:packages/grid": +"@carbon/grid@^11.15.0-rc.0, @carbon/grid@workspace:packages/grid": version: 0.0.0-use.local resolution: "@carbon/grid@workspace:packages/grid" dependencies: - "@carbon/cli": ^11.10.0 - "@carbon/layout": ^11.14.0 + "@carbon/cli": ^11.11.0-rc.0 + "@carbon/layout": ^11.15.0-rc.0 rimraf: ^5.0.0 languageName: unknown linkType: soft -"@carbon/icon-build-helpers@^1.14.0, @carbon/icon-build-helpers@workspace:packages/icon-build-helpers": +"@carbon/icon-build-helpers@^1.15.0-rc.0, @carbon/icon-build-helpers@workspace:packages/icon-build-helpers": version: 0.0.0-use.local resolution: "@carbon/icon-build-helpers@workspace:packages/icon-build-helpers" dependencies: @@ -1897,7 +1897,7 @@ __metadata: "@babel/template": ^7.16.7 "@babel/types": ^7.18.4 "@carbon/cli-reporter": ^10.6.0 - "@carbon/icon-helpers": ^10.40.0 + "@carbon/icon-helpers": ^10.41.0-rc.0 "@rollup/plugin-babel": ^6.0.0 "@rollup/plugin-replace": ^5.0.0 browserslist-config-carbon: ^11.2.0 @@ -1921,22 +1921,29 @@ __metadata: languageName: unknown linkType: soft -"@carbon/icon-helpers@^10.28.0, @carbon/icon-helpers@^10.40.0, @carbon/icon-helpers@workspace:packages/icon-helpers": +"@carbon/icon-helpers@^10.41.0-rc.0, @carbon/icon-helpers@workspace:packages/icon-helpers": version: 0.0.0-use.local resolution: "@carbon/icon-helpers@workspace:packages/icon-helpers" dependencies: - "@carbon/cli": ^11.10.0 + "@carbon/cli": ^11.11.0-rc.0 rimraf: ^5.0.0 languageName: unknown linkType: soft -"@carbon/icons-react@^11.20.0, @carbon/icons-react@workspace:packages/icons-react": +"@carbon/icon-helpers@npm:^10.28.0": + version: 10.40.0 + resolution: "@carbon/icon-helpers@npm:10.40.0" + checksum: d45ef09d571cad2618eb5e4530b5360a9cc4ee688acfd13bda69ab4c982f7d5d146340bdcb7d40c8ce9f505c215cc0128e1018f8fca36ac9a1f823484749d281 + languageName: node + linkType: hard + +"@carbon/icons-react@^11.21.0-rc.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": ^1.14.0 - "@carbon/icon-helpers": ^10.40.0 - "@carbon/icons": ^11.20.0 + "@carbon/icon-build-helpers": ^1.15.0-rc.0 + "@carbon/icon-helpers": ^10.41.0-rc.0 + "@carbon/icons": ^11.21.0-rc.0 "@carbon/telemetry": 0.1.0 prop-types: ^15.7.2 rimraf: ^5.0.0 @@ -1963,8 +1970,8 @@ __metadata: resolution: "@carbon/icons-vue@workspace:packages/icons-vue" dependencies: "@carbon/cli-reporter": ^10.6.0 - "@carbon/icon-helpers": ^10.40.0 - "@carbon/icons": ^11.20.0 + "@carbon/icon-helpers": ^10.41.0-rc.0 + "@carbon/icons": ^11.21.0-rc.0 fs-extra: ^10.0.0 prettier: ^2.8.8 rimraf: ^5.0.0 @@ -1973,24 +1980,24 @@ __metadata: languageName: unknown linkType: soft -"@carbon/icons@^11.20.0, @carbon/icons@workspace:packages/icons": +"@carbon/icons@^11.21.0-rc.0, @carbon/icons@workspace:packages/icons": version: 0.0.0-use.local resolution: "@carbon/icons@workspace:packages/icons" dependencies: - "@carbon/cli": ^11.10.0 - "@carbon/icon-build-helpers": ^1.14.0 + "@carbon/cli": ^11.11.0-rc.0 + "@carbon/icon-build-helpers": ^1.15.0-rc.0 rimraf: ^5.0.0 languageName: unknown linkType: soft -"@carbon/layout@^11.14.0, @carbon/layout@workspace:packages/layout": +"@carbon/layout@^11.15.0-rc.0, @carbon/layout@workspace:packages/layout": version: 0.0.0-use.local resolution: "@carbon/layout@workspace:packages/layout" dependencies: - "@carbon/cli": ^11.10.0 + "@carbon/cli": ^11.11.0-rc.0 "@carbon/cli-reporter": ^10.6.0 - "@carbon/scss-generator": ^10.17.0 - "@carbon/test-utils": ^10.29.0 + "@carbon/scss-generator": ^10.18.0-rc.0 + "@carbon/test-utils": ^10.30.0-rc.0 core-js: ^3.16.0 rimraf: ^5.0.0 languageName: unknown @@ -2003,11 +2010,11 @@ __metadata: languageName: node linkType: hard -"@carbon/motion@^11.11.0, @carbon/motion@workspace:packages/motion": +"@carbon/motion@^11.12.0-rc.0, @carbon/motion@workspace:packages/motion": version: 0.0.0-use.local resolution: "@carbon/motion@workspace:packages/motion" dependencies: - "@carbon/cli": ^11.10.0 + "@carbon/cli": ^11.11.0-rc.0 rimraf: ^5.0.0 languageName: unknown linkType: soft @@ -2016,9 +2023,9 @@ __metadata: version: 0.0.0-use.local resolution: "@carbon/pictograms-react@workspace:packages/pictograms-react" dependencies: - "@carbon/icon-build-helpers": ^1.14.0 - "@carbon/icon-helpers": ^10.40.0 - "@carbon/pictograms": ^12.17.0 + "@carbon/icon-build-helpers": ^1.15.0-rc.0 + "@carbon/icon-helpers": ^10.41.0-rc.0 + "@carbon/pictograms": ^12.18.0-rc.0 "@carbon/telemetry": 0.1.0 prop-types: ^15.7.2 peerDependencies: @@ -2026,16 +2033,16 @@ __metadata: languageName: unknown linkType: soft -"@carbon/pictograms@^12.17.0, @carbon/pictograms@workspace:packages/pictograms": +"@carbon/pictograms@^12.18.0-rc.0, @carbon/pictograms@workspace:packages/pictograms": version: 0.0.0-use.local resolution: "@carbon/pictograms@workspace:packages/pictograms" dependencies: - "@carbon/icon-build-helpers": ^1.14.0 + "@carbon/icon-build-helpers": ^1.15.0-rc.0 rimraf: ^5.0.0 languageName: unknown linkType: soft -"@carbon/react@^1.30.0, @carbon/react@workspace:packages/react": +"@carbon/react@^1.31.0-rc.0, @carbon/react@workspace:packages/react": version: 0.0.0-use.local resolution: "@carbon/react@workspace:packages/react" dependencies: @@ -2047,13 +2054,13 @@ __metadata: "@babel/preset-env": ^7.18.2 "@babel/preset-react": ^7.17.12 "@babel/runtime": ^7.18.3 - "@carbon/feature-flags": ^0.14.0 - "@carbon/icons-react": ^11.20.0 - "@carbon/layout": ^11.14.0 - "@carbon/styles": ^1.30.0 + "@carbon/feature-flags": ^0.15.0-rc.0 + "@carbon/icons-react": ^11.21.0-rc.0 + "@carbon/layout": ^11.15.0-rc.0 + "@carbon/styles": ^1.31.0-rc.0 "@carbon/telemetry": 0.1.0 - "@carbon/test-utils": ^10.29.0 - "@carbon/themes": ^11.19.0 + "@carbon/test-utils": ^10.30.0-rc.0 + "@carbon/themes": ^11.20.0-rc.0 "@rollup/plugin-babel": ^6.0.0 "@rollup/plugin-commonjs": ^25.0.0 "@rollup/plugin-node-resolve": ^15.0.0 @@ -2122,7 +2129,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/scss-generator@^10.17.0, @carbon/scss-generator@workspace:packages/scss-generator": +"@carbon/scss-generator@^10.18.0-rc.0, @carbon/scss-generator@workspace:packages/scss-generator": version: 0.0.0-use.local resolution: "@carbon/scss-generator@workspace:packages/scss-generator" dependencies: @@ -2134,11 +2141,11 @@ __metadata: version: 0.0.0-use.local resolution: "@carbon/sketch@workspace:packages/sketch" dependencies: - "@carbon/colors": ^11.15.0 - "@carbon/icon-helpers": ^10.40.0 - "@carbon/icons": ^11.20.0 - "@carbon/themes": ^11.19.0 - "@carbon/type": ^11.18.0 + "@carbon/colors": ^11.16.0-rc.0 + "@carbon/icon-helpers": ^10.41.0-rc.0 + "@carbon/icons": ^11.21.0-rc.0 + "@carbon/themes": ^11.20.0-rc.0 + "@carbon/type": ^11.19.0-rc.0 "@skpm/builder": ^0.8.0 color-string: ^1.5.3 core-js: ^3.16.0 @@ -2149,18 +2156,18 @@ __metadata: languageName: unknown linkType: soft -"@carbon/styles@^1.30.0, @carbon/styles@workspace:packages/styles": +"@carbon/styles@^1.31.0-rc.0, @carbon/styles@workspace:packages/styles": version: 0.0.0-use.local resolution: "@carbon/styles@workspace:packages/styles" dependencies: - "@carbon/colors": ^11.15.0 - "@carbon/feature-flags": ^0.14.0 - "@carbon/grid": ^11.14.0 - "@carbon/layout": ^11.14.0 - "@carbon/motion": ^11.11.0 - "@carbon/test-utils": ^10.29.0 - "@carbon/themes": ^11.19.0 - "@carbon/type": ^11.18.0 + "@carbon/colors": ^11.16.0-rc.0 + "@carbon/feature-flags": ^0.15.0-rc.0 + "@carbon/grid": ^11.15.0-rc.0 + "@carbon/layout": ^11.15.0-rc.0 + "@carbon/motion": ^11.12.0-rc.0 + "@carbon/test-utils": ^10.30.0-rc.0 + "@carbon/themes": ^11.20.0-rc.0 + "@carbon/type": ^11.19.0-rc.0 "@ibm/plex": 6.0.0-next.6 autoprefixer: ^10.4.7 browserslist-config-carbon: ^11.2.0 @@ -2185,7 +2192,7 @@ __metadata: languageName: node linkType: hard -"@carbon/test-utils@^10.29.0, @carbon/test-utils@workspace:packages/test-utils": +"@carbon/test-utils@^10.30.0-rc.0, @carbon/test-utils@workspace:packages/test-utils": version: 0.0.0-use.local resolution: "@carbon/test-utils@workspace:packages/test-utils" dependencies: @@ -2200,19 +2207,19 @@ __metadata: languageName: unknown linkType: soft -"@carbon/themes@^11.19.0, @carbon/themes@workspace:packages/themes": +"@carbon/themes@^11.20.0-rc.0, @carbon/themes@workspace:packages/themes": version: 0.0.0-use.local resolution: "@carbon/themes@workspace:packages/themes" dependencies: "@babel/node": ^7.17.10 "@babel/preset-env": ^7.18.2 - "@carbon/cli": ^11.10.0 + "@carbon/cli": ^11.11.0-rc.0 "@carbon/cli-reporter": ^10.6.0 - "@carbon/colors": ^11.15.0 - "@carbon/layout": ^11.14.0 - "@carbon/scss-generator": ^10.17.0 - "@carbon/test-utils": ^10.29.0 - "@carbon/type": ^11.18.0 + "@carbon/colors": ^11.16.0-rc.0 + "@carbon/layout": ^11.15.0-rc.0 + "@carbon/scss-generator": ^10.18.0-rc.0 + "@carbon/test-utils": ^10.30.0-rc.0 + "@carbon/type": ^11.19.0-rc.0 change-case: ^4.1.1 color: ^4.0.0 core-js: ^3.16.0 @@ -2222,14 +2229,14 @@ __metadata: languageName: unknown linkType: soft -"@carbon/type@^11.18.0, @carbon/type@workspace:packages/type": +"@carbon/type@^11.19.0-rc.0, @carbon/type@workspace:packages/type": version: 0.0.0-use.local resolution: "@carbon/type@workspace:packages/type" dependencies: - "@carbon/cli": ^11.10.0 - "@carbon/grid": ^11.14.0 - "@carbon/layout": ^11.14.0 - "@carbon/test-utils": ^10.29.0 + "@carbon/cli": ^11.11.0-rc.0 + "@carbon/grid": ^11.15.0-rc.0 + "@carbon/layout": ^11.15.0-rc.0 + "@carbon/test-utils": ^10.30.0-rc.0 change-case: ^4.1.1 css: ^3.0.0 rimraf: ^5.0.0 @@ -11320,10 +11327,10 @@ __metadata: "@babel/plugin-transform-react-constant-elements": ^7.17.12 "@babel/preset-env": ^7.18.2 "@babel/preset-react": ^7.17.12 - "@carbon/react": ^1.30.0 - "@carbon/styles": ^1.30.0 + "@carbon/react": ^1.31.0-rc.0 + "@carbon/styles": ^1.31.0-rc.0 "@carbon/telemetry": 0.1.0 - "@carbon/test-utils": ^10.29.0 + "@carbon/test-utils": ^10.30.0-rc.0 "@rollup/plugin-babel": ^6.0.0 "@rollup/plugin-commonjs": ^25.0.0 "@rollup/plugin-node-resolve": ^15.0.0 @@ -11360,9 +11367,9 @@ __metadata: version: 0.0.0-use.local resolution: "carbon-components@workspace:packages/carbon-components" dependencies: - "@carbon/styles": ^1.30.0 + "@carbon/styles": ^1.31.0-rc.0 "@carbon/telemetry": 0.1.0 - "@carbon/test-utils": ^10.29.0 + "@carbon/test-utils": ^10.30.0-rc.0 chalk: 1.1.3 fs-extra: ^10.0.0 rimraf: ^5.0.0 @@ -11742,7 +11749,7 @@ __metadata: version: 0.0.0-use.local resolution: "class-prefix@workspace:examples/class-prefix" dependencies: - "@carbon/react": ^1.30.0 + "@carbon/react": ^1.31.0-rc.0 "@vitejs/plugin-react": 4.0.0 react: ^18.2.0 react-dom: ^18.2.0 @@ -12094,7 +12101,7 @@ __metadata: version: 0.0.0-use.local resolution: "codesandbox-styles@workspace:examples/codesandbox-styles" dependencies: - "@carbon/styles": ^1.30.0 + "@carbon/styles": ^1.31.0-rc.0 sass: ^1.51.0 vite: ^4.3.8 languageName: unknown @@ -12104,7 +12111,7 @@ __metadata: version: 0.0.0-use.local resolution: "codesandbox-with-sass-compilation@workspace:examples/codesandbox-with-sass-compilation" dependencies: - "@carbon/react": ^1.30.0 + "@carbon/react": ^1.31.0-rc.0 react: ^18.2.0 react-dom: ^18.2.0 react-scripts: 5.0.0 @@ -12116,7 +12123,7 @@ __metadata: version: 0.0.0-use.local resolution: "codesandbox@workspace:examples/codesandbox" dependencies: - "@carbon/react": ^1.30.0 + "@carbon/react": ^1.31.0-rc.0 react: ^18.2.0 react-dom: ^18.2.0 react-scripts: 5.0.0 @@ -13542,7 +13549,7 @@ __metadata: version: 0.0.0-use.local resolution: "custom-theme@workspace:examples/custom-theme" dependencies: - "@carbon/react": ^1.30.0 + "@carbon/react": ^1.31.0-rc.0 "@vitejs/plugin-react": 4.0.0 react: ^18.2.0 react-dom: ^18.2.0 @@ -15844,7 +15851,7 @@ __metadata: version: 0.0.0-use.local resolution: "examples-light-dark@workspace:examples/light-dark-mode" dependencies: - "@carbon/react": ^1.30.0 + "@carbon/react": ^1.31.0-rc.0 eslint: 8.40.0 next: 12.1.4 react: 18.2.0 @@ -15857,7 +15864,7 @@ __metadata: version: 0.0.0-use.local resolution: "examples-nextjs@workspace:examples/nextjs" dependencies: - "@carbon/react": ^1.30.0 + "@carbon/react": ^1.31.0-rc.0 eslint: 8.40.0 eslint-config-next: 12.1.4 next: 12.1.4 @@ -18442,7 +18449,7 @@ fsevents@^1.2.7: version: 0.0.0-use.local resolution: "id-prefix@workspace:examples/id-prefix" dependencies: - "@carbon/react": ^1.30.0 + "@carbon/react": ^1.31.0-rc.0 "@vitejs/plugin-react": 4.0.0 react: ^18.2.0 react-dom: ^18.2.0 @@ -18600,7 +18607,7 @@ fsevents@^1.2.7: resolution: "incremental-migration@workspace:examples/incremental-migration" dependencies: "@carbon/icons-react": ^10.49.0 - "@carbon/react": ^1.30.0 + "@carbon/react": ^1.31.0-rc.0 carbon-components: ^10.57.0 carbon-components-react: ^7.57.0 carbon-icons: ^7.0.7 @@ -26680,7 +26687,7 @@ fsevents@^1.2.7: languageName: node linkType: hard -"prettier-config-carbon@^0.10.0, prettier-config-carbon@workspace:config/prettier-config-carbon": +"prettier-config-carbon@^0.11.0-rc.0, prettier-config-carbon@workspace:config/prettier-config-carbon": version: 0.0.0-use.local resolution: "prettier-config-carbon@workspace:config/prettier-config-carbon" peerDependencies: @@ -32787,7 +32794,7 @@ fsevents@^1.2.7: version: 0.0.0-use.local resolution: "v10-token-compat-in-v11@workspace:examples/v10-token-compat-in-v11" dependencies: - "@carbon/react": ^1.30.0 + "@carbon/react": ^1.31.0-rc.0 "@vitejs/plugin-react": 4.0.0 react: ^18.2.0 react-dom: ^18.2.0 @@ -33099,7 +33106,7 @@ fsevents@^1.2.7: version: 0.0.0-use.local resolution: "vite@workspace:examples/vite" dependencies: - "@carbon/react": ^1.30.0 + "@carbon/react": ^1.31.0-rc.0 "@vitejs/plugin-react": 4.0.0 react: ^18.2.0 react-dom: ^18.2.0 @@ -34169,7 +34176,7 @@ fsevents@^1.2.7: version: 0.0.0-use.local resolution: "www@workspace:www" dependencies: - "@carbon/react": ^1.30.0 + "@carbon/react": ^1.31.0-rc.0 "@octokit/core": ^4.0.0 "@octokit/plugin-retry": ^3.0.9 "@octokit/plugin-throttling": ^4.0.0