Skip to content

Commit 9ae9a42

Browse files
committed
@tsconfig/node20 -> @tsconfig/node24
Signed-off-by: Sora Morimoto <sora@morimoto.io>
1 parent bcfbe05 commit 9ae9a42

File tree

11 files changed

+19
-19
lines changed

11 files changed

+19
-19
lines changed

packages/analysis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"strip-ansi": "7.1.0"
1818
},
1919
"devDependencies": {
20-
"@tsconfig/node20": "20.1.5",
20+
"@tsconfig/node24": "24.0.1",
2121
"@tsconfig/strictest": "2.0.5",
2222
"@types/node": "24.0.0",
2323
"esbuild": "0.25.5",

packages/analysis/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/node20/tsconfig.json"
4+
"@tsconfig/node24/tsconfig.json"
55
],
66
"compilerOptions": {
77
"module": "NodeNext",

packages/lint-doc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@actions/exec": "1.1.1"
1313
},
1414
"devDependencies": {
15-
"@tsconfig/node20": "20.1.5",
15+
"@tsconfig/node24": "24.0.1",
1616
"@tsconfig/strictest": "2.0.5",
1717
"@types/node": "24.0.0",
1818
"esbuild": "0.25.5",

packages/lint-doc/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/node20/tsconfig.json"
4+
"@tsconfig/node24/tsconfig.json"
55
],
66
"compilerOptions": {
77
"module": "NodeNext",

packages/lint-fmt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@actions/exec": "1.1.1"
1313
},
1414
"devDependencies": {
15-
"@tsconfig/node20": "20.1.5",
15+
"@tsconfig/node24": "24.0.1",
1616
"@tsconfig/strictest": "2.0.5",
1717
"@types/node": "24.0.0",
1818
"esbuild": "0.25.5",

packages/lint-fmt/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/node20/tsconfig.json"
4+
"@tsconfig/node24/tsconfig.json"
55
],
66
"compilerOptions": {
77
"module": "NodeNext",

packages/lint-opam/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@actions/exec": "1.1.1"
1313
},
1414
"devDependencies": {
15-
"@tsconfig/node20": "20.1.5",
15+
"@tsconfig/node24": "24.0.1",
1616
"@tsconfig/strictest": "2.0.5",
1717
"@types/node": "24.0.0",
1818
"esbuild": "0.25.5",

packages/lint-opam/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/node20/tsconfig.json"
4+
"@tsconfig/node24/tsconfig.json"
55
],
66
"compilerOptions": {
77
"module": "NodeNext",

packages/setup-ocaml/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"yaml": "2.8.0"
2626
},
2727
"devDependencies": {
28-
"@tsconfig/node20": "20.1.5",
28+
"@tsconfig/node24": "24.0.1",
2929
"@tsconfig/strictest": "2.0.5",
3030
"@types/node": "24.0.0",
3131
"@types/semver": "7.7.0",

packages/setup-ocaml/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/node20/tsconfig.json"
4+
"@tsconfig/node24/tsconfig.json"
55
],
66
"compilerOptions": {
77
"module": "NodeNext",

0 commit comments

Comments
 (0)