Skip to content

Commit 5b0f83c

Browse files
authored
test: Pin webpack to 5.107.0 (#21781)
Somehow this fails with webpack 5.108.0, for whatever reason... Fixing this on master!
1 parent 5fc020f commit 5b0f83c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • dev-packages/e2e-tests/test-applications/ember-embroider

dev-packages/e2e-tests/test-applications/ember-embroider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"ember-source": "~5.8.0",
5050
"loader.js": "^4.7.0",
5151
"tracked-built-ins": "^3.3.0",
52-
"webpack": "^5.91.0",
52+
"webpack": "~5.107.0",
5353
"@playwright/test": "~1.56.0",
5454
"@sentry/ember": "file:../../packed/sentry-ember-packed.tgz",
5555
"@sentry-internal/test-utils": "link:../../../test-utils",

0 commit comments

Comments
 (0)