Skip to content

Commit 17aeadc

Browse files
Replace dependency @tsconfig/node22 with @tsconfig/node24
1 parent 09c52b5 commit 17aeadc

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@bomb.sh/args": "0.3.1",
4646
"@changesets/changelog-github": "0.5.1",
4747
"@changesets/cli": "2.29.2",
48-
"@tsconfig/node22": "22.0.1",
48+
"@tsconfig/node24": "24.0.0",
4949
"@tsconfig/strictest": "2.0.5",
5050
"@types/cli-progress": "3.11.6",
5151
"@types/is-glob": "4.0.4",

pnpm-lock.yaml

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

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": ["@tsconfig/node22/tsconfig.json", "@tsconfig/strictest/tsconfig.json"],
2+
"extends": ["@tsconfig/node24/tsconfig.json", "@tsconfig/strictest/tsconfig.json"],
33
"compilerOptions": {
44
// Output
55
"noEmit": true,

0 commit comments

Comments
 (0)