Skip to content

Commit b35e945

Browse files
authored
update deps. (#73)
1 parent 6bf0d4f commit b35e945

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-html",
3-
"version": "0.31.0",
3+
"version": "0.32.0",
44
"description": "PostCSS syntax for parsing HTML (and HTML-like)",
55
"repository": {
66
"type": "git",
@@ -43,19 +43,19 @@
4343
},
4444
"peerDependencies": {
4545
"postcss": ">=5.0.0",
46-
"postcss-syntax": ">=0.31.0"
46+
"postcss-syntax": ">=0.32.0"
4747
},
4848
"devDependencies": {
49-
"autoprefixer": "^9.0.0",
49+
"autoprefixer": "^9.0.1",
5050
"chai": "^4.1.2",
5151
"codecov": "^3.0.4",
5252
"mocha": "^5.2.0",
5353
"nyc": "^12.0.2",
54-
"postcss": "^7.0.0",
54+
"postcss": "^7.0.1",
5555
"postcss-less": "^2.0.0",
5656
"postcss-safe-parser": "^4.0.1",
5757
"postcss-scss": "^2.0.0",
58-
"postcss-syntax": ">=0.31.0",
58+
"postcss-syntax": ">=0.32.0",
5959
"sugarss": "^1.0.1"
6060
}
6161
}

0 commit comments

Comments
 (0)