jsx-dom-runtime
Advanced tools
Comparing version 0.29.0 to 0.29.1
@@ -49,3 +49,3 @@ /// <reference lib="dom" /> | ||
export function Extend(props: Record<string, (node: HTMLElement, value: any) => void>): void | ||
export function Extend(props: Record<string, (node: HTMLElement, value: any) => void>): undefined | ||
export function parseFromString(html: string): DocumentFragment | ||
@@ -1269,2 +1269,3 @@ export function Fragment(props: { children?: TChild | TChild[] }): DocumentFragment | ||
interface ImageSVGElement extends SVGAttributes<SVGImageElement> { | ||
href?: string | ||
'clip-path'?: string | ||
@@ -1373,3 +1374,3 @@ } | ||
namespace JSX { | ||
type Element = HTMLElement | SVGElement | ||
type Element = HTMLElement | SVGElement | DocumentFragment | ||
type ElementType<P = any> = | ||
@@ -1381,3 +1382,3 @@ | { | ||
}[keyof IntrinsicElements] | ||
| HTMLElement | ||
| FunctionComponent<P> | ||
@@ -1384,0 +1385,0 @@ interface Attributes { } |
{ | ||
"name": "jsx-dom-runtime", | ||
"version": "0.29.0", | ||
"version": "0.29.1", | ||
"description": "A tiny in 500 bytes library to JSX syntax templates for DOM", | ||
@@ -41,3 +41,3 @@ "type": "module", | ||
"dependencies": { | ||
"@babel/core": "^7.21.0", | ||
"@babel/core": "^7.21.3", | ||
"@babel/helper-plugin-utils": "^7.20.2", | ||
@@ -49,19 +49,19 @@ "@babel/plugin-transform-react-jsx": "^7.21.0", | ||
"@babel/preset-typescript": "^7.21.0", | ||
"@evilmartians/lefthook": "^1.3.3", | ||
"@jest/globals": "^29.4.3", | ||
"@evilmartians/lefthook": "^1.3.6", | ||
"@jest/globals": "^29.5.0", | ||
"@rollup/plugin-babel": "^6.0.3", | ||
"@size-limit/preset-small-lib": "^8.2.4", | ||
"@testing-library/dom": "^9.0.0", | ||
"@testing-library/dom": "^9.0.1", | ||
"@testing-library/jest-dom": "^5.16.5", | ||
"@types/testing-library__jest-dom": "^5.14.5", | ||
"@typescript-eslint/eslint-plugin": "^5.54.0", | ||
"@typescript-eslint/parser": "^5.54.0", | ||
"babel-jest": "^29.4.3", | ||
"eslint": "^8.34.0", | ||
"@typescript-eslint/eslint-plugin": "^5.55.0", | ||
"@typescript-eslint/parser": "^5.55.0", | ||
"babel-jest": "^29.5.0", | ||
"eslint": "^8.36.0", | ||
"fs-extra": "^11.1.0", | ||
"jest": "^29.4.3", | ||
"jest-environment-jsdom": "^29.4.3", | ||
"rollup": "^3.17.3", | ||
"jest": "^29.5.0", | ||
"jest-environment-jsdom": "^29.5.0", | ||
"rollup": "^3.19.1", | ||
"size-limit": "^8.2.4", | ||
"typescript": "^4.9.5" | ||
"typescript": "^5.0.2" | ||
}, | ||
@@ -68,0 +68,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
66472
1825
Updated@babel/core@^7.21.3