fix(deps): override webpackbar to v7 for webpack 5.106.0 compatibility

As outlined in https://github.com/facebook/docusaurus/issues/11923

Signed-off-by: Jan Larwig <jan@larwig.com>
This commit is contained in:
Jan Larwig 2026-04-13 22:13:20 +02:00
parent 2a54b337f3
commit f4894b65bf
No known key found for this signature in database
GPG Key ID: C2172BFA220A037A
1 changed files with 3 additions and 0 deletions

View File

@ -42,5 +42,8 @@
},
"engines": {
"node": ">=18.0"
},
"overrides" : {
"webpackbar" : "^7.0.0"
}
}