diff --git a/package.json b/package.json index 1523888507..cbed94508b 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "husky": "^8.0.3", "lerna": "^7.1.3", "pinst": "^3.0.0", - "prettier": "^3.0.0", + "prettier": "^2.8.8", "prettier-config-carbon": "^0.11.0" }, "husky": { diff --git a/packages/svelte/README.md b/packages/svelte/README.md index 7db56e77b3..4455c84b41 100644 --- a/packages/svelte/README.md +++ b/packages/svelte/README.md @@ -17,13 +17,13 @@ Please direct all questions regarding support, bug fixes and feature requests to Run the following command using [npm](https://www.npmjs.com/): ```bash -npm install -D @carbon/charts-svelte @carbon/charts @carbon/styles d3 d3-cloud d3-sankey +npm install -D @carbon/charts-svelte @carbon/styles d3 d3-cloud d3-sankey ``` If you prefer [Yarn](https://yarnpkg.com/en/), use the following command instead: ```bash -yarn add -D @carbon/charts-svelte @carbon/charts @carbon/styles d3 d3-cloud d3-sankey +yarn add -D @carbon/charts-svelte @carbon/styles d3 d3-cloud d3-sankey ``` ### SvelteKit @@ -92,7 +92,7 @@ import '@carbon/charts-svelte/styles.css' ### Theming `@carbon/styles` uses -[CSS custom properties](https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties) for dynamic, client-side theming. Care should be exercised as the styles apply to your HTML body. +[CSS custom properties](https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties) for dynamic, client-side theming. Care should be exercised as the styles apply to the HTML body. ### Dispatched events diff --git a/yarn.lock b/yarn.lock index 1961ad2765..d2489908f3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2731,7 +2731,7 @@ __metadata: husky: ^8.0.3 lerna: ^7.1.3 pinst: ^3.0.0 - prettier: ^3.0.0 + prettier: ^2.8.8 prettier-config-carbon: ^0.11.0 languageName: unknown linkType: soft @@ -17726,7 +17726,7 @@ __metadata: languageName: node linkType: hard -"prettier@npm:^2.5.1, prettier@npm:^2.8.0": +"prettier@npm:^2.5.1, prettier@npm:^2.8.0, prettier@npm:^2.8.8": version: 2.8.8 resolution: "prettier@npm:2.8.8" bin: @@ -17735,15 +17735,6 @@ __metadata: languageName: node linkType: hard -"prettier@npm:^3.0.0": - version: 3.0.0 - resolution: "prettier@npm:3.0.0" - bin: - prettier: bin/prettier.cjs - checksum: 6a832876a1552dc58330d2467874e5a0b46b9ccbfc5d3531eb69d15684743e7f83dc9fbd202db6270446deba9c82b79d24383d09924c462b457136a759425e33 - languageName: node - linkType: hard - "pretty-bytes@npm:^5.3.0": version: 5.6.0 resolution: "pretty-bytes@npm:5.6.0"