Skip to content

Commit 3396fc8

Browse files
authored
🤖 Update core dependencies
1 parent 3295153 commit 3396fc8

File tree

2 files changed

+29
-18
lines changed

2 files changed

+29
-18
lines changed

baselines/dom.generated.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4333,6 +4333,8 @@ interface CSSStyleDeclaration {
43334333
offsetDistance: string;
43344334
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/offset-path) */
43354335
offsetPath: string;
4336+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/offset-position) */
4337+
offsetPosition: string;
43364338
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/offset-rotate) */
43374339
offsetRotate: string;
43384340
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/opacity) */
@@ -20081,6 +20083,8 @@ declare var SVGGraphicsElement: {
2008120083
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGImageElement)
2008220084
*/
2008320085
interface SVGImageElement extends SVGGraphicsElement, SVGURIReference {
20086+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGImageElement/crossorigin) */
20087+
crossOrigin: string | null;
2008420088
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGImageElement/height) */
2008520089
readonly height: SVGAnimatedLength;
2008620090
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGImageElement/preserveAspectRatio) */

package-lock.json

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

0 commit comments

Comments
 (0)