Skip to content

Commit

Permalink
Release: upgrade release dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
timmywil committed Mar 1, 2021
1 parent c208deb commit a21a4b2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ module.exports = function( Release ) {
};

module.exports.dependencies = [
"archiver@1.3.0",
"shelljs@0.7.7",
"inquirer@7.0.4",
"npm@4.4.1",
"chalk@1.1.3"
"archiver@5.2.0",
"shelljs@0.8.4",
"inquirer@8.0.0",
"npm@7.6.0",
"chalk@4.1.0"
];

0 comments on commit a21a4b2

Please sign in to comment.