Skip to content

Commit 8813b56

Browse files
committed
chore: bump ts in verify script thanks kamil
1 parent a8cead8 commit 8813b56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/verify-packages-versions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const pkg = require('../package.json');
22

3-
const TYPESCRIPT_VERSION = '~5.8.0';
3+
const TYPESCRIPT_VERSION = '^6.0.0-beta';
44

55
if (pkg.devDependencies.typescript !== TYPESCRIPT_VERSION) {
66
console.error(`

0 commit comments

Comments
 (0)