Skip to content

Commit 4fec820

Browse files
committed
build: tweak typescript test
1 parent 12d9277 commit 4fec820

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

examples/typescript/index.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
import { v4 } from 'uuid';
2-
// eslint-disable-next-line no-unused-expressions, @typescript-eslint/no-unused-expressions
3-
v4;
1+
import * as uuid from 'uuid';
2+
3+
console.log(uuid);

package-lock.json

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"release-please": "16.15.0",
6969
"runmd": "1.4.1",
7070
"standard-version": "9.5.0",
71-
"typescript": "5.0.4",
71+
"typescript": "5.7.3",
7272
"typescript-eslint": "8.18.2"
7373
},
7474
"optionalDevDependencies": {

0 commit comments

Comments
 (0)