autoprefixer
Advanced tools
Comparing version 6.7.3 to 6.7.4
@@ -0,1 +1,5 @@ | ||
## 6.7.4 | ||
* Improve `browsers` option perfomance. | ||
* Update CoffeeScript compiler. | ||
## 6.7.3 | ||
@@ -2,0 +6,0 @@ * Fix compatibility with “Intrinsic & Extrinsic Sizing” spec update. |
{ | ||
"name": "autoprefixer", | ||
"version": "6.7.3", | ||
"version": "6.7.4", | ||
"description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website", | ||
@@ -16,7 +16,7 @@ "keywords": [ | ||
"dependencies": { | ||
"browserslist": "^1.7.2", | ||
"caniuse-db": "^1.0.30000623", | ||
"browserslist": "^1.7.4", | ||
"caniuse-db": "^1.0.30000624", | ||
"normalize-range": "^0.1.2", | ||
"num2fraction": "^1.2.2", | ||
"postcss": "^5.2.13", | ||
"postcss": "^5.2.14", | ||
"postcss-value-parser": "^3.2.3" | ||
@@ -37,3 +37,3 @@ }, | ||
"vinyl-source-stream": "^1.1.0", | ||
"coffee-script": "^1.12.3" | ||
"coffee-script": "^1.12.4" | ||
}, | ||
@@ -40,0 +40,0 @@ "scripts": { |
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
210212
Updatedbrowserslist@^1.7.4
Updatedcaniuse-db@^1.0.30000624
Updatedpostcss@^5.2.14