esbuild-plugin-browserslist
Advanced tools
Comparing version 0.9.1 to 0.10.0
{ | ||
"name": "esbuild-plugin-browserslist", | ||
"description": "Configure esbuild's target based on a browserslist query", | ||
"version": "0.9.1", | ||
"version": "0.10.0", | ||
"author": "Nihal Gonsalves <nihal@nihalgonsalves.com>", | ||
@@ -14,3 +14,3 @@ "repository": { | ||
"engines": { | ||
"node": ">=14" | ||
"node": ">=18" | ||
}, | ||
@@ -38,4 +38,4 @@ "files": [ | ||
"devDependencies": { | ||
"@commitlint/cli": "^17.6.6", | ||
"@commitlint/config-conventional": "^17.6.6", | ||
"@commitlint/cli": "^18.0.0", | ||
"@commitlint/config-conventional": "^18.0.0", | ||
"@nihalgonsalves/esconfig": "^0.6.0", | ||
@@ -42,0 +42,0 @@ "@types/debug": "^4.1.8", |
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
17805