@newhighsco/postcss-config 3.5.84 → 3.5.86

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@newhighsco/postcss-config",
3
3
  "description": "New High Score shareable config for PostCSS",
4
- "version": "3.5.84",
4
+ "version": "3.5.86",
5
5
  "author": "New High Score <hello@newhighsco.re>",
6
6
  "license": "ISC",
7
7
  "private": false,
@@ -22,13 +22,13 @@
22
22
  "test": "echo 'No test specified'"
23
23
  },
24
24
  "dependencies": {
25
- "@fullhuman/postcss-purgecss": "4.1.3",
25
+ "@fullhuman/postcss-purgecss": "5.0.0",
26
26
  "autoprefixer": "10.4.12",
27
- "caniuse-lite": "1.0.30001418",
27
+ "caniuse-lite": "1.0.30001419",
28
28
  "postcss-flexbugs-fixes": "5.0.2",
29
29
  "postcss-preset-env": "7.8.2"
30
30
  },
31
31
  "peerDependencies": {
32
- "postcss": "8.4.17"
32
+ "postcss": "8.4.18"
33
33
  }
34
34
  }