Skip to content

Commit eea4a6f

Browse files
chore(deps): replace dependency @tsconfig/node22 with @tsconfig/node24
1 parent d361423 commit eea4a6f

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@semantic-release/git": "10.0.1",
4444
"@semantic-release/github": "12.0.2",
4545
"@semantic-release/npm": "13.1.3",
46-
"@tsconfig/node22": "22.0.5",
46+
"@tsconfig/node24": "24.0.0",
4747
"@tsconfig/strictest": "2.0.8",
4848
"@types/eslint-config-prettier": "6.11.3",
4949
"@types/node": "24.10.9",

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.

tools/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": [
33
"@tsconfig/strictest/tsconfig.json",
4-
"@tsconfig/node22/tsconfig.json"
4+
"@tsconfig/node24/tsconfig.json"
55
],
66
"compilerOptions": {
77
"allowSyntheticDefaultImports": true,

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": [
33
"@tsconfig/strictest/tsconfig.json",
4-
"@tsconfig/node22/tsconfig.json"
4+
"@tsconfig/node24/tsconfig.json"
55
],
66
"compilerOptions": {
77
"allowJs": true,

0 commit comments

Comments
 (0)