File tree Expand file tree Collapse file tree 3 files changed +135
-253
lines changed
Expand file tree Collapse file tree 3 files changed +135
-253
lines changed Original file line number Diff line number Diff line change 9494 "mocha" : " ^6.0.0" ,
9595 "prettier" : " ^2.0.5" ,
9696 "rimraf" : " ^2.6.2" ,
97- "typescript" : " ^5.6 .2" ,
97+ "typescript" : " ^5.7 .2" ,
9898 "webpack" : " ^5.74.0" ,
9999 "webpack-cli" : " ^4.10.0"
100100 },
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ const mkdirp = require('mkdirp');
55const copySync = require ( './copySync' ) ;
66
77// BASH script to delete old test output
8- // find ./test/comparison-tests -type d -name '*expectedOutput*5.5 ' -print0 | xargs -0 -I {} /bin/rm -rf "{}"
8+ // find ./test/comparison-tests -type d -name '*expectedOutput*5.6 ' -print0 | xargs -0 -I {} /bin/rm -rf "{}"
99
1010// update this manually when a new version comes out
11- const OLD_VERSION = '5.5 ' ;
12- const NEW_VERSION = '5.6 ' ;
11+ const OLD_VERSION = '5.6 ' ;
12+ const NEW_VERSION = '5.7 ' ;
1313
1414fs . readdirSync ( __dirname ) . forEach ( function ( test ) {
1515 const testPath = path . join ( __dirname , test ) ;
You can’t perform that action at this time.
0 commit comments