Skip to content

Commit 44b8c84

Browse files
authored
Update deps. (#27)
1 parent 9cb3a3f commit 44b8c84

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-markdown",
3-
"version": "0.32.0",
3+
"version": "0.33.0",
44
"description": "PostCSS syntax for parsing Markdown",
55
"repository": {
66
"type": "git",
@@ -42,18 +42,18 @@
4242
},
4343
"peerDependencies": {
4444
"postcss": ">=5.0.0",
45-
"postcss-syntax": ">=0.32.0"
45+
"postcss-syntax": ">=0.33.0"
4646
},
4747
"devDependencies": {
4848
"chai": "^4.1.2",
4949
"codecov": "^3.0.4",
5050
"mocha": "^5.2.0",
5151
"nyc": "^12.0.2",
52-
"postcss": "^7.0.1",
53-
"postcss-html": ">=0.32.0",
52+
"postcss": "^7.0.2",
53+
"postcss-html": ">=0.33.0",
5454
"postcss-less": "^2.0.0",
5555
"postcss-scss": "^2.0.0",
56-
"postcss-syntax": ">=0.32.0",
57-
"sugarss": "^1.0.1"
56+
"postcss-syntax": ">=0.33.0",
57+
"sugarss": "^2.0.0"
5858
}
5959
}

0 commit comments

Comments
 (0)