File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" : {
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" ,
Original file line number Diff line number Diff line change 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 ,
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}
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments