Skip to content

Commit

Permalink
chore: ignore html-webpack-plugin & open in the update dependency script
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Mar 4, 2021
1 parent b987f85 commit 38c7523
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/update-dependencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ const DO_NOT_UPGRADE = [
'@typescript-eslint/eslint-plugin', // special case
'commander', // TODO: convert to yargs
'cross-zip', // >= 4.0.0 requires Node 12
'html-webpack-plugin', // SHould be upgraded with Webpack v5
'open', // >= 8 requires Node 12
'typescript', // Promisify issues, see https://github.com/DefinitelyTyped/DefinitelyTyped/pull/49699
'webpack' // Lots of incompatibilities between v4 and v5
]
Expand Down

0 comments on commit 38c7523

Please sign in to comment.