Skip to content

Commit 58bf112

Browse files
committed
node16 -> node20 tsconfig
1 parent 8cc0053 commit 58bf112

3 files changed

Lines changed: 7 additions & 8 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"url": "https://github.com/graphile-contrib/postgraphile-plugin-connection-filter/issues"
2727
},
2828
"dependencies": {
29+
"@tsconfig/node20": "^20.1.4",
2930
"tslib": "^2.5.0"
3031
},
3132
"devDependencies": {
@@ -34,7 +35,6 @@
3435
"@babel/preset-env": "^7.22.14",
3536
"@babel/preset-typescript": "^7.22.11",
3637
"@dataplan/pg": "^0.0.1-beta.26",
37-
"@tsconfig/node16": "^1.0.3",
3838
"@types/jest": "29.5.0",
3939
"@typescript-eslint/eslint-plugin": "^6.5.0",
4040
"@typescript-eslint/parser": "^6.5.0",

tsconfig.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This file is used for the entire project, including tests - see tsconfig.build.js for just the output
22
{
3-
"extends": "@tsconfig/node16/tsconfig.json",
3+
"extends": "@tsconfig/node20/tsconfig.json",
44
"compilerOptions": {
55
"noEmit": true,
66
"allowJs": false,
@@ -14,8 +14,7 @@
1414
"noFallthroughCasesInSwitch": true,
1515
"noUnusedParameters": false,
1616
"noUnusedLocals": false,
17-
"preserveWatchOutput": true,
18-
"lib": ["es2018", "esnext.asynciterable"]
17+
"preserveWatchOutput": true
1918
},
2019
"exclude": ["contrib"]
2120
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1601,10 +1601,10 @@
16011601
dependencies:
16021602
"@sinonjs/commons" "^2.0.0"
16031603

1604-
"@tsconfig/node16@^1.0.3":
1605-
version "1.0.4"
1606-
resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.4.tgz#0b92dcc0cc1c81f6f306a381f28e31b1a56536e9"
1607-
integrity sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==
1604+
"@tsconfig/node20@^20.1.4":
1605+
version "20.1.4"
1606+
resolved "https://registry.yarnpkg.com/@tsconfig/node20/-/node20-20.1.4.tgz#3457d42eddf12d3bde3976186ab0cd22b85df928"
1607+
integrity sha512-sqgsT69YFeLWf5NtJ4Xq/xAF8p4ZQHlmGW74Nu2tD4+g5fAsposc4ZfaaPixVu4y01BEiDCWLRDCvDM5JOsRxg==
16081608

16091609
"@types/babel__core@^7.1.14":
16101610
version "7.1.20"

0 commit comments

Comments
 (0)