Skip to content

Commit 0a7360a

Browse files
authored
Update deps. (#34)
1 parent a7a2d52 commit 0a7360a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-syntax",
3-
"version": "0.32.0",
3+
"version": "0.33.0",
44
"description": "Automatically switch PostCSS syntax by file extensions",
55
"repository": {
66
"type": "git",
@@ -87,14 +87,14 @@
8787
"codecov": "^3.0.4",
8888
"mocha": "^5.2.0",
8989
"nyc": "^12.0.2",
90-
"postcss": "^7.0.1",
91-
"postcss-html": ">=0.32.0",
92-
"postcss-jsx": ">=0.32.0",
90+
"postcss": "^7.0.2",
91+
"postcss-html": ">=0.33.0",
92+
"postcss-jsx": ">=0.33.0",
9393
"postcss-less": "^2.0.0",
94-
"postcss-markdown": ">=0.32.0",
94+
"postcss-markdown": ">=0.33.0",
9595
"postcss-safe-parser": "^4.0.1",
9696
"postcss-scss": "^2.0.0",
9797
"proxyquire": "^2.0.1",
98-
"sugarss": "^1.0.1"
98+
"sugarss": "^2.0.0"
9999
}
100100
}

0 commit comments

Comments
 (0)