Skip to content

Commit

Permalink
Merge pull request #766 from Financial-Times/x-engine-allow-webpack-5
Browse files Browse the repository at this point in the history
fix: give webpack >=4 support to x-engine
  • Loading branch information
juanSanchezAlcala authored Feb 16, 2024
2 parents b31d11f + 5ea50f8 commit beedc4a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/x-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,14 @@
"publishConfig": {
"access": "public"
},

"volta": {
"extends": "../../package.json"
},
"devDependencies": {
"check-engine": "^1.10.1"
},
"peerDependencies": {
"webpack": "4.x"
"webpack": ">=4.0.0"
},
"dependencies": {
"assign-deep": "^1.0.1"
Expand Down

0 comments on commit beedc4a

Please sign in to comment.