Skip to content

Commit 4e80c00

Browse files
clydinalan-agius4
authored andcommitted
test: update Webpack 5 E2E to 5.0.0-rc.3
1 parent 1c61ced commit 4e80c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/legacy-cli/e2e/tests/misc/webpack-5.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default async function() {
66
// Setup project for yarn usage
77
await rimraf('node_modules');
88
await updateJsonFile('package.json', (json) => {
9-
json.resolutions = { webpack: '5.0.0-beta.30' };
9+
json.resolutions = { webpack: '5.0.0-rc.3' };
1010
});
1111
await silentYarn();
1212
await silentYarn('webdriver-update');

0 commit comments

Comments
 (0)