less-loader
Advanced tools
Comparing version 8.1.1 to 9.0.0
{ | ||
"name": "less-loader", | ||
"version": "8.1.1", | ||
"version": "9.0.0", | ||
"description": "A Less loader for webpack. Compiles Less to CSS.", | ||
@@ -16,3 +16,3 @@ "license": "MIT", | ||
"engines": { | ||
"node": ">= 10.13.0" | ||
"node": ">= 12.13.0" | ||
}, | ||
@@ -48,7 +48,7 @@ "scripts": { | ||
"devDependencies": { | ||
"@babel/cli": "^7.13.14", | ||
"@babel/core": "^7.13.15", | ||
"@babel/preset-env": "^7.13.15", | ||
"@commitlint/cli": "^12.1.1", | ||
"@commitlint/config-conventional": "^12.1.1", | ||
"@babel/cli": "^7.13.16", | ||
"@babel/core": "^7.14.2", | ||
"@babel/preset-env": "^7.14.2", | ||
"@commitlint/cli": "^12.1.4", | ||
"@commitlint/config-conventional": "^12.1.4", | ||
"@webpack-contrib/eslint-config-webpack": "^3.0.0", | ||
@@ -59,15 +59,15 @@ "babel-jest": "^26.6.3", | ||
"del-cli": "^3.0.1", | ||
"eslint": "^7.24.0", | ||
"eslint-config-prettier": "^8.2.0", | ||
"eslint": "^7.26.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-import": "^2.22.1", | ||
"husky": "^4.3.8", | ||
"husky": "^6.0.0", | ||
"jest": "^26.6.3", | ||
"less": "^4.1.1", | ||
"lint-staged": "^10.5.4", | ||
"lint-staged": "^11.0.0", | ||
"memfs": "^3.2.2", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.2.1", | ||
"standard-version": "^9.2.0", | ||
"strip-ansi": "^6.0.0", | ||
"webpack": "^5.33.2" | ||
"prettier": "^2.3.0", | ||
"standard-version": "^9.3.0", | ||
"strip-ansi": "^7.0.0", | ||
"webpack": "^5.37.0" | ||
}, | ||
@@ -74,0 +74,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
31834
8