Skip to content

Commit 948e049

Browse files
build(deps-dev): bump typescript from 5.9.3 to 6.0.2 in /block-kit (#62)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eden Zimbelman <[email protected]>
1 parent e475537 commit 948e049

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

block-kit/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

block-kit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"type": "module",
55
"scripts": {
6-
"check": "npx tsc --checkJs --noEmit src/**/*.js tests/**/*.js",
6+
"check": "npx tsc --checkJs --noEmit --types node src/**/*.js tests/**/*.js",
77
"lint": "npx @biomejs/biome check src tests",
88
"lint:fix": "npx @biomejs/biome check --write src tests",
99
"test": "node --test"
@@ -23,6 +23,6 @@
2323
"devDependencies": {
2424
"@biomejs/biome": "^2.4.12",
2525
"@types/node": "^24.12.2",
26-
"typescript": "^5.9.3"
26+
"typescript": "^6.0.2"
2727
}
2828
}

0 commit comments

Comments
 (0)