Skip to content

Commit c16366a

Browse files
committed
feat: upgrade TypeScript
1 parent 6a4e29c commit c16366a

File tree

3 files changed

+135
-253
lines changed

3 files changed

+135
-253
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
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
},

test/comparison-tests/stub-new-version.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ const mkdirp = require('mkdirp');
55
const 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

1414
fs.readdirSync(__dirname).forEach(function(test) {
1515
const testPath = path.join(__dirname, test);

0 commit comments

Comments
 (0)