From 07ec67cd1dd1c4e70a99d3f5d5b9ab86aac5cd43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=BA?= Date: Fri, 27 Jul 2018 10:25:21 +0800 Subject: [PATCH] Update deps. --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8cc2a11..b222d1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-syntax", - "version": "0.31.0", + "version": "0.32.0", "description": "Automatically switch PostCSS syntax by file extensions", "repository": { "type": "git", @@ -87,11 +87,11 @@ "codecov": "^3.0.4", "mocha": "^5.2.0", "nyc": "^12.0.2", - "postcss": "^7.0.0", - "postcss-html": ">=0.31.0", - "postcss-jsx": ">=0.31.0", + "postcss": "^7.0.1", + "postcss-html": ">=0.32.0", + "postcss-jsx": ">=0.32.0", "postcss-less": "^2.0.0", - "postcss-markdown": ">=0.31.0", + "postcss-markdown": ">=0.32.0", "postcss-safe-parser": "^4.0.1", "postcss-scss": "^2.0.0", "proxyquire": "^2.0.1",