Skip to content

Commit

Permalink
Dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderOMara committed Aug 4, 2024
1 parent d8ab1cc commit 23c9b26
Show file tree
Hide file tree
Showing 3 changed files with 159 additions and 166 deletions.
2 changes: 1 addition & 1 deletion spec/webpacks/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const nodeVersion = process.versions.node.split('.').map(Number);

if (nodeVersion[0] < 17) {
exports['4.0.0'] = require('webpack-4-0-0');
exports['4.46.0'] = require('webpack-4-46-0');
exports['4.47.0'] = require('webpack-4-47-0');
}
if (nodeVersion[0] > 10 || (nodeVersion[0] === 10 && nodeVersion[1] >= 13)) {
if (nodeVersion[0] < 17) {
Expand Down
Loading

0 comments on commit 23c9b26

Please sign in to comment.