Skip to content

Commit

Permalink
test(ts): test against latest typescript 5.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
andyrooger committed May 10, 2024
1 parent 0d0cf85 commit c0d1821
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/fixtures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ module.exports = {
},
TS_VERSIONS: {
// Latest and oldest of each major release
'5.4': { version: '5.4.5', path: path.resolve(__dirname, 'workspace', 'node_modules', 'typescript54') },
'5.0': { version: '5.0.4', path: path.resolve(__dirname, 'workspace', 'node_modules', 'typescript50') },
'4.9': { version: '4.9.5', path: path.resolve(__dirname, 'workspace', 'node_modules', 'typescript49') },
'4.0': { version: '4.0.7', path: path.resolve(__dirname, 'workspace', 'node_modules', 'typescript40') },
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"typescript40": "npm:[email protected]",
"typescript49": "npm:[email protected]",
"typescript50": "npm:[email protected]",
"typescript54": "npm:[email protected]",
"vs-compat-ts-plugin": "file:../../.."
}
}

0 comments on commit c0d1821

Please sign in to comment.