@@ -5,7 +5,7 @@ import stripAnsi from 'strip-ansi';
55import { extractWebpackErrors } from './driver/webpack-errors-extractor' ;
66
77describe ( 'Webpack Production Build' , ( ) => {
8- it . each ( [ { webpack : '5.11 .0' } , { webpack : '^5.11 .0' } ] ) (
8+ it . each ( [ { webpack : '5.54 .0' } , { webpack : '^5.54 .0' } ] ) (
99 'compiles the project successfully with %p' ,
1010 async ( dependencies ) => {
1111 await sandbox . load ( path . join ( __dirname , 'fixtures/typescript-basic' ) ) ;
@@ -37,7 +37,7 @@ describe('Webpack Production Build', () => {
3737
3838 it ( 'generates .d.ts files in write-dts mode' , async ( ) => {
3939 await sandbox . load ( path . join ( __dirname , 'fixtures/typescript-basic' ) ) ;
40- await sandbox . install ( 'yarn' , { webpack : '^5.11 .0' } ) ;
40+ await sandbox . install ( 'yarn' , { webpack : '^5.54 .0' } ) ;
4141
4242 await sandbox . patch (
4343 'webpack.config.js' ,
@@ -61,7 +61,7 @@ describe('Webpack Production Build', () => {
6161 await sandbox . remove ( 'dist' ) ;
6262 } ) ;
6363
64- it . each ( [ { webpack : '5.11 .0' } , { webpack : '^5.11 .0' } ] ) (
64+ it . each ( [ { webpack : '5.54 .0' } , { webpack : '^5.54 .0' } ] ) (
6565 'exits with error on the project error with %p' ,
6666 async ( dependencies ) => {
6767 await sandbox . load ( path . join ( __dirname , 'fixtures/typescript-basic' ) ) ;
0 commit comments