Skip to content

Commit

Permalink
build: add cross-zip & webpack to the do not upgrade list
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Nov 9, 2020
1 parent 8a0f6f0 commit 5f7fad3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/update-dependencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ const { spawn } = require('@malept/cross-spawn-promise')

const DO_NOT_UPGRADE = [
'@typescript-eslint/eslint-plugin', // special case
'commander'
'commander', // TODO: convert to yargs
'cross-zip', // >= 4.0.0 requires Node 12
'webpack' // Lots of incompatibilities between v4 and v5
]

/**
Expand Down

0 comments on commit 5f7fad3

Please sign in to comment.