From b2137b6e3a567fe59ee62484908d215c777ff191 Mon Sep 17 00:00:00 2001 From: LasaleFamine Date: Sun, 27 Sep 2020 20:43:27 +0200 Subject: [PATCH] fix: correct deps for new next version --- src/apps.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/apps.ts b/src/apps.ts index baffe8a..4007883 100644 --- a/src/apps.ts +++ b/src/apps.ts @@ -50,13 +50,15 @@ export const getCommonApp = (appName: string) => ({ 'typescript', // TODO: Remove when @lasalefamine/postcss-config is ready - 'postcss-mixins', + 'postcss-mixins@6', 'postcss-easy-import', 'postcss-normalize', 'postcss-preset-env', 'postcss-responsive-type', 'postcss-inset', + 'postcss-reporter@6', 'cssnano-preset-advanced', + 'cssnano', ], }, package: {