Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1d432cc

Browse files
ortagithub-actions[bot]
authored andcommittedAug 7, 2024·
🤖 Update core dependencies
1 parent 6c3e2dd commit 1d432cc

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed
 

‎baselines/dom.generated.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4600,6 +4600,7 @@ interface CSSStyleDeclaration {
46004600
shapeMargin: string;
46014601
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/shape-outside) */
46024602
shapeOutside: string;
4603+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/shape-rendering) */
46034604
shapeRendering: string;
46044605
stopColor: string;
46054606
stopOpacity: string;
@@ -4619,6 +4620,7 @@ interface CSSStyleDeclaration {
46194620
textAlign: string;
46204621
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-align-last) */
46214622
textAlignLast: string;
4623+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-anchor) */
46224624
textAnchor: string;
46234625
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-combine-upright) */
46244626
textCombineUpright: string;

‎package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.