Skip to content

Commit fb64cce

Browse files
chore(deps): replace dependency @tsconfig/node18 with @tsconfig/node20
1 parent c124ae0 commit fb64cce

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

example/tsconfig.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@changesets/changelog-github": "1.0.0-next.1",
5858
"@changesets/cli": "3.0.0-next.1",
5959
"@e18e/eslint-plugin": "0.2.0",
60-
"@tsconfig/node18": "18.2.6",
60+
"@tsconfig/node20": "20.1.0",
6161
"@types/node": "22.19.11",
6262
"@vitest/coverage-v8": "4.0.18",
6363
"eslint": "10.0.0",

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/node18/tsconfig.json",
2+
"extends": "@tsconfig/node20/tsconfig.json",
33
"compilerOptions": {
44
// Output
55
"noEmit": true,

0 commit comments

Comments
 (0)