Skip to content

Commit eee894c

Browse files
committed
bump version script
1 parent 8a6e4a9 commit eee894c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 = '4.9.5';
3+
const TYPESCRIPT_VERSION = '~5.0.0';
44

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

0 commit comments

Comments
 (0)