jsx-dom-runtime
Advanced tools
Comparing version 0.56.0 to 0.56.1
{ | ||
"name": "jsx-dom-runtime", | ||
"version": "0.56.0", | ||
"version": "0.56.1", | ||
"description": "A tiny in 500 bytes library to JSX syntax templates for DOM. Support HTML, SVG and MathML tags", | ||
@@ -45,9 +45,9 @@ "type": "module", | ||
"devDependencies": { | ||
"@babel/core": "^7.22.5", | ||
"@babel/core": "^7.22.9", | ||
"@babel/preset-typescript": "^7.22.5", | ||
"@evilmartians/lefthook": "^1.4.1", | ||
"@evilmartians/lefthook": "^1.4.5", | ||
"@jest/globals": "^29.5.0", | ||
"@rollup/plugin-babel": "^6.0.3", | ||
"@rollup/plugin-node-resolve": "^15.1.0", | ||
"@size-limit/preset-small-lib": "^8.2.4", | ||
"@size-limit/preset-small-lib": "^8.2.6", | ||
"@testing-library/dom": "^9.3.0", | ||
@@ -57,13 +57,13 @@ "@testing-library/jest-dom": "^5.16.5", | ||
"@types/svg-tags": "^1.0.0", | ||
"@types/testing-library__jest-dom": "^5.14.6", | ||
"@typescript-eslint/eslint-plugin": "^5.59.9", | ||
"@typescript-eslint/parser": "^5.59.9", | ||
"@types/testing-library__jest-dom": "^5.14.8", | ||
"@typescript-eslint/eslint-plugin": "^6.0.0", | ||
"@typescript-eslint/parser": "^6.0.0", | ||
"babel-jest": "^29.5.0", | ||
"eslint": "^8.42.0", | ||
"eslint": "^8.44.0", | ||
"fs-extra": "^11.1.1", | ||
"jest": "^29.5.0", | ||
"jest-environment-jsdom": "^29.5.0", | ||
"rollup": "^3.24.1", | ||
"size-limit": "^8.2.4", | ||
"typescript": "^5.1.3" | ||
"rollup": "^3.26.0", | ||
"size-limit": "^8.2.6", | ||
"typescript": "^5.1.6" | ||
}, | ||
@@ -70,0 +70,0 @@ "files": [ |
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
85373