autoprefixer 9.4.5 → 9.4.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 CHANGED
@@ -1,6 +1,9 @@
1
1
  # Change Log
2
2
  This project adheres to [Semantic Versioning](http://semver.org/).
3
3
 
4
+ ## 9.4.6
5
+ * Fix warning text (by Albert Juhé Lluveras).
6
+
4
7
  ## 9.4.5
5
8
  * Fix `text-decoration-skip-ink` support.
6
9
 
@@ -1001,7 +1001,7 @@ function warnGridGap(_ref13) {
1001
1001
 
1002
1002
  if (!hasColumns && (hasBothGaps || gap.column && !gap.row)) {
1003
1003
  delete gap.column;
1004
- decl.warn(result, 'Can not impliment grid-gap without grid-template-columns');
1004
+ decl.warn(result, 'Can not implement grid-gap without grid-template-columns');
1005
1005
  }
1006
1006
  }
1007
1007
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "autoprefixer",
3
- "version": "9.4.5",
3
+ "version": "9.4.6",
4
4
  "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
5
5
  "keywords": ["autoprefixer", "css", "prefix", "postcss", "postcss-plugin"],
6
6
  "author": "Andrey Sitnik <andrey@sitnik.ru>",
@@ -10,11 +10,11 @@
10
10
  "node": ">=6.0.0"
11
11
  },
12
12
  "dependencies": {
13
- "browserslist": "^4.4.0",
14
- "caniuse-lite": "^1.0.30000928",
13
+ "browserslist": "^4.4.1",
14
+ "caniuse-lite": "^1.0.30000929",
15
15
  "normalize-range": "^0.1.2",
16
16
  "num2fraction": "^1.2.2",
17
- "postcss": "^7.0.11",
17
+ "postcss": "^7.0.13",
18
18
  "postcss-value-parser": "^3.3.1"
19
19
  },
20
20
  "bin": {