postcss-sort-media-queries
Advanced tools
Comparing version
@@ -8,2 +8,10 @@ # Change Log | ||
## [3.8.9] 2021-03-12 | ||
- Update **postcss** to [postcss/releases/tag/8.2.10](https://github.com/postcss/postcss/releases/tag/8.2.10) | ||
- Fixed ReDoS vulnerabilities in source map parsing | ||
- Fixed webpack 5 support | ||
- Fixed docs | ||
- Update dev dependencies | ||
## [3.7.7] 2021-02-11 | ||
@@ -10,0 +18,0 @@ |
{ | ||
"name": "postcss-sort-media-queries", | ||
"version": "3.7.7", | ||
"version": "3.8.9", | ||
"description": "PostCSS plugin for combine and sort CSS media queries with mobile first or desktop first methods.", | ||
@@ -35,5 +35,5 @@ "keywords": [ | ||
"devDependencies": { | ||
"eslint": "^7.23.0", | ||
"eslint": "^7.24.0", | ||
"eslint-ci": "^1.0.0", | ||
"eslint-plugin-jest": "^24.3.2", | ||
"eslint-plugin-jest": "^24.3.5", | ||
"husky": "^6.0.0", | ||
@@ -44,7 +44,7 @@ "jest": "^26.6.3", | ||
"lint-staged": "^10.5.4", | ||
"postcss": "^8.2.9", | ||
"postcss": "^8.2.10", | ||
"postcss-nested": "^5.0.5" | ||
}, | ||
"peerDependencies": { | ||
"postcss": "^8.2.9" | ||
"postcss": "^8.2.10" | ||
}, | ||
@@ -51,0 +51,0 @@ "husky": { |
14404
1.83%