Skip to content

Commit 5920288

Browse files
author
Jeff Escalante
committed
update dependencies
1 parent a0682bc commit 5920288

File tree

2 files changed

+1608
-809
lines changed

2 files changed

+1608
-809
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,39 +8,39 @@
88
},
99
"bugs": "https://github.com/static-dev/spike-css-standards/issues",
1010
"dependencies": {
11-
"autoprefixer": "^7.1.2",
11+
"autoprefixer": "^8.3.0",
1212
"cssnano": "^3.7.4",
1313
"postcss-attribute-case-insensitive": "^2.0.0",
14-
"postcss-calc": "^6.0.0",
15-
"postcss-color-function": "^4.0.0",
16-
"postcss-color-gray": "^4.0.0",
14+
"postcss-calc": "^6.0.1",
15+
"postcss-color-function": "^4.0.1",
16+
"postcss-color-gray": "^4.1.0",
1717
"postcss-color-hex-alpha": "^3.0.0",
1818
"postcss-color-hsl": "^2.0.0",
1919
"postcss-color-hwb": "^3.0.0",
2020
"postcss-color-rebeccapurple": "^3.0.0",
2121
"postcss-color-rgb": "^2.0.0",
2222
"postcss-custom-media": "^6.0.0",
23-
"postcss-custom-properties": "^6.1.0",
23+
"postcss-custom-properties": "^7.0.0",
2424
"postcss-custom-selectors": "^4.0.1",
25-
"postcss-font-family-system-ui": "^2.0.1",
25+
"postcss-font-family-system-ui": "^3.0.0",
2626
"postcss-font-variant": "^3.0.0",
27-
"postcss-image-set-polyfill": "^0.4.3",
27+
"postcss-image-set-polyfill": "^0.4.4",
2828
"postcss-import": "^11.0.0",
2929
"postcss-media-minmax": "^3.0.0",
30-
"postcss-nesting": "^4.0.1",
30+
"postcss-nesting": "^5.0.0",
3131
"postcss-property-lookup": "^2.0.0",
3232
"postcss-pseudo-class-any-link": "^4.0.0",
3333
"postcss-selector-matches": "^3.0.1",
3434
"postcss-selector-not": "^3.0.1",
35-
"rucksack-css": "^0.9.1"
35+
"rucksack-css": "^1.0.2"
3636
},
3737
"devDependencies": {
38-
"ava": "^0.22.0",
39-
"coveralls": "^2.13.1",
40-
"nyc": "^11.0.3",
41-
"rewire": "^2.5.2",
42-
"snazzy": "^7.0.0",
43-
"standard": "^10.0.2"
38+
"ava": "^0.25.0",
39+
"coveralls": "^3.0.0",
40+
"nyc": "^11.7.1",
41+
"rewire": "^4.0.1",
42+
"snazzy": "^7.1.1",
43+
"standard": "^11.0.1"
4444
},
4545
"engines": {
4646
"node": ">= 6"

0 commit comments

Comments
 (0)