Skip to content

Commit

Permalink
build(deps): update dependency prettier to v3.5.1 (#11543)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 22, 2025
1 parent 3b5b958 commit ca209b8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
9 changes: 4 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"lint-staged": "15.4.3",
"markdownlint-cli": "0.44.0",
"postcss": "8.5.2",
"prettier": "3.4.2",
"prettier": "3.5.1",
"puppeteer": "23.4.1",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -468,9 +468,10 @@ exports[`generated tokens > CSS > global should match 1`] = `
--calcite-font-weight-regular: 400;
--calcite-font-weight-normal: 400; /* For backwards compatibility only. This token will be removed from the published tokens in the next major in favor of the more descriptive word "regular" */
--calcite-font-weight-light: 300; /* For Avenir Next World (secondary font family) */
--calcite-font-family-code: Monaco, Consolas, "Andale Mono", "Lucida Console",
monospace; /* Font family for code with fallbacks */
--calcite-font-family: "Avenir Next", Avenir, "Helvetica Neue", sans-serif; /* Primary font with fallbacks */
--calcite-font-family-code:
Monaco, Consolas, "Andale Mono", "Lucida Console", monospace; /* Font family for code with fallbacks */
--calcite-font-family:
"Avenir Next", Avenir, "Helvetica Neue", sans-serif; /* Primary font with fallbacks */
--calcite-corner-radius-pill: 100%;
--calcite-corner-radius-round: 4px;
--calcite-corner-radius-sharp: 0;
Expand All @@ -483,10 +484,10 @@ exports[`generated tokens > CSS > global should match 1`] = `
--calcite-border-width-md: 2px;
--calcite-border-width-sm: 1px;
--calcite-border-width-none: 0;
--calcite-shadow-md: 0 4px 20px 0 rgba(0, 0, 0, 0.08),
0 12px 30px rgba(0, 0, 0, 0.1);
--calcite-shadow-sm: 0 2px 8px 0 rgba(0, 0, 0, 0.04),
0 4px 16px 0 rgba(0, 0, 0, 0.08);
--calcite-shadow-md:
0 4px 20px 0 rgba(0, 0, 0, 0.08), 0 12px 30px rgba(0, 0, 0, 0.1);
--calcite-shadow-sm:
0 2px 8px 0 rgba(0, 0, 0, 0.04), 0 4px 16px 0 rgba(0, 0, 0, 0.08);
--calcite-shadow-none: 0 0 0 0 rgba(0, 0, 0, 0);
--calcite-corner-radius: var(--calcite-corner-radius-sharp);
}
Expand Down Expand Up @@ -2159,9 +2160,10 @@ $calcite-font-weight-medium: 500;
$calcite-font-weight-regular: 400;
$calcite-font-weight-normal: 400; // For backwards compatibility only. This token will be removed from the published tokens in the next major in favor of the more descriptive word "regular"
$calcite-font-weight-light: 300; // For Avenir Next World (secondary font family)
$calcite-font-family-code: Monaco, Consolas, "Andale Mono", "Lucida Console",
monospace; // Font family for code with fallbacks
$calcite-font-family: "Avenir Next", Avenir, "Helvetica Neue", sans-serif; // Primary font with fallbacks
$calcite-font-family-code:
Monaco, Consolas, "Andale Mono", "Lucida Console", monospace; // Font family for code with fallbacks
$calcite-font-family:
"Avenir Next", Avenir, "Helvetica Neue", sans-serif; // Primary font with fallbacks
$calcite-corner-radius-pill: 100%;
$calcite-corner-radius-round: 4px;
$calcite-corner-radius-sharp: 0;
Expand Down

0 comments on commit ca209b8

Please sign in to comment.