Skip to content

Commit

Permalink
fix: remove old deps from boilerplate (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
LasaleFamine authored Oct 2, 2022
1 parent c55893e commit de43260
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/apps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,14 @@ export const getCommonApp = (appName: string) => ({
'stylelint-config-standard',
'ts-jest',
'typescript',

// TODO: Remove when @lasalefamine/postcss-config is ready
'postcss-mixins@6',
'postcss-mixins',
'postcss-easy-import',
'postcss-normalize',
'postcss-preset-env',
'postcss-responsive-type',
'postcss-inset',
'postcss',
'cssnano-preset-advanced@4',
'cssnano-preset-advanced',
'cssnano',
],
},
Expand Down

0 comments on commit de43260

Please # to comment.