From 40308eb1913df46d04f13f601e262bb78f33d9a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=BA?= Date: Wed, 15 Aug 2018 15:04:36 +0800 Subject: [PATCH] Update deps. --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index b222d1c..b87b617 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-syntax", - "version": "0.32.0", + "version": "0.33.0", "description": "Automatically switch PostCSS syntax by file extensions", "repository": { "type": "git", @@ -87,14 +87,14 @@ "codecov": "^3.0.4", "mocha": "^5.2.0", "nyc": "^12.0.2", - "postcss": "^7.0.1", - "postcss-html": ">=0.32.0", - "postcss-jsx": ">=0.32.0", + "postcss": "^7.0.2", + "postcss-html": ">=0.33.0", + "postcss-jsx": ">=0.33.0", "postcss-less": "^2.0.0", - "postcss-markdown": ">=0.32.0", + "postcss-markdown": ">=0.33.0", "postcss-safe-parser": "^4.0.1", "postcss-scss": "^2.0.0", "proxyquire": "^2.0.1", - "sugarss": "^1.0.1" + "sugarss": "^2.0.0" } }