postcss-sort-media-queries
Advanced tools
Comparing version 3.2.3 to 3.3.3
@@ -8,2 +8,7 @@ # Change Log | ||
## [3.3.3] 2021-02-07 | ||
- Update **postcss** to [postcss/releases/tag/8.2.5](https://github.com/postcss/postcss/releases/tag/8.2.5) | ||
- Update dev dependencies | ||
## [3.2.3] 2021-01-19 | ||
@@ -10,0 +15,0 @@ |
{ | ||
"name": "postcss-sort-media-queries", | ||
"version": "3.2.3", | ||
"version": "3.3.3", | ||
"description": "PostCSS plugin for combine and sort CSS media queries with mobile first or desktop first methods.", | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"eslint": "^7.18.0", | ||
"eslint": "^7.19.0", | ||
"eslint-ci": "^1.0.0", | ||
@@ -43,8 +43,8 @@ "eslint-plugin-jest": "^24.1.3", | ||
"jest-cli": "^26.6.3", | ||
"lint-staged": "^10.5.3", | ||
"postcss": "^8.2.4", | ||
"lint-staged": "^10.5.4", | ||
"postcss": "^8.2.5", | ||
"postcss-nested": "^5.0.3" | ||
}, | ||
"peerDependencies": { | ||
"postcss": "^8.2.4" | ||
"postcss": "^8.2.5" | ||
}, | ||
@@ -51,0 +51,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
13190