Skip to content

Commit 22c2bb4

Browse files
authored
Infrastructure: Bump Prettier 3.5.2 (#3236)
1 parent b9ed31b commit 22c2bb4

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

content/patterns/treegrid/examples/css/treegrid-1.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@
9191
cursor: pointer;
9292

9393
/* Load both right away so there is no lag when we need the other */
94-
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpolygon fill='black' points='2,0 2,10 10,5'%3E%3C/polygon%3E%3C/svg%3E%0A"),
94+
background-image:
95+
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpolygon fill='black' points='2,0 2,10 10,5'%3E%3C/polygon%3E%3C/svg%3E%0A"),
9596
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpolygon fill='hsl(216, 94%25, 50%25)' points='2,0 2,10 10,5'%3E%3C/polygon%3E%3C/svg%3E%0A");
9697
background-repeat: no-repeat;
9798
}

package-lock.json

+8-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"husky": "^9.1.7",
5757
"lint-staged": "^15.2.11",
5858
"node-fetch": "^2.6.7",
59-
"prettier": "^3.4.2",
59+
"prettier": "^3.5.2",
6060
"selenium-webdriver": "^4.27.0",
6161
"stylelint": "^16.12.0",
6262
"stylelint-config-standard": "^36.0.1",

0 commit comments

Comments
 (0)