Skip to content

Commit cab5caf

Browse files
committed
@tsconfig/node16 -> @tsconfig/node20
Signed-off-by: Sora Morimoto <sora@morimoto.io>
1 parent 276e0c6 commit cab5caf

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed

packages/lint-doc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@ocaml/eslint-config-ocaml": "workspace:*",
16-
"@tsconfig/node16": "16.1.0",
16+
"@tsconfig/node20": "20.1.2",
1717
"@tsconfig/strictest": "2.0.1",
1818
"@types/node": "20.4.9",
1919
"@types/prettier": "3.0.0",

packages/lint-doc/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json.schemastore.org/tsconfig",
33
"extends": [
44
"@tsconfig/strictest/tsconfig.json",
5-
"@tsconfig/node16/tsconfig.json"
5+
"@tsconfig/node20/tsconfig.json"
66
],
77
"compilerOptions": {
88
"lib": ["ESNext"],

packages/lint-fmt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@ocaml/eslint-config-ocaml": "workspace:*",
16-
"@tsconfig/node16": "16.1.0",
16+
"@tsconfig/node20": "20.1.2",
1717
"@tsconfig/strictest": "2.0.1",
1818
"@types/node": "20.4.9",
1919
"@types/prettier": "3.0.0",

packages/lint-fmt/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json.schemastore.org/tsconfig",
33
"extends": [
44
"@tsconfig/strictest/tsconfig.json",
5-
"@tsconfig/node16/tsconfig.json"
5+
"@tsconfig/node20/tsconfig.json"
66
],
77
"compilerOptions": {
88
"lib": ["ESNext"],

packages/lint-opam/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@ocaml/eslint-config-ocaml": "workspace:*",
16-
"@tsconfig/node16": "16.1.0",
16+
"@tsconfig/node20": "20.1.2",
1717
"@tsconfig/strictest": "2.0.1",
1818
"@types/node": "20.4.9",
1919
"@types/prettier": "3.0.0",

packages/lint-opam/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json.schemastore.org/tsconfig",
33
"extends": [
44
"@tsconfig/strictest/tsconfig.json",
5-
"@tsconfig/node16/tsconfig.json"
5+
"@tsconfig/node20/tsconfig.json"
66
],
77
"compilerOptions": {
88
"lib": ["ESNext"],

packages/setup-ocaml/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"devDependencies": {
2727
"@ocaml/eslint-config-ocaml": "workspace:*",
28-
"@tsconfig/node16": "16.1.0",
28+
"@tsconfig/node20": "20.1.2",
2929
"@tsconfig/strictest": "2.0.1",
3030
"@types/node": "20.4.9",
3131
"@types/prettier": "3.0.0",

packages/setup-ocaml/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json.schemastore.org/tsconfig",
33
"extends": [
44
"@tsconfig/strictest/tsconfig.json",
5-
"@tsconfig/node16/tsconfig.json"
5+
"@tsconfig/node20/tsconfig.json"
66
],
77
"compilerOptions": {
88
"lib": ["ESNext", "DOM", "DOM.Iterable"],

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ __metadata:
417417
"@actions/core": 1.10.0
418418
"@actions/exec": 1.1.1
419419
"@ocaml/eslint-config-ocaml": "workspace:*"
420-
"@tsconfig/node16": 16.1.0
420+
"@tsconfig/node20": 20.1.2
421421
"@tsconfig/strictest": 2.0.1
422422
"@types/node": 20.4.9
423423
"@types/prettier": 3.0.0
@@ -435,7 +435,7 @@ __metadata:
435435
"@actions/core": 1.10.0
436436
"@actions/exec": 1.1.1
437437
"@ocaml/eslint-config-ocaml": "workspace:*"
438-
"@tsconfig/node16": 16.1.0
438+
"@tsconfig/node20": 20.1.2
439439
"@tsconfig/strictest": 2.0.1
440440
"@types/node": 20.4.9
441441
"@types/prettier": 3.0.0
@@ -453,7 +453,7 @@ __metadata:
453453
"@actions/core": 1.10.0
454454
"@actions/exec": 1.1.1
455455
"@ocaml/eslint-config-ocaml": "workspace:*"
456-
"@tsconfig/node16": 16.1.0
456+
"@tsconfig/node20": 20.1.2
457457
"@tsconfig/strictest": 2.0.1
458458
"@types/node": 20.4.9
459459
"@types/prettier": 3.0.0
@@ -477,7 +477,7 @@ __metadata:
477477
"@actions/io": 1.1.3
478478
"@actions/tool-cache": 2.0.1
479479
"@ocaml/eslint-config-ocaml": "workspace:*"
480-
"@tsconfig/node16": 16.1.0
480+
"@tsconfig/node20": 20.1.2
481481
"@tsconfig/strictest": 2.0.1
482482
"@types/node": 20.4.9
483483
"@types/prettier": 3.0.0
@@ -638,10 +638,10 @@ __metadata:
638638
languageName: node
639639
linkType: hard
640640

641-
"@tsconfig/node16@npm:16.1.0":
642-
version: 16.1.0
643-
resolution: "@tsconfig/node16@npm:16.1.0"
644-
checksum: a0a176492e3802a5340eda1e61eabc8d4767e46496bc080ce9c381993ce8c5fb3df8f65267c3a9af4335bc00a85028845f795ea27545f63d62b93ab6675cf8fa
641+
"@tsconfig/node20@npm:20.1.2":
642+
version: 20.1.2
643+
resolution: "@tsconfig/node20@npm:20.1.2"
644+
checksum: fc126e15f0817bd328c15bd6be7972f01ef4d55ceb493c7a83ccb9dd545e39f218711f330e3df4072b116b11180c07943da2b2bfcd7adc58414cb586db52a4c8
645645
languageName: node
646646
linkType: hard
647647

0 commit comments

Comments
 (0)