jsx-dom-runtime
Advanced tools
Comparing version 0.21.0 to 0.22.0
{ | ||
"name": "jsx-dom-runtime", | ||
"version": "0.21.0", | ||
"version": "0.22.0", | ||
"description": "A tiny in 500 bytes library to JSX syntax templates for DOM", | ||
@@ -35,6 +35,6 @@ "type": "module", | ||
"lint": "eslint 'src/**/*.{js,ts}' 'tests/**/*.{js,ts,tsx}'", | ||
"test": "node --experimental-vm-modules node_modules/.bin/jest", | ||
"test": "node --experimental-vm-modules node_modules/.bin/jest --no-cache", | ||
"build": "rollup -c", | ||
"size": "size-limit", | ||
"dev": "npm run lint && npm run build && npx jest --clearCache && npm test && npm run size" | ||
"dev": "npm run lint && npm run build && npm test && npm run size" | ||
}, | ||
@@ -50,7 +50,7 @@ "dependencies": { | ||
"@babel/preset-typescript": "^7.18.6", | ||
"@evilmartians/lefthook": "^1.2.8", | ||
"@evilmartians/lefthook": "^1.2.9", | ||
"@jest/globals": "^29.4.2", | ||
"@rollup/plugin-babel": "^6.0.3", | ||
"@rollup/plugin-node-resolve": "^15.0.1", | ||
"@size-limit/preset-small-lib": "^8.1.2", | ||
"@size-limit/preset-small-lib": "^8.2.4", | ||
"@testing-library/dom": "^8.20.0", | ||
@@ -66,3 +66,3 @@ "@testing-library/jest-dom": "^5.16.5", | ||
"rollup": "^3.15.0", | ||
"size-limit": "^8.1.2", | ||
"size-limit": "^8.2.4", | ||
"typescript": "^4.9.5" | ||
@@ -73,3 +73,4 @@ }, | ||
"jsx-runtime", | ||
"jsx-dev-runtime" | ||
"jsx-dev-runtime", | ||
"index.d.ts" | ||
], | ||
@@ -76,0 +77,0 @@ "keywords": [ |
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
83845
10
2480