Skip to content

Commit 9d78a25

Browse files
author
Luca Forstner
committed
Fix webpack tests
1 parent 94ec1df commit 9d78a25

File tree

2 files changed

+378
-2537
lines changed

2 files changed

+378
-2537
lines changed

packages/node/test/manual/webpack-async-context/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
"main": "index.js",
55
"license": "MIT",
66
"dependencies": {
7-
"webpack": "^4.42.1"
7+
"webpack": "^5.90.0"
88
},
9-
"devDependencies": {
10-
"webpack-cli": "^3.3.11"
9+
"volta": {
10+
"extends": "../../../../../package.json",
11+
"node": "10.24.1"
1112
}
1213
}

0 commit comments

Comments
 (0)