esbuild-plugins-node-modules-polyfill
Advanced tools
Comparing version 1.6.7-next.2c536d4.0 to 1.6.7-next.5e76642.0
{ | ||
"name": "esbuild-plugins-node-modules-polyfill", | ||
"version": "1.6.7-next.2c536d4.0", | ||
"version": "1.6.7-next.5e76642.0", | ||
"description": "Polyfills nodejs builtin modules and globals for the browser.", | ||
@@ -39,21 +39,21 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@commitlint/cli": "^19.4.1", | ||
"@commitlint/config-conventional": "^19.4.1", | ||
"@commitlint/cli": "^19.5.0", | ||
"@commitlint/config-conventional": "^19.5.0", | ||
"@favware/cliff-jumper": "^4.1.0", | ||
"@favware/npm-deprecate": "^1.0.7", | ||
"@types/node": "^20.16.5", | ||
"@types/node": "^20.16.10", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"esbuild": "^0.23.1", | ||
"eslint": "^8.57.0", | ||
"esbuild": "^0.24.0", | ||
"eslint": "^8.57.1", | ||
"eslint-config-mahir": "^0.0.45", | ||
"husky": "^9.1.5", | ||
"husky": "^9.1.6", | ||
"lint-staged": "^15.2.10", | ||
"pinst": "^3.0.0", | ||
"prettier": "^3.3.3", | ||
"tsup": "^8.2.4", | ||
"typescript": "^5.5.4", | ||
"vitest": "^2.0.5" | ||
"tsup": "^8.3.0", | ||
"typescript": "^5.6.2", | ||
"vitest": "^2.1.1" | ||
}, | ||
"peerDependencies": { | ||
"esbuild": ">=0.14.0 ^0.23.0" | ||
"esbuild": ">=0.14.0 <=0.23.x" | ||
}, | ||
@@ -94,3 +94,3 @@ "files": [ | ||
}, | ||
"packageManager": "yarn@4.4.1" | ||
"packageManager": "yarn@4.5.0" | ||
} |
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
53422