Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(prettier): downgrade for now #1621

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
6 changes: 3 additions & 3 deletions packages/svelte/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
13 changes: 2 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -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"
Expand Down
Loading