From 46980aeb4283b8b6d3e7105cef8bd538c9a122f3 Mon Sep 17 00:00:00 2001 From: Matt Kane Date: Thu, 17 Dec 2020 17:19:50 +0000 Subject: [PATCH] Revert "chore(deps): update dependency postcss to ^8.1.7 (#28082)" This reverts commit e304ddddcabe648ba2938feb83b528e2c942ca72. --- packages/gatsby-plugin-image/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-plugin-image/package.json b/packages/gatsby-plugin-image/package.json index b54a188ae2902..b6a6e83ab0c79 100644 --- a/packages/gatsby-plugin-image/package.json +++ b/packages/gatsby-plugin-image/package.json @@ -68,7 +68,7 @@ "do-sync": "^2.2.0", "microbundle": "^0.12.4", "npm-run-all": "^4.1.5", - "postcss": "^8.1.7", + "postcss": "^8.1.6", "terser": "^5.3.8", "typescript": "^3.9.7" },