Skip to content

Commit f46839f

Browse files
ortagithub-actions[bot]
authored andcommitted
🤖 Update core dependencies
1 parent 5fd3b86 commit f46839f

File tree

3 files changed

+17
-9
lines changed

3 files changed

+17
-9
lines changed

baselines/dom.generated.d.ts

+4
Original file line numberDiff line numberDiff line change
@@ -21870,9 +21870,13 @@ interface SVGSVGElement extends SVGGraphicsElement, SVGFitToViewBox, WindowEvent
2187021870
currentScale: number;
2187121871
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGSVGElement/currentTranslate) */
2187221872
readonly currentTranslate: DOMPointReadOnly;
21873+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGSVGElement/height) */
2187321874
readonly height: SVGAnimatedLength;
21875+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGSVGElement/width) */
2187421876
readonly width: SVGAnimatedLength;
21877+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGSVGElement/x) */
2187521878
readonly x: SVGAnimatedLength;
21879+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGSVGElement/y) */
2187621880
readonly y: SVGAnimatedLength;
2187721881
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGSVGElement/animationsPaused) */
2187821882
animationsPaused(): boolean;

baselines/ts5.5/dom.generated.d.ts

+4
Original file line numberDiff line numberDiff line change
@@ -21849,9 +21849,13 @@ interface SVGSVGElement extends SVGGraphicsElement, SVGFitToViewBox, WindowEvent
2184921849
currentScale: number;
2185021850
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGSVGElement/currentTranslate) */
2185121851
readonly currentTranslate: DOMPointReadOnly;
21852+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGSVGElement/height) */
2185221853
readonly height: SVGAnimatedLength;
21854+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGSVGElement/width) */
2185321855
readonly width: SVGAnimatedLength;
21856+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGSVGElement/x) */
2185421857
readonly x: SVGAnimatedLength;
21858+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGSVGElement/y) */
2185521859
readonly y: SVGAnimatedLength;
2185621860
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGSVGElement/animationsPaused) */
2185721861
animationsPaused(): boolean;

package-lock.json

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

0 commit comments

Comments
 (0)