Skip to content

Commit 83afc63

Browse files
clydinfilipesilva
authored andcommitted
test(@angular/cli): update Webpack 5 E2E test to 5.1.0
1 parent 4eca4ab commit 83afc63

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-rc.3' };
9+
json.resolutions = { webpack: '5.1.0' };
1010
});
1111
await silentYarn();
1212
await silentYarn('webdriver-update');

0 commit comments

Comments
 (0)