Skip to content

Commit

Permalink
fix: correct deps for new next version
Browse files Browse the repository at this point in the history
  • Loading branch information
LasaleFamine committed Sep 27, 2020
1 parent cd41665 commit b2137b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/apps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit b2137b6

Please # to comment.