postcss-preset-env 6.0.2 → 6.0.6
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 +18 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Changes to PostCSS Preset Env
|
|
2
2
|
|
|
3
|
+
### 6.0.6 (September 23, 2018)
|
|
4
|
+
|
|
5
|
+
- Updated: `postcss-custom-media` to 7.0.4 (patch)
|
|
6
|
+
|
|
7
|
+
### 6.0.5 (September 23, 2018)
|
|
8
|
+
|
|
9
|
+
- Updated: `postcss-color-mod-function` to 3.0.3 (patch)
|
|
10
|
+
|
|
11
|
+
### 6.0.4 (September 23, 2018)
|
|
12
|
+
|
|
13
|
+
- Updated: `caniuse-lite` to 1.0.30000887 (patch)
|
|
14
|
+
- Updated: `postcss-color-mod-function` to 3.0.2 (patch)
|
|
15
|
+
|
|
16
|
+
### 6.0.3 (September 21, 2018)
|
|
17
|
+
|
|
18
|
+
- Updated: `caniuse-lite` to 1.0.30000885 (patch)
|
|
19
|
+
- Updated: `postcss-custom-properties` to 8.0.5 (patch)
|
|
20
|
+
|
|
3
21
|
### 6.0.2 (September 20, 2018)
|
|
4
22
|
|
|
5
23
|
- Fixed: Do not break on an empty `importFrom` object
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "postcss-preset-env",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.6",
|
|
4
4
|
"description": "Convert modern CSS into something browsers understand",
|
|
5
5
|
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
|
|
6
6
|
"license": "CC0-1.0",
|
|
@@ -28,16 +28,16 @@
|
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"autoprefixer": "^9.1.5",
|
|
30
30
|
"browserslist": "^4.1.1",
|
|
31
|
-
"caniuse-lite": "^1.0.
|
|
31
|
+
"caniuse-lite": "^1.0.30000887",
|
|
32
32
|
"cssdb": "^3.2.1",
|
|
33
33
|
"postcss": "^7.0.2",
|
|
34
34
|
"postcss-attribute-case-insensitive": "^4.0.0",
|
|
35
35
|
"postcss-color-functional-notation": "^2.0.1",
|
|
36
36
|
"postcss-color-hex-alpha": "^5.0.2",
|
|
37
|
-
"postcss-color-mod-function": "^3.0.
|
|
37
|
+
"postcss-color-mod-function": "^3.0.3",
|
|
38
38
|
"postcss-color-rebeccapurple": "^4.0.1",
|
|
39
|
-
"postcss-custom-media": "^7.0.
|
|
40
|
-
"postcss-custom-properties": "^8.0.
|
|
39
|
+
"postcss-custom-media": "^7.0.4",
|
|
40
|
+
"postcss-custom-properties": "^8.0.5",
|
|
41
41
|
"postcss-custom-selectors": "^5.1.2",
|
|
42
42
|
"postcss-dir-pseudo-class": "^5.0.0",
|
|
43
43
|
"postcss-env-function": "^2.0.2",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"postcss-simple-vars": "^5.0.1",
|
|
69
69
|
"postcss-tape": "^2.2.0",
|
|
70
70
|
"pre-commit": "^1.2.2",
|
|
71
|
-
"rollup": "^0.66.
|
|
71
|
+
"rollup": "^0.66.2",
|
|
72
72
|
"rollup-plugin-babel": "^4.0.3"
|
|
73
73
|
},
|
|
74
74
|
"eslintConfig": {
|