Skip to content

Commit

Permalink
build: add @types/webpack to mass update dependencies blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Nov 17, 2020
1 parent 44d26b7 commit 1abf5e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/update-dependencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const { satisfies } = require('semver')
const { spawn } = require('@malept/cross-spawn-promise')

const DO_NOT_UPGRADE = [
'@types/webpack', // Should be upgraded with Webpack v5
'@typescript-eslint/eslint-plugin', // special case
'commander', // TODO: convert to yargs
'cross-zip', // >= 4.0.0 requires Node 12
Expand Down

0 comments on commit 1abf5e4

Please sign in to comment.