From db2eaedeec017fb94e8202391fbfa741c64a5283 Mon Sep 17 00:00:00 2001 From: Michael Duane Mooring Date: Sun, 24 Jun 2018 21:30:39 -0400 Subject: [PATCH] `postcss-modules-scope` incompatible with PostCSS v5.x Simple fix for #691 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index afc18e80..dbd16079 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "loader-utils": "^1.0.2", "lodash.camelcase": "^4.3.0", "object-assign": "^4.1.1", - "postcss": "^5.0.6", + "postcss": "^6.0.23", "postcss-modules-extract-imports": "^1.2.0", "postcss-modules-local-by-default": "^1.2.0", "postcss-modules-scope": "^1.1.0",