postcss-sort-media-queries
Advanced tools
Comparing version 2.1.10 to 2.1.11
@@ -8,2 +8,7 @@ # Change Log | ||
## [2.1.11] 2020-11-08 | ||
- Update **postcss** `8.1.2 -> 8.1.6` | ||
- Update dev dependencies | ||
## [2.1.10] 2020-10-19 | ||
@@ -10,0 +15,0 @@ |
{ | ||
"name": "postcss-sort-media-queries", | ||
"version": "2.1.10", | ||
"version": "2.1.11", | ||
"description": "PostCSS plugin for combine and sort CSS media queries with mobile first or desktop first methods.", | ||
@@ -35,14 +35,14 @@ "keywords": [ | ||
"devDependencies": { | ||
"eslint": "^7.11.0", | ||
"eslint": "^7.13.0", | ||
"eslint-ci": "^1.0.0", | ||
"eslint-plugin-jest": "^24.1.0", | ||
"husky": "^4.3.0", | ||
"jest": "^26.5.3", | ||
"jest": "^26.6.3", | ||
"jest-ci": "^0.1.1", | ||
"jest-cli": "^26.5.3", | ||
"lint-staged": "^10.4.2", | ||
"postcss": "^8.1.2" | ||
"jest-cli": "^26.6.3", | ||
"lint-staged": "^10.5.1", | ||
"postcss": "^8.1.6" | ||
}, | ||
"peerDependencies": { | ||
"postcss": "^8.1.2" | ||
"postcss": "^8.1.6" | ||
}, | ||
@@ -49,0 +49,0 @@ "husky": { |
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
11977