postcss-sort-media-queries 4.1.0 → 4.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [4.2.1] 2021-11-28
|
|
9
|
+
|
|
10
|
+
- Update **postcss** to [8.4.4](https://github.com/postcss/postcss/releases/tag/8.4.4)
|
|
11
|
+
- Update dev dependencies
|
|
12
|
+
|
|
8
13
|
## [4.1.0] 2021-09-13
|
|
9
14
|
|
|
10
15
|
- Add module for browser
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "postcss-sort-media-queries",
|
|
3
|
-
"version": "4.1
|
|
3
|
+
"version": "4.2.1",
|
|
4
4
|
"description": "PostCSS plugin for combine and sort CSS media queries with mobile first or desktop first methods.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"postcss",
|
|
@@ -33,22 +33,22 @@
|
|
|
33
33
|
"sort-css-media-queries": "2.0.4"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"autoprefixer": "^10.
|
|
37
|
-
"eslint": "^
|
|
36
|
+
"autoprefixer": "^10.4.0",
|
|
37
|
+
"eslint": "^8.3.0",
|
|
38
38
|
"eslint-ci": "^1.0.0",
|
|
39
|
-
"eslint-plugin-jest": "^
|
|
40
|
-
"husky": "^7.0.
|
|
41
|
-
"jest": "^27.
|
|
39
|
+
"eslint-plugin-jest": "^25.3.0",
|
|
40
|
+
"husky": "^7.0.4",
|
|
41
|
+
"jest": "^27.3.1",
|
|
42
42
|
"jest-ci": "^0.1.1",
|
|
43
|
-
"jest-cli": "^27.
|
|
44
|
-
"lint-staged": "^
|
|
45
|
-
"postcss": "^8.
|
|
43
|
+
"jest-cli": "^27.3.1",
|
|
44
|
+
"lint-staged": "^12.1.2",
|
|
45
|
+
"postcss": "^8.4.4",
|
|
46
46
|
"postcss-flexbugs-fixes": "^5.0.2",
|
|
47
47
|
"postcss-media-minmax": "^5.0.0",
|
|
48
48
|
"postcss-nested": "^5.0.6"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
|
-
"postcss": "^8.
|
|
51
|
+
"postcss": "^8.4.4"
|
|
52
52
|
},
|
|
53
53
|
"husky": {
|
|
54
54
|
"hooks": {
|