jsx-dom-runtime
Advanced tools
Comparing version 0.56.1 to 0.57.0
{ | ||
"name": "jsx-dom-runtime", | ||
"version": "0.56.1", | ||
"version": "0.57.0", | ||
"description": "A tiny in 500 bytes library to JSX syntax templates for DOM. Support HTML, SVG and MathML tags", | ||
@@ -36,3 +36,3 @@ "type": "module", | ||
"@babel/plugin-syntax-jsx": "^7.22.5", | ||
"@babel/types": "^7.22.5", | ||
"@babel/types": "^7.22.10", | ||
"csstype": "^3.1.2", | ||
@@ -46,22 +46,22 @@ "html-tags": "^3.3.1", | ||
"devDependencies": { | ||
"@babel/core": "^7.22.9", | ||
"@babel/core": "^7.22.10", | ||
"@babel/preset-typescript": "^7.22.5", | ||
"@evilmartians/lefthook": "^1.4.5", | ||
"@jest/globals": "^29.5.0", | ||
"@evilmartians/lefthook": "^1.4.9", | ||
"@jest/globals": "^29.6.2", | ||
"@rollup/plugin-babel": "^6.0.3", | ||
"@rollup/plugin-node-resolve": "^15.1.0", | ||
"@rollup/plugin-node-resolve": "^15.2.0", | ||
"@size-limit/preset-small-lib": "^8.2.6", | ||
"@testing-library/dom": "^9.3.0", | ||
"@testing-library/jest-dom": "^5.16.5", | ||
"@testing-library/dom": "^9.3.1", | ||
"@testing-library/jest-dom": "^6.0.1", | ||
"@types/babel__helper-validator-identifier": "^7.15.0", | ||
"@types/svg-tags": "^1.0.0", | ||
"@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.44.0", | ||
"@types/testing-library__jest-dom": "^5.14.9", | ||
"@typescript-eslint/eslint-plugin": "^6.4.0", | ||
"@typescript-eslint/parser": "^6.4.0", | ||
"babel-jest": "^29.6.2", | ||
"eslint": "^8.47.0", | ||
"fs-extra": "^11.1.1", | ||
"jest": "^29.5.0", | ||
"jest-environment-jsdom": "^29.5.0", | ||
"rollup": "^3.26.0", | ||
"jest": "^29.6.2", | ||
"jest-environment-jsdom": "^29.6.2", | ||
"rollup": "^3.28.0", | ||
"size-limit": "^8.2.6", | ||
@@ -68,0 +68,0 @@ "typescript": "^5.1.6" |
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
85462
2244
Updated@babel/types@^7.22.10