jsx-dom-runtime
Advanced tools
Comparing version 0.36.1 to 0.36.2
@@ -1044,3 +1044,3 @@ /// <reference lib="dom" /> | ||
src?: string | ||
step?: number | string; | ||
step?: Numeric | ||
type?: HTMLInputTypeAttribute; | ||
@@ -1164,4 +1164,4 @@ value?: number | string; | ||
interface ProgressHTMLAttributes extends HTMLAttributes<HTMLProgressElement> { | ||
max?: number | string; | ||
value?: number | string; | ||
max?: Numeric; | ||
value?: Numeric; | ||
} | ||
@@ -1168,0 +1168,0 @@ |
{ | ||
"name": "jsx-dom-runtime", | ||
"version": "0.36.1", | ||
"version": "0.36.2", | ||
"description": "A tiny in 500 bytes library to JSX syntax templates for DOM", | ||
@@ -61,7 +61,7 @@ "type": "module", | ||
"babel-jest": "^29.5.0", | ||
"eslint": "^8.39.0", | ||
"eslint": "^8.40.0", | ||
"fs-extra": "^11.1.1", | ||
"jest": "^29.5.0", | ||
"jest-environment-jsdom": "^29.5.0", | ||
"rollup": "^3.21.4", | ||
"rollup": "^3.21.5", | ||
"size-limit": "^8.2.4", | ||
@@ -68,0 +68,0 @@ "typescript": "^5.0.4" |
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
66974