jsx-dom-runtime
Advanced tools
Comparing version 0.55.2 to 0.56.0
/// <reference lib="dom" /> | ||
/// <reference lib="es2022" /> | ||
/// <reference lib="es2023" /> | ||
import { Properties, SvgProperties, Property } from 'csstype'; | ||
@@ -4,0 +4,0 @@ |
{ | ||
"name": "jsx-dom-runtime", | ||
"version": "0.55.2", | ||
"version": "0.56.0", | ||
"description": "A tiny in 500 bytes library to JSX syntax templates for DOM. Support HTML, SVG and MathML tags", | ||
@@ -33,6 +33,6 @@ "type": "module", | ||
"dependencies": { | ||
"@babel/helper-plugin-utils": "^7.21.5", | ||
"@babel/helper-validator-identifier": "^7.19.1", | ||
"@babel/plugin-syntax-jsx": "^7.21.4", | ||
"@babel/types": "^7.22.4", | ||
"@babel/helper-plugin-utils": "^7.22.5", | ||
"@babel/helper-validator-identifier": "^7.22.5", | ||
"@babel/plugin-syntax-jsx": "^7.22.5", | ||
"@babel/types": "^7.22.5", | ||
"csstype": "^3.1.2", | ||
@@ -46,4 +46,4 @@ "html-tags": "^3.3.1", | ||
"devDependencies": { | ||
"@babel/core": "^7.22.1", | ||
"@babel/preset-typescript": "^7.21.5", | ||
"@babel/core": "^7.22.5", | ||
"@babel/preset-typescript": "^7.22.5", | ||
"@evilmartians/lefthook": "^1.4.1", | ||
@@ -66,3 +66,3 @@ "@jest/globals": "^29.5.0", | ||
"jest-environment-jsdom": "^29.5.0", | ||
"rollup": "^3.24.0", | ||
"rollup": "^3.24.1", | ||
"size-limit": "^8.2.4", | ||
@@ -69,0 +69,0 @@ "typescript": "^5.1.3" |
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
85375
2241