jsx-dom-runtime
Advanced tools
Comparing version 0.70.2 to 0.70.3
{ | ||
"name": "jsx-dom-runtime", | ||
"version": "0.70.2", | ||
"version": "0.70.3", | ||
"description": "A tiny in 500 bytes library to JSX syntax templates for DOM. Support HTML, SVG and MathML tags", | ||
@@ -27,3 +27,3 @@ "type": "module", | ||
"test": "node --experimental-vm-modules node_modules/.bin/jest", | ||
"build": "rollup -c", | ||
"build": "NODE_NO_WARNINGS=1 rollup -c", | ||
"size": "size-limit", | ||
@@ -41,15 +41,16 @@ "types": "tsc --project tests/tsconfig.json" | ||
"devDependencies": { | ||
"@babel/core": "^7.25.2", | ||
"@babel/preset-typescript": "^7.24.7", | ||
"@babel/types": "^7.25.2", | ||
"@eslint/js": "^9.9.0", | ||
"@evilmartians/lefthook": "^1.7.12", | ||
"@babel/core": "^7.26.0", | ||
"@babel/helper-validator-identifier": "^7.25.9", | ||
"@babel/preset-typescript": "^7.26.0", | ||
"@babel/types": "^7.26.0", | ||
"@eslint/js": "^9.15.0", | ||
"@evilmartians/lefthook": "^1.8.4", | ||
"@jest/globals": "^29.7.0", | ||
"@rollup/plugin-babel": "^6.0.4", | ||
"@rollup/plugin-node-resolve": "^15.2.3", | ||
"@size-limit/preset-small-lib": "^11.1.4", | ||
"@rollup/plugin-node-resolve": "^15.3.0", | ||
"@size-limit/preset-small-lib": "^11.1.6", | ||
"@testing-library/dom": "^10.4.0", | ||
"@testing-library/jest-dom": "^6.4.8", | ||
"@testing-library/jest-dom": "^6.6.3", | ||
"@types/babel__helper-validator-identifier": "^7.15.2", | ||
"@types/jest": "^29.5.12", | ||
"@types/jest": "^29.5.14", | ||
"babel-jest": "^29.7.0", | ||
@@ -59,6 +60,6 @@ "babel-plugin-transform-lhs-constants": "^1.2.0", | ||
"jest-environment-jsdom": "^29.7.0", | ||
"rollup": "^4.20.0", | ||
"size-limit": "^11.1.4", | ||
"typescript": "^5.5.4", | ||
"typescript-eslint": "^8.1.0" | ||
"rollup": "^4.27.3", | ||
"size-limit": "^11.1.6", | ||
"typescript": "^5.6.3", | ||
"typescript-eslint": "^8.15.0" | ||
}, | ||
@@ -65,0 +66,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
129597
22